soixantecircuits / cropcrop

A tool for cropping video easily online
0 stars 1 forks source link

server script for multiple crop in the same video file #3

Closed gabrielstuff closed 11 years ago

gabrielstuff commented 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.

saschmitt commented 11 years ago

If possible, I prefer it to be done by passing a json file. The command then may look like :

crop video.mp4 crops.json