Answers for "compress video ffmpeg"

4

compress video ffmpeg

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

ffmpeg video size reduction

ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4
Posted by: Guest on June-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language