I have an mpeg video file PPPII and wish to apply the IVTC.
While I wait for the new ffmpeg with ivtc function I ask the following question.
Using the mencoder command:
mencoder test.avi -nosound -vf pullup,softskip -ovc lavc -ofps 24000/1001
I can get the 24fps file I wish, however I would like to maintain the Mpeg-2 output format with the best possible quality (not the avi).
I even try to use the mpeg2video codec but there should be a mistake in the sentence I used:
mencoder test.avi -nosound -vf pullup,softskip -lavcopts vcodec=mpeg2video -ovc lavc -ofps 24000/1001 -o test.mpg
Any suggestion?
Results 1 to 7 of 7
-
-
mencoder test.vro -nosound -of mpeg -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=5500 -vf pullup,softskip -ofps 24000/1001 -o test.mpg
I'm testing this command and it seems to work fine.
The question is: Is this one the best statement to get the best quality?
Thanks
Similar Threads
-
Need help IVTC a video
By drawar in forum Video ConversionReplies: 16Last Post: 31st May 2011, 22:29 -
IVTC - could someone help?
By Gew in forum Newbie / General discussionsReplies: 51Last Post: 8th Feb 2010, 21:26 -
Why can IVTC not be perfect?
By loekverhees in forum Newbie / General discussionsReplies: 12Last Post: 31st Oct 2009, 17:51 -
ivtc help
By iamtehsux in forum Newbie / General discussionsReplies: 3Last Post: 20th Dec 2008, 19:58 -
IVTC Help!!!
By Martig in forum Video ConversionReplies: 1Last Post: 11th Jan 2008, 01:43