Hi VH ,
How to get x264 information from any video ? Any software ?
Please tell me how to do that !
x264 Information:
x264 [info]: frame I:2007 Avg QP:13.92 size:104933
x264 [info]: frame P:40295 Avg QP:15.20 size: 47924
x264 [info]: frame B:104626 Avg QP:18.24 size: 19366
x264 [info]: consecutive B-frames: 4.7% 5.5% 14.6% 41.1% 14.1% 19.9%
+ Reply to Thread
Results 1 to 5 of 5
-
-
That's basically from an x264 encode log. Not sure if any other tools output info in such way.
Das Leben ist eine Nebelwand voller Rasierklingen. (C. Bukowski) -
AFAIK, only x264 encoder outputs log like that. Also, GUIs that use x264.exe (MeGUI, StaxRip, Simple x264 launcher) capture that info and output it, too.
The thing is, that log can be obtained only if one encodes file himself. -
With certain encoders, the encoder will insert that log info into the auxilliary data packets of the video stream, so you can read it with a media viewer/tester such as MediaInfo.
Example:
General
Complete name : C:\Documents and Settings\Cornucopia\My Documents\Downloads\test.mkv
Format : Matroska
Format version : Version 2
File size : 11.3 KiB
Duration : 1s 702ms
Overall bit rate : 54.2 Kbps
Writing application : x264 r2358kMod 9e941d1
Writing library : Haali Matroska Writer b0
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.0
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 1s 702ms
Bit rate : 53.1 Kbps
Width : 680 pixels
Height : 480 pixels
Display aspect ratio : 1.417
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.005
Stream size : 11.0 KiB (98%)
Writing library : x264 core 138 r2358kMod 9e941d1
Encoding settings : cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x3:0x113 / me=dia / subme=1 / psy=1 / fade_compensate=0.00 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=crf / mbtree=1 / crf=21.0000 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
Default : Yes
Forced : No
*****************
Actually, now that I re-read your OP, I realize you're wanting ANALYSIS of the file. Your best bet there would be using something like Bitrate Viewer, or better, the Tecoltd Bitrate Viewer.
Scott