Forum Replies Created

  • Pete Page

    November 2, 2010 at 7:26 pm in reply to: AVI to AVI 16:9 conversion

    Input #0, mpeg, from ‘slowoutputr.mpg’:
    Duration: 00:02:02.76, start: 1.000000, bitrate: 4092 kb/s
    Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 1440×1080 [PAR 1:1 DAR 4:3], 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 25 tbc

    Thanks

  • Pete Page

    November 1, 2010 at 10:42 pm in reply to: AVI to AVI 16:9 conversion

    I am slowing 1440×1080 video (with aspect ratio 16:9) from my hdr fx1000 using the command lifted from cinelerra controls.

    ffmpeg -i dvgrabinput.m2t -an -f yuv4mpegpipe – | yuvfps -s 5:1 -r 5:1 | ffmpeg -f yuv4mpegpipe -i – -f mpeg2video -r 25 -an -qscale 2 slowoutput.mpg

    the output file now has an aspect of 4:3 but when I try to convert to 16:9 with

    ffmpeg -sameq -i slowoutput.mpg -aspect 16;9 slowoutputr.mpg

    the ratio remains unchanged -still 4:3

    If I convert to mp4

    ffmpeg -sameq -i slowoutput.mpg -aspect 16;9 slowoutputr.mp4

    then the aspect is changed. Any ideas how to change the aspect ratio and keep mpg format?
    Thanks

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy