TV caps... » Carpentry » buyForum
buyForum

buyForum



ПоискПоиск   Users   Registration   Entrance
Today: 22.04.2025 - 05:34:09
Pages:  1  2  

TV caps...

Advertising

.
MessageAuthor

Nevermind that, I've been testing with marc fd's atc and well it just creates too many artifacts. I'd suggest sticking with temporal cleaner, just search for it and you'll find it. Edit: Oh yeah, for the filter chain i'd go with something like. crop resize cnr2 temporalcleaner c3d if needed

-------------------------

euroracer325i

registered




Statistics:
Messages: 964
Registration: 12.25.2002
23.09.21 - 10:09:33
Message # 11
RE: TV caps...

Just for testing, you might want to try this: Code:

-------------------------
HID installation guide for dummies

toussi1

registered




Statistics:
Messages: 790
Registration: 11.12.2002
23.09.21 - 10:15:24
Message # 12
RE: TV caps...

Well, I just wanted to share my testing results which clearly proved that at least in my case temporal-smoother didn't help anything. It didn't help visual quality and of course my script is faster without it. Also average quant seems little bit lower when I encoded clips with Jonny's Divx enc tool both with same settings Divx 5.02 without b-frames, gmc or anything else. I used 2-pass 1025kbit. Script 1 (without TS): video=AviSource("E:\capture\capture.avi", false) audio = wavsource("E:\capture\capture.wav") video=audiodub(video,audio) video=ConvertToYV12(video) audio=delayaudio(audio,-0.1) #video=TemporalSoften(video,3,4,4,mode=2,scenechange=10) video=AutoCrop(video,0,wMultOf=4, hMultOf=4) video=bicubicresize(video,384,288,0,0.6) Video=deen(video,"a3d",3,6,1,6) Video=unfilter(Video,-5,-5) return(video) Avg Quant 4.99 Time 00:02:02 size 6,628k Script 2 (with TS): video=AviSource("E:\capture\capture.avi", false) audio = wavsource("E:\capture\capture.wav") video=audiodub(video,audio) video=ConvertToYV12(video) audio=delayaudio(audio,-0.1) video=TemporalSoften(video,3,4,4,mode=2,scenechange=10) video=AutoCrop(video,0,wMultOf=4, hMultOf=4) video=bicubicresize(video,384,288,0,0.6) Video=deen(video,"a3d",3,6,1,6) Avg Quant 5.29 Time 00:02:26 size 6,624k I captured with PicMjpeg qual 18 and resolution 384x576. And as you can see the first file contains Unfilter(-5,-5) but it is also faster little bit more than 30%

-------------------------

vroo//M

registered




Statistics:
Messages: 89
Registration: 02.27.2001
23.09.21 - 10:22:43
Message # 13
RE: TV caps...
ok, i got my 001, g4/400, now cdr? : Previous topic
Pages:  1  2  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants