I made a file test.avi from a bunch of images:
mencoder "mf://*.png" -mf type=png -ovc lavc -lavcopts vcodec=huffyuv:format=422p -oac copy -o test.avi
Then I converted it to a different format with:
mplayer huffyuv.avi -vo yuv4mpeg
mpeg2enc -f2 -b 10000 -n n -q 4 -H -o output.mpg stream.yuv
The result played about twice as slow as I would have liked. So I tried this:
mplayer -speed 2 huffyuv.avi -vo yuv4mpeg
mpeg2enc -f2 -b 10000 -n n -q 4 -H -o output2.mpg stream.yuv
but when I:
mplayer output.mpg
and
mplayer output2.mpg
they play at the same speed!
What gives?
Thanks,
C
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
decreasing encoding speed with mencoder (mplayer)
By sammy82 in forum Video ConversionReplies: 2Last Post: 1st Apr 2010, 23:58 -
Mplayer as an *encoder*?
By RogerTango in forum Video ConversionReplies: 5Last Post: 31st Jan 2010, 10:59 -
decoder/encoder speed
By exekutive in forum ffmpegX general discussionReplies: 2Last Post: 30th Nov 2008, 19:16 -
Extracting video data with mplayer
By Michael447 in forum LinuxReplies: 1Last Post: 26th Jul 2007, 17:00 -
mplayer error with real video stream
By jlz901 in forum Software PlayingReplies: 6Last Post: 5th Jul 2007, 08:28