Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 171 Bytes

2017-03-21-converting_video_files.md

File metadata and controls

10 lines (7 loc) · 171 Bytes

Converting video files

Category: video Generated on 2017-03-21

avconv -i input.MOV -strict -2 -c:v libx264 output.mp4

-c:v specify the output encoding