Resizing video with ffmpeg
How to make a large video smaller
Intro
TLDR
ffmpeg -i input.mov -vcodec libx264 -crf 28 -f mov -acodec copy output.movDetails
ffmpeg -i input.mov -vcodec libx265 -crf 28 output.mp4Useful command for inspecting files information
Links
Last updated