Closed gabrielstuff closed 11 years ago
You should create a server side script that will allow to input a video file and a sequence of screens resolution.
something like :
crop video.mp4 0:340 0:540
This will ensure to produce a video file with a size of 340x540 pixel and with the content of a video from top left corner.
A command like :
crop video.mp4 120:340 0:540
will output a video of 220x540 with a content at 120px from left and 0 from top.
The script should prevent from croping outside the size of the input video file.
You should create a server side script that will allow to input a video file and a sequence of screens resolution.
something like :
crop video.mp4 0:340 0:540
This will ensure to produce a video file with a size of 340x540 pixel and with the content of a video from top left corner.
A command like :
crop video.mp4 120:340 0:540
will output a video of 220x540 with a content at 120px from left and 0 from top.
The script should prevent from croping outside the size of the input video file.