『漫游』酷论坛>『影音数码技术学习交流』>[求助]PSP 视频画面抖动
hhck@2008-08-27 19:36
引用
最初由 绿叶之砚 发布
QYQ貌似做到了,不过我太过于愚笨,他教的我没有领会……
求教程......
绿叶之砚@2008-08-27 20:16
引用
最初由 hhck 发布
求教程......
自己去找他要,我说了我太愚笨,很多他说的我都听不懂
qyqgpower@2008-08-27 21:35
AVS Pulldown:
AVISource("24p.avi").AssumeFrameBased().ComplementParity().SeparateFields().SelectEvery(8, 0,1, 2,3,2, 5,4, 7,6,7).Weave()
AssumeFrameBased throws away the existing information and assumes that the clip is frame-based, with the bottom (even) field dominant in each frame. (This happens to be what the source filters guess.) If you want the top field dominant, use ComplementParity afterwards.
x264:
--crf 18.0 --level 3 --keyint 300 --min-keyint 30 --ref 3 --no-fast-pskip --bframes 16 --b-rdo --bime --weightb --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4 --vbv-bufsize 5000 --vbv-maxrate 10000 --me tesa --threads auto --thread-input --aq-mode 1 --progress --no-psnr --no-ssim --interlaced --sar 32:27 --nal-hrd
In nal-hrd patched x264, --interlaced == --tff.
52wy@2008-08-27 23:14
漫天蝌蚪文啊。。
SAPikachu@2008-08-28 09:42
提问。。。--nal-hrd有什么作用。。。?另外加上--interlaced会不会对正常的帧造成影响。。。?
«12»共2页
| TOP