2019年1月16日 星期三

[Tips] 轉檔

mov 轉 mp4
ffmpeg -i movie.mov -vcodec copy -acodec copy out.mp4

再把檔案縮小(half the frame size)
ffmpeg -i input.mp4 -strict -2 -vf "scale=iw/2:ih/2" half_the_frame_size.mp4

將影片轉成檔案(jpg)
ffmpeg -ss 00:00:00 -i input.mp4 -r 10.0 %04d.jpg

沒有留言: