umgeher's changelog

Ffmpeg

ffmpeg - resize video

To resize video:

ffmpeg -i input.mp4 -s 720x480 -c:a copy ~/output.mkv