On Thu, May 21, 2015, at 09:42 AM, Trenak wrote: > > Hello, how make FULL HD to SD quality? and how from HD to SD? Thanks
See the scale filter: https://ffmpeg.org/ffmpeg-filters.html#scale ffmpeg -i input -vf scale=640:-2 -c:a copy output _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
