x264-060805-ZHUSHIBAN

所属分类:图形图像处理
开发工具:Visual C++
文件大小:9977KB
下载次数:7
上传日期:2011-08-30 10:58:54
上 传 者nyist_mk
说明:  X264附加了非常详细的注释,可以很方便的跟踪数据流向和编码步骤
(Additional code X264 came out just a very detailed notes can be generated by the compiler in VC6 x264.exe)

文件列表:
x264-060805-vc6\AUTHORS (1942, 2006-03-25)
x264-060805-vc6\configure (9726, 2006-07-29)
x264-060805-vc6\COPYING (17992, 2004-06-04)
x264-060805-vc6\Makefile (5118, 2006-08-04)
x264-060805-vc6\matroska.c (13716, 2011-07-29)
x264-060805-vc6\matroska.h (1756, 2011-07-29)
x264-060805-vc6\muxers.c (29539, 2011-07-31)
x264-060805-vc6\muxers.h (2569, 2011-07-29)
x264-060805-vc6\version.sh (375, 2006-01-13)
x264-060805-vc6\x264.c (48935, 2011-08-28)
x264-060805-vc6\x264.h (21921, 2011-08-27)
x264-060805-vc6\vfw\codec.c (14447, 2006-07-18)
x264-060805-vc6\vfw\config.c (45146, 2006-02-12)
x264-060805-vc6\vfw\driverproc.c (6921, 2005-10-16)
x264-060805-vc6\vfw\driverproc.def (139, 2005-06-12)
x264-060805-vc6\vfw\resource.aps (41912, 2011-08-27)
x264-060805-vc6\vfw\resource.h (4792, 2006-02-12)
x264-060805-vc6\vfw\resource.rc (13544, 2006-02-12)
x264-060805-vc6\vfw\x264.bmp (12366, 2005-09-25)
x264-060805-vc6\vfw\x264vfw.h (3767, 2006-02-12)
x264-060805-vc6\vfw\w32api\vfw.h (5553, 2004-06-04)
x264-060805-vc6\vfw\installer\win.bmp (26494, 2005-06-12)
x264-060805-vc6\vfw\installer\x264-conf.nsi (4431, 2006-06-01)
x264-060805-vc6\vfw\installer\x264vfw.ico (6966, 2005-06-12)
x264-060805-vc6\vfw\build\win32\x264vfw.dsp (4818, 2005-01-10)
x264-060805-vc6\vfw\build\win32\x264vfw.dsw (537, 2004-06-04)
x264-060805-vc6\vfw\build\win32\x264vfw.ncb (41984, 2011-08-27)
x264-060805-vc6\vfw\build\win32\x264vfw.opt (1121280, 2011-08-27)
x264-060805-vc6\vfw\build\win32\x264vfw.plg (1744, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\codec.obj (29474, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\codec.sbr (1127828, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\config.obj (74729, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\config.sbr (1211084, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\driverproc.obj (23129, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\driverproc.sbr (1123254, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\resource.res (19864, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\vc60.idb (41984, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\vc60.pdb (77824, 2011-08-27)
x264-060805-vc6\vfw\build\win32\obj\Debug\x264vfw.exp (703, 2011-08-27)
... ...

2006.08.05 successfully compiled under: Visual Studio 6 Interprise Edition(vc6) Visual C++ 2005 professional(vc8) Intel C++ Compiler 8.0 corresponding x2*** version: Rev.551 Every modification is remarked with //lsp... Any problem about my x2*** for vc, please send me mail or submit the question on my blog: http://blog.csdn.net/sunshine1314 ps: x2*** changelog https://trac.videolan.org/x2***/log/trunk/ 【x2*** cli常用选项解释】 1.最简单的方式 x2*** -o test.2*** infile.yuv widthxheight example: x2*** -o test.2*** foreman.cif 352x288 note: 352x288中间的是英文字母x,而不是*,总是有一些朋友会搞错了,所以我在此多一句提醒一下。 2.量化步长固定 --qp ?? example: x2*** --qp 26 -o test.2*** foreman.cif 352x288 3.采用cavlc --no-cabac note: 默认是采用cabac 4.设置编码帧数 --frames ?? example: x2*** --frames 10 --qp 26 -o test.2*** foreman.cif 352x288 5. 设置参考帧数目 --ref ?? example: x2*** -- ref 2 --frames 10 --qp 26 -o test.2*** foreman.cif 352x288 6. 用于dvdrip的经典选项:码率控制,采用B帧,两遍编码 example: x2***.exe --frames 10 --pass 1 --bitrate 1500 --ref 2 --bframes 2 --b-pyramid --b-rdo --bime --weightb --filter -2,-2 --trellis 1 --analyse all --8x8dct --progress -o test1.2*** foreman.cif 352x288 x2***.exe --frames 10 --pass 2 --bitrate 1500 --ref 2 --bframes 2 --b-pyramid --b-rdo --bime --weightb --filter -2,-2 --trellis 1 --analyse all --8x8dct --progress -o test2.2*** foreman.cif 352x288 7. 显示编码进度 --progress qTTTTTTTTTTTTTTTr U U qTTTTTT┤ Peter Lee ├TTTTTTr U U U U U tTTTTTTTTTTTTTTTs U  U U  U U  U  I'am happy of talking with you about video coding, U  U transmission, vod and so on. U U Welcom to MY homepage: videosky.9126.com U U U  U U U q───────────────────────r U tTT┤ lspbeyond@126.com ├TTs t───────────────────────s

近期下载者

相关文件


收藏者