Posts

Showing posts from September, 2013

Change video resolution and format with ffmpeg

ffmpeg -i input.mpeg -s 320x240 output.mpeg ffmpeg -i input.mp4 -s 320x240 output.mpeg   Ref