Answers for "how to resize video using ffmpg"

10

ffmpeg shrink video size

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

ffmpeg reduce video size

ffmpeg -i input.mp4 -fs 100M output.mp4

ffmpeg -i input.mp4 -vcodec libx264 -crf 24 output.mp4
Posted by: Guest on October-20-2021

Code answers related to "how to resize video using ffmpg"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language