[MEncoder-users] h.264 stream read with too high frame rate?

L Lee llee040 at sbcglobal.net
Thu Oct 8 23:56:39 CEST 2009


On 10/5/09 6:26 PM, "Mikhail Ramendik" <mr at ramendik.ru> wrote:

> 2009/10/5 L Lee <llee040 at sbcglobal.net>:
> 
>> conversion tool yielding better results than those I get with MEncoder. I
>> used to use the pullup filter, but lately have had more success with
>> filmdint. Have you tried anything like that? Maybe you could make an excerpt
>> of your source available, say in the neighborhood of 100 megabytes.
> 
> 
> I tried pullup, I tried decimate, i tried -fps 50 -fpso 25 ....
> 
> Still the same result - slow motion video with normal speed sound.
> Loss of sync is only natural as the video is visibly slow!
> 
> A test, a mere 19 megs, is available at:
> 
> http://www.4shared.com/file/137864261/461e2eda/hdpreview.html
> 

Because I didn't get a response from you, I thought maybe you didn't want to
use mpeg-2. Here are a couple of conversions to other formats that seem to
remedy unmatched video and sound.

mpeg4 AVI output

mencoder -ovc lavc -oac copy -vf scale=720:480 -lavcopts
vcodec=mpeg4:vbitrate=3600:v4mv:mbd=2:trell:cmp=3:subcmp=3:autoaspect -mc
0.1 -ofps 25 -delay -0.3 -o /Users/me/Downloads/hdpreviewfast.avi
/Users/me/Downloads/hdpreview.m2t

h.264 mp4 with faac audio

mencoder -oac faac -faacopts mpeg=4:object=2:br=160:raw -channels 2 -srate
48000 -vf scale=720:480  -ovc x264 -x264encopts
global_header:vbv_maxrate=1500:vbv_bufsize=2000:keyint=500:threads=auto:subq
=6:me=umh:level_idc=13:nocabac:psnr=yes:bitrate=1200 -mc 0.1 -ofps 25 -delay
-0.1 -of lavf -lavfopts format=mp4 -o /Users/me/Downloads/hdpreviewfast.mp4
/Users/me/Downloads/hdpreview.m2t

Laine Lee




More information about the MEncoder-users mailing list