Home ffmpeg---trim-a-video
Post
Cancel

ffmpeg---trim-a-video

fmpeg -i orion.mov -strict -2 -ss 00:04:53 -t 57 best_fiends.mov

- strict -2 means use h264 experimental driver

This post is licensed under CC BY 4.0 by the author.