Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 168 Bytes

ffmpeg.md

File metadata and controls

5 lines (3 loc) · 168 Bytes

ffprobe shows info about a file.

Converting is as easy as ffmpeg -i ~/Downloads/1.webm -vcodec copy -acodec copy /tmp/1.avi

Work with raw frames is similar to ``