Answers for "ffmpeg video compression command"

6

compress video ffmpeg

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

ffmpeg compile video

ffmpeg -i a%d.jpg -r 10 -c:v libx264 -preset slow -crf 21 output.mp4
Posted by: Guest on May-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language