『漫游』酷论坛>『影音数码技术学习交流』>请教用来压X264的VFR是V ..

请教用来压X264的VFR是V1和V2哪个好?

娃娃的刀刀@2007-11-13 22:24

用来压X264的话V1和V2哪个比教好?[/KH]
麻烦大大指教?[/han]
引用

superkidx@2007-11-14 09:39

V1 V2 ?什么参数?没见过……
引用

娃娃的刀刀@2007-11-14 10:42

引用
最初由 superkidx 发布
V1 V2 ?什么参数?没见过……


timecode格式的V1和V2用来压X264的VFR用V1还V2好呢?有分别吗?
引用

海波湛蓝@2007-11-14 12:41

无差别


要说差别,就是用记事本打开,V1我看懂,V2至今还没看懂


不过可以使用雷鸣大师的V2转V1程序搞...
引用

kagakadaj@2007-11-14 13:03

这标题和这内容真让人别扭……拜托说清楚点……
引用

娃娃的刀刀@2007-11-14 16:42

引用
最初由 kagakadaj 发布
这标题和这内容真让人别扭……拜托说清楚点……

就是VFR的X264,我想问是V1好还是V2好罢了- -!
引用

bomber1984@2007-11-14 17:17

高手用v2

像我这种低手

写个简单的v1就累死了

支持楼主写v2

支持楼主用v2

说实话根本看不懂v2
引用

海波湛蓝@2007-11-14 18:30

话说,寻觅大大路过此地,教导我等V2奥义
引用

Rouble@2007-11-14 22:12

v2 code 還是比較吃cpu time
可以做到`順`的話v1就好了
引用

wolfsoft@2007-11-15 12:38

v2很简单,就是每一帧的时间点。是毫秒,自己慢慢算除法吧
引用

系统杀手@2007-11-15 22:09

感觉v2精确点
引用

xtiano@2007-11-17 10:52

这仅仅是timecodes文件格式差别而已.会对成品有影响么?
引用
v1 timecodes works by setting an assumed framerate (the "Assume xx.xxx" line at the top) and then defining ranges of frames as having other framerates. The format is
startframe,endframe,frames per second
v1 timecodes are nice, because they're a lot more readable than v2 timecodes, and because they're human-editable.

v2 timecodes on the other hand work by defining a timestamp (in milliseconds) for each frame in the video. The timestamp determines the frame start time, and hence the first line after the v2 format definition must always be 0 or weird things can happen. The example above shows a framerate of 25 (because 1000/25 = 40 milliseconds per frame). v2 timecodes are kind of a pain, because they require that the output has the exact same amount of frames as the input did. This can occasionally be very annoying. However, there are tools to convert v2 timecodes to v1 ones. See the tools section at the bottom.
引用

| TOP