作者KarasuTW (ヨウキな昼间のオバケ)
看板AVEncode
标题Re: 变动 fps 的 avi 档?
时间Wed Dec 13 09:48:29 2006
※ 引述《mstar (Wayne Su)》之铭言:
: 手上有几个 avi 档,是 xvid 压的
: 查 frame rate,竟然高达 119.98,这应该是变动 fps 吧
: 想要转成 MPEG2 档案以烧成 DVD
: 但试过用 VirtualDubMod 的 Convert to FPS,但这似乎只能针对固定 fps
: 转出来的档案比原来小太多,画格效果超差
: 用 MainConcept 转出来则是有鬼影...
: 有什麽工具能转换成固定 fps 呢?
用 AVISynth。
引自
http://forum.doom9.org/archive/index.php/t-105367.html
AVS 脚本如下:
avisource("120fps.avi")
changefps(60000,1001)
converttorgb32()
lanczosresize(720,480)
assumetff().separatefields().selectevery(4,0,3).weave()
converttorgb24()
原作者说出现两次 coonvertrgb 是因为使用 RGB32 处理起来比较快
但TMPGEnc 要吃 RGB24
--
And I begin to wonder... the dream I can't remember.
When I wake up in the morning, where in the world did they go?
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.170.46.207