[FFmpeg-user] converting 1080 to 720 mpeg2

Ian Evans dheianevans at gmail.com
Tue Feb 28 11:16:32 CET 2012


On Tue, Feb 28, 2012 at 4:32 AM, Andy Sheen <sheen.andy at googlemail.com> wrote:
> In which case try some of the tests suggested above (with my parameters
> instead of Johns for the moment) but recode to mpeg2 not rawvideo. You
> should be aiming for 720p 29.97 video encoded with the same encoder
> before trying to remux the two together.

Andy,

Ok, not sure if I still have the command line wrong. Not sure if I
incorporated your suggestions correctly. Tried this:

ffmpeg -vsync 2 -async 1 -i 1662_20120226204000.mpg -t 00:10:00.000 -f
mpegts -vcodec mpeg2video -vf scale=1280:720 -an video-01.mpeg.ts

The resulting video was very blocky. Degraded quality from the original.


More information about the ffmpeg-user mailing list