Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread
Old 9th September 2007, 15:13   #1  |  Link
alexVS
Registered User
 
Join Date: Sep 2004
Posts: 147
Check my Avisynth script please (need suggestions)

The video source is sport captured from TV (720x576 PAL, 25i)
The result is 512x384 (4:3) mpeg4 50p (50FPS)

Here is my avysinth script

mpeg2source("D:\Capture\file.d2v")
SeparateFields()
Bob(0.0, 1.0)
Crop(32,8,-32,-16)
LanczosResize(512,384)
Undot()
Cnr2()
ConvertToYV12()

Are the some errors in consequence of lines? The result picture is a bit lack of sharpness. Should I use lanczosresize or other? There is some very small flicker of the image so I'm not sure if bob filter applied correctly. At least TMPeg encoder does double frame rate deinterlace without flicker at all. Well, and I'm not sure if denoisers work right, cause I don't see any improvements in the picture with and without them.

I'm glad that this script works at all , cause I'm not very good at video encoding. Could you give some recommendations to get the better result?
alexVS is offline   Reply With Quote
Old 9th September 2007, 15:28   #2  |  Link
check
phjbdpcrjlj2sb3h
 
check's Avatar
 
Join Date: Sep 2005
Location: Western Australia
Posts: 1,691
give us some of the source
check is offline   Reply With Quote
Old 9th September 2007, 16:34   #3  |  Link
foxyshadis
Angel of Night
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,569
Bob is probably where the lack of sharpness comes from. Try Yadif or TDeint instead, slower but much clearer. If the source itself isn't sharp, you might want something like limitedsharpenfaster or seesaw.

Personalized recommendations need that source though, as said.
foxyshadis is offline   Reply With Quote
Old 9th September 2007, 19:42   #4  |  Link
alexVS
Registered User
 
Join Date: Sep 2004
Posts: 147
Here is 30 second example of source (40Mb)
http://rapidshare.com/files/54517377/Video.zip.html

BTW It's seems to me that video has some greenish tint. How can I reduce it a bit using Avisynth?

And any recomendations on improvemend my Avisynth script are welcomed
alexVS is offline   Reply With Quote
Old 10th September 2007, 02:12   #5  |  Link
foxyshadis
Angel of Night
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,569
Yadif leaves a lot of sparkles on this, so tdeint is probably better. The softness is in the source, it looks like at some point (capture, broadcast, who knows) heavy denoising was applied, and that can't really be undone. Have to be careful working with it or everything turns into a giant blob.

In my opinion this makes for a decent output:
MPEG2Source("D:\Untitle.d2v", cpu=4)
tdeint()
seesaw(denoised=fft3dfilter())

Can play with seesaw & fft3d params if needed, and swap fft3dilter for fft3dgpu if you have a good graphics card.

Give tdeint mode=1 if you want bobbed (50fps) output, too.

Last edited by foxyshadis; 10th September 2007 at 02:15.
foxyshadis is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:21.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.