Results 1 to 2 of 2

Thread: 24p via m2t and mencoder

  1. #1
    Junior Member
    Join Date
    Aug 2007
    Posts
    29

    Default 24p via m2t and mencoder

    I am proposing an alternative to get to 1440x1080 24p. I have looked at all the proposed solutions but I was not really happy with them. So I tought of the old trusty mencoder. Guess what, it can do a pretty good job at extracting the 24p frames from the 60i m2t stream.

    Use the following command:

    mencoder test.m2t -noskip -vf pullup -ofps 24000/1001 -oac copy -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=24000000:aspect=16/9 -of mpeg -mpegopts format=mpeg2:vbitrate=25000:vframerate=24000/1001 -o output.mpg

    One could easilly create a batch file that would go through a full set of mt2 files and convert them to proper 24p PS mpeg2 files.

  2. #2
    Junior Member
    Join Date
    Jul 2007
    Posts
    24

    Default

    Unless something has changed, I don't think mencoder works consistently:

    http://ubuntuforums.org/showthread.php?t=487772

    Or a bit easier to read:

    http://eugenia.blogsome.com/2007/07/...-24f-pulldown/

    Hopefully something else will be possible sometime in the not too distant future.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •