Answers for "ffmpeg command to compress video"

10

compress video ffmpeg

ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4
Posted by: Guest on July-14-2020
0

ffmpeg compile video

ffmpeg -i 'img-%03d.jpeg' -r 10 out.mkv
Posted by: Guest on May-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language