Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 135 Bytes

video_edit.md

File metadata and controls

11 lines (11 loc) · 135 Bytes

Cut video

ffmpeg -i example.avi -vf crop=a:b:c:d  outputfilename
a: width
b: height
c: left
d: top
unit: pixel