Sunday, May 24, 2020

ffmpeg strong compression

 ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4
 
https://unix.stackexchange.com/questions/28803/how-can-i-reduce-a-videos-size-with-ffmpeg 

No comments:

Post a Comment