『漫游』酷论坛>『字幕制作交流区』>怎样用VD压119FPS的AVI

怎样用VD压119FPS的AVI

lypzxm@2003-09-25 21:57

我都快疯了!我把FPS调到30结果压出来的有快动作!有时又是慢动作,请问在VD里怎么改变FPS呀
引用

jam1112@2003-09-25 23:14

VIDEO -> Frame Rate -> change to _______ frames per second
引用

rogerlee1212@2003-09-26 01:42

是用了ffdshow吧

把codecs中的xvid设置为disable
再装个xvid解码就可以了
引用

Re: 怎样用VD压119FPS的AVI

岚轩@2003-09-26 15:00

引用
最初由 lypzxm 发布
我都快疯了!我把FPS调到30结果压出来的有快动作!有时又是慢动作,请问在VD里怎么改变FPS呀

高手,使用AVS吧~
引用

edl@2003-09-26 19:50

咱们做个交换怎么样,什么时候你给我传几个你的AE特效文件,怎么样。我联系QQ56608202
MSN lyledl945◎hotmail.com
给你解决方法吧。
SetWorkingDir("D:\Program Files\Gordian Knot\")

videoraw=aviSource("E:\RAW\[hken][raw][full_matal_panic_fumoffu][wmv9][002][353mb].avi").ConvertToRGB32 #得到视频源

videorawOP=trim(videoraw,0,5000) #截取前5000帧图象
videorawMAIN=trim(videorawMAIN,5001,19999) # 截取5001->19999帧图象
videorawED=trim(videoraw,200000,0) # 截取200000帧到结尾,最后的0代表结尾

videorawOP= SelectEvery(videorawOP,5,0) #对OP的图象,每5帧选一帧
Trim(videorawOP,0,0) #对全部帧进行处理
videorawMAIN= SelectEvery(videorawMAIN,4,0) #以下同上
Trim(videoraw,0,0)
videorawED= SelectEvery(videorawED,5,0)
Trim(videorawED,0,0)

return videorawOP + videorawMAIN + videorawED
引用

edl@2003-09-26 20:05

OP=30fps
本編=24fps
ED=30fps
次回予告=24fps
と出力したので4回同じ作業をします。
ここまでがAVI60の作業になります。そのあとはお好みの編集ソフトで
引用

edl@2003-09-26 20:10

This framerate is very irregular, as 119,8 is not a multiple of any regular framerate, divided by 5 it gives 23,96fps and not 23,976
I will then suggest the following to get smooth motion by 23,976fps:
Just open the file in VirtualDub, select direct stream copy, go to framerate, change framerate to 119,88 and decimate by 5

Or if you want 29,97fps, decimate by 4.

when you look to the video, the pattern is something like this :

0 : when Vdub indicate [] in the type of frame

0 D D D D 0 D D D D 0 D D D D 0

at the last "0" frame, the image change, so there is 15 frames which are identical.
in another passage where there is lot of mouvment, the frame change on each "0" frame :/
the new pattern is : 0 D D D 0

try first decimate by 5, if it's not smooth, then try decimate by 4
If you don't decimate the stream you're wasting space because you're encoding a duplicate frame every 5th frame,

引用

edl@2003-09-26 20:13

表示友好而已。。。
引用

edl@2003-09-26 20:27

如果你敢说不会我死给你看!
引用

tench@2003-09-26 21:05

梁良何必在这里问呢.....问白菜也行啊
引用

liuking@2003-09-27 00:34

引用
最初由 tench 发布
梁良何必在这里问呢.....问白菜也行啊

问我?
我对AVS的了解也只是皮毛
压120帧的AVI。。。
暂时还不会。。。
算了,24帧也一样
引用

lypzxm@2003-09-27 02:26

我上不了空间,白菜不会!我不在这里问去那问?哎!!!真可怜自己字幕组的论坛居然上不去,教育网真是别具一格呀!!!
引用

tench@2003-09-27 09:02

用VD或VDM的话是
video->frame rate
然后第一个 source rate adjustment 里不要动,保持选 no change
中间的 frame rate conversion 选 decimate by 后面填上个5(就是120/5=24)
下面的 inverse teceline也不要动.....
这样压的时候就行了
引用

chengbeijia@2003-09-27 10:35

到我这边来

^_^我这边还有很多特效等你做^_^:D
引用

岚轩@2003-09-27 13:12

引用
最初由 chengbeijia 发布
到我这边来

^_^我这边还有很多特效等你做^_^:D

这位老兄是管家?汗~EDL已经写的很详细啦~精华啊,我一般也只知道用SELECTEVERY(CLIP,5)而已;)
引用

«123»共3页

| TOP