『漫游』酷论坛>『影音数码技术学习交流』>[请教]压老片的问题

weilai@2004-09-17 18:58

function mfToon(clip orig, int "twidth", int "theight", int "ssw", int "ssh", int "xstren", \
int "xthresh", bool "cwarp", bool "sharpen", int "strength", float "wdepth", int "wblur", \
float "wthresh", int "drange", float "dboost", int "dlimit", bool "debug", bool "doutput", \
string "dclip", bool "show", int "scolor") {

# normal params

strength = Default(strength, 255) # line darkening strength, 0-255
sharpen = Default(sharpen, true) # sharpening on/off
cwarp = Default(cwarp, true) # chroma warp on/off
cwarp2 = cwarp ? 1 : 0
wdepth = Default(wdepth, 16.0) # warping depth, ?-?
wblur = Default(wblur, 1) # warping blur level, ?-?
wthresh = Default(wthresh, 0.5) # warping threshold, 0.0-1.0
ssw = Default(ssw, 4) # supersample factor horizontally, 0-inf
ssh = Default(ssh, 4) # supersample factor vertically, 0-inf
twidth = Default(twidth, orig.width) # target width (useful for cropping), 0-inf
theight = Default(theight, orig.height) # target height (useful for cropping), 0-inf
show = Default(show, false) # show which lines are being darkened
scolor = Default(scolor, $FF00FF) # which color to show lines in

可以看出來
mfToon 的第一個參數是參考 clip,以mftoon.AVS 腳本來講是 使用AVISource("Play.avi") 開出的 clip
第二個是 line darkening strength 線條變暗的程度, 0-255 是指範圍值
以此類推後面自行看英文註解
Default(scolor, $FF00FF) 是指此(scolor)參數沒指定的話,就用$FF00FF當預設值
引用

LWC@2004-09-17 19:05

引用
最初由 weilai 发布
function mfToon(clip orig, int "twidth", int "theight", int "ssw", int "ssh", int "xstren", \
int "xthresh", bool "cwarp", bool "sharpen", int "strength", float "wdepth", int "wblur", \
float "wthresh", int "drange", float "dboost", int "dlimit", bool "debug", bool "doutput", \
string "dclip", bool "show", int "scolor") {

# normal params

strength = Default(strength, 255) # line darkening strength, 0-255
sharpen = Default(sharpen, true) # sharpening on/off
cwarp = Default(cwarp, true) # chroma warp on/off
cwarp2 = cwarp ? 1 : 0
wdepth = Default(wdepth, 16.0) # warping depth, ?-?
wblur = Default(wblur, 1) # warping blur level, ?-?
wthresh = Default(wthresh, 0.5) # warping threshold, 0.0-1.0
ssw = Default(ssw, 4) # supersample factor horizontally, 0-inf
ssh = Default(ssh, 4) # supersample factor vertically, 0-inf
twidth = Default(twidth, orig.width) # target width (useful for cropping), 0-inf
theight = Default(theight, orig.height) # target height (useful for cropping), 0-inf
show = Default(show, false) # show which lines are being darkened
scolor = Default(scolor, $FF00FF) # which color to show lines in

可以看出來
mfToon 的第一個參數是參考 clip,以mftoon.AVS 腳本來講是 使用AVISource("Play.avi") 開出的 clip
第二個是 line darkening strength 線條變暗的程度, 0-255 是指範圍值
以此類推後面自行看英文註解
Default(scolor, $FF00FF) 是指此(scolor)參數沒指定的話,就用$FF00FF當預設值



有些明白

但是我马上试了一下

D2V 填上去 放上插件等

我寒

P4C 3.6G 使用WMV9 不用PP 压制速度竟然只有3-5帧
使用PP4后 竟然只有可怜得0点几-1帧得速度

我真是无语了

不过用上这个后 视频变的相当清晰 锐利
引用

weilai@2004-09-17 19:32

沒辦法試驗時 (AMD XP2000+)
花費時間 (25s 的來源)
正常~0:38
使用mftoon.AVS~6:16

^^||
引用

LWC@2004-09-17 19:44

引用
最初由 weilai 发布
沒辦法試驗時 (AMD XP2000+)
花費時間 (25s 的來源)
正常~0:38
使用mftoon.AVS~6:16

^^||


我真的要哭啊

看来的等个10来G的CPU才能压制有5帧左右了
引用

leowong1@2004-09-18 01:26

樓主用了IT作IVTC。畫質已經不太好了...
用TMPGENC的自動IVTC + 手動IVTC把原來的24張還原後才擔心filter吧...
引用

skywalker@2004-09-18 04:51

自己用单独的filter代替一些mftoon里面的功能会快一些.............
比如msharpen和warpsharp(不是ffdshow的那个的avs版)............
引用

hikki_ff@2004-09-18 10:51

引用
最初由 LWC 发布


不太明白

还请说明一下 因为我不懂英文

我在那里没有找到SpatialSoften,不知道是不是下面得Soften
不知道Soften Deutsch又是什么



SpatialSoften(clip clip, int radius, int luma_threshold, int chroma_threshold)

给出的推荐值是(8,4,8),第一个radius设置越高效果越明显,但速度会成倍变慢(一点不逊于Mftoon^^b)
这个filter不支持yv12,使用前要先ConvertToYUY2()
引用

hikki_ff@2004-09-18 11:39

引用
最初由 leowong1 发布
樓主用了IT作IVTC。畫質已經不太好了...
用TMPGENC的自動IVTC + 手動IVTC把原來的24張畫還後才擔心filter吧...


我用tmpgenc打开d2v文件却说不支持,这是为什么?
引用

baka@2004-09-18 12:12

可以打开的.没有问题
引用

hikki_ff@2004-09-18 14:33

我选d2v文件就会这样,版本是TMPGEnc Plus-2.521.58.169
引用

LWC@2004-09-18 17:08

发现一个问题

用了mftoon后

就算静态得动画片 压制絀來后码率也会变的非常暴大

wmv9 1PASS VBR QL90 其余一切默认 压制出来竟然接近700M(25分钟得动画片 花费时间6小时)
更不要说QL93了 足足1G

使用RMVB也是 1PASS 压制 起码得去平均1260K(使用BRP 中精密度 40分钟才压制10%,要是用高的话 我看压制10%都要1个多小时)

还有用TMPGENC的自動IVTC + 手動IVTC不知道能否教我一下 我发现我压制得动画片decomb511效果要好于IT进行decimate(但是decomb511得vthresh参数需要使用10才能完全处理好口部得拉丝)

请问怎么用了mftoon后 码率暴大得这么厉害 以及TMPGENC的自動IVTC + 手動IVTC请问能教一下吗?

谢谢

请各位解答一下 谢谢
引用

LWC@2004-09-18 17:09

引用
最初由 hikki_ff 发布
我选d2v文件就会这样,版本是TMPGEnc Plus-2.521.58.169


可能你的TMPG没有关联DVD2AVI吧
引用

hikki_ff@2004-09-18 17:53

引用
最初由 LWC 发布


可能你的TMPG没有关联DVD2AVI吧


怎么关连TMPG和DVD2AVI?



引用
最初由 LWC 发布
发现一个问题


请问怎么用了mftoon后 码率暴大得这么厉害 以及TMPGENC的自動IVTC + 手動IVTC请问能教一下吗?


mftoon锐化画面和线条,所以需要的码率就变大了。建议自己用msharpen,awarpsharp等滤镜来锐化,比较容易控制

我也想学用TMPG做IVTC,哪位高手可以教一下吗,非常感谢~~
引用

leowong1@2004-09-19 12:17

引用
最初由 hikki_ff 发布
我选d2v文件就会这样,版本是TMPGEnc Plus-2.521.58.169


恐怕你用的是DBIndex吧?
DVD2AVI 與 DGIndex是互不相容的......
在tmpgenc的environmental setting裡, 把DVD2AVI的勾去掉, 把DGMPGDEC打勾便可了~~ 若還不行的話, 到doom9下載新的版本吧~
引用

leowong1@2004-09-19 12:19

學IVTC的話到這吧~
http://big5.doom9.org/mpg/tmpg-ivtc.htm

Decombs sucks, TMPGEnc RULEZ!
引用

«123»共3页

| TOP