View Single Post
Old 2nd January 2010, 00:55   #4  |  Link
mariush
Registered User
 
Join Date: Dec 2008
Posts: 589
ok, it worked with --demuxer lavf but noticed it wasn't able to show the percent... went counting frames:

Code:
x264_lavfffms.exe --demuxer lavf --bitrate 1024 --output e:\test.mkv "e:\ORF1HD.Demo-Loop.720p.DD5.1.mkv"
[h264 @ 014b65c0]number of reference frames exceeds max (probably corrupt input)
, discarding one
    Last message repeated 5 times
[matroska @ 003dbda0]Estimating duration from bitrate, this may be inaccurate
[h264 @ 014b65c0]number of reference frames exceeds max (probably corrupt input)
, discarding one
lavf [info]: 1280x720p 1:1 @ 50/1 fps (vfr)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: profile High, level 3.2
x264 [warning]: non-monotonic pts at frame 837 (17640 < 18520)
x264 [info]: frame I:9     Avg QP:25.74  size: 32864
x264 [info]: frame P:639   Avg QP:27.54  size:  6404
x264 [info]: frame B:1306  Avg QP:32.33  size:   967
x264 [info]: consecutive B-frames:  4.8% 15.9%  3.4% 75.9%
x264 [info]: mb I  I16..4: 25.7% 63.1% 11.1%
x264 [info]: mb P  I16..4:  4.2%  2.9%  0.1%  P16..4: 38.5%  5.4%  3.6%  0.0%  0
.0%    skip:45.4%
x264 [info]: mb B  I16..4:  0.1%  0.1%  0.0%  B16..8: 23.6%  0.1%  0.1%  direct:
 0.1%  skip:75.8%  L0:33.9% L1:65.6% BI: 0.5%
x264 [info]: final ratefactor: 29.93
x264 [info]: 8x8 transform intra:44.4% inter:79.0%
x264 [info]: coded y,uvDC,uvAC intra: 19.0% 32.7% 7.0% inter: 4.0% 7.1% 0.1%
x264 [info]: i16 v,h,dc,p: 44% 27%  9% 21%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 13% 16% 45%  3%  4%  4%  5%  3%  7%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 28% 14%  4%  7%  5%  7%  4%  6%
x264 [info]: Weighted P-Frames: Y:20.7%
x264 [info]: ref P L0: 64.8%  8.6% 19.6%  3.6%  3.4%
x264 [info]: ref B L0: 95.3%  4.7%
x264 [info]: kb/s:1156.81

encoded 1954 frames, 28.38 fps, 1099.16 kb/s
File plays fine in MPC-HC with the dxva decoder though at some point it goes blocky for a couple of frames in the middle - maybe it got corrupt or it's just the way the movie was... if i remember correctly i got the sample from ffmpeg's collection of test clips

question: if the video source has a SAR specified (example mkv file with h264 720x432 (185:78) 25.00fps so shows the image at about 1024x432), shouldn't x264 export the sar automatically to the output format, mkv for example, or at least issue a warning or debug message?

Last edited by mariush; 2nd January 2010 at 01:08.
mariush is offline   Reply With Quote