Closed gabrielstuff closed 11 years ago
The script could be called to generate multiple crop in a same video file. This means :
that you can simply run the script with a command like :
crop video.mp4 0:300-0:200, 300:200-200:200,
Choose the right separator and you'll be up and running.
If possible, I prefer it to be done by passing a json file. The command then may look like :
crop video.mp4 crops.json
The script could be called to generate multiple crop in a same video file. This means :
that you can simply run the script with a command like :
crop video.mp4 0:300-0:200, 300:200-200:200,
Choose the right separator and you'll be up and running.