Quantcast Avisynth: VHS to DVD Conversion Problem/Filters? - digitalFAQ.com Forums [Archives]
  #1  
02-10-2003, 02:22 PM
hudsonhawk hudsonhawk is offline
Free Member
 
Join Date: Feb 2003
Location: New England
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

I am having a problem with VHS to DVD conversion that I am hoping someone might be able to offer suggestions for.

Currently, I capture via a Sony camcorder/IEEE 1394 using Scenalyzer Live and I encode via an Avisynth script opened directly in TMPGenc. Here is a sample script:

clip1 = AVISource("d:\video\capture\clip1.avi")
clip2 = AVISource("d:\video\capture\clip2.avi")
clip3 = AVISource("d:\video\capture\clip3.avi")
clip4 = AVISource("d:\video\capture\clip4.avi")

trim1 = clip1.Trim(137,5193).FadeIn2(30).FadeOut(30)
trim2 = clip2.Trim(136,18902).FadeIn(30).FadeOut(30)
trim3 = clip3.Trim(88,14503).FadeIn(30).FadeOut(30)
trim4 = clip4.Trim(144,1089).FadeIn(30).FadeOut2(30)

complete_video = trim1 ++ trim2 ++ trim3 ++ trim4

process_video = complete_video.FieldDeinterlace().Crop(24,2,-10,-4).AddBorders(0,3,0,3). BilinearResize(352,480).Levels(8,.97,251,0,252).Te mporalSoften(1,12,12).SpatialSoften(1,7,7)

return process_video

Basically, I am very satisfied with the overall quality of the finished product. It is an older VHS source, so I am not expecting miracles, but the one problem I am noticing is that in scenes where there is low motion and bright light in the background, the image appears to "flicker" or seem to shake or move in slow motion for the lack of a better description. Another way to describe it would be to imagine a person moving in the foreground and there is a window with curtains in the background and when the person moves, the curtains also appear to move or shake, giving the illusion of flickering. It is definitely not a field order problem. I am wondering if it is a problem with the temporal/spatial soften filters. It's a very frustrating problem, because aside from it the image is very clean. I suppose I could also be hoping for too much from my VHS conversions.

Any suggestions?

Thanks!
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
02-10-2003, 03:29 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
You might want to try CNR2, it's a good and fast chroma denoiser, meant specifically for analog TV and VHS captures.

I don't remember the URL right now but you should find it by searching the doom9 forum for it. The plugin for Avisynth 2.5 is v2.41, fixed by Donald Graft and for Avisynth 2.0x it's v2.2 IIRC.
Reply With Quote
  #3  
02-10-2003, 03:41 PM
hudsonhawk hudsonhawk is offline
Free Member
 
Join Date: Feb 2003
Location: New England
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the tip! I just downloaded the file. Do you think that this should be used in place of one of the other filters, or in addition to them?
Reply With Quote
  #4  
02-11-2003, 06:58 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
I don't think there's any need to replace any of the filters as CNR2 only affects chroma. It's very effective against rainbow artifacts and dot crawl too.
Reply With Quote
  #5  
02-22-2003, 07:16 PM
hudsonhawk hudsonhawk is offline
Free Member
 
Join Date: Feb 2003
Location: New England
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
I have been doing more testing and analyzing the results and I think a more appropriate description of the problem would be that during scenes where there is motion, the motion almost appears to be moving in "slow motion" or flickering, it may be a problem with light, but it is hard to tell. Could it possibly be an issue with the DV codec? Could saving the captured .avi (DV) to a new .avi using Huffyuv before encoding provide a better source with which to encode to mpeg?
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Problem with filters randa Avisynth Scripting 2 02-19-2004 04:45 AM
TMPGEnc: Problem With 29.970fps Avi to 23.976 conversion Aielman Video Encoding and Conversion 3 11-01-2003 01:54 PM
SansGrip Filters: Conversion of old vcds and svcds amir454 Avisynth Scripting 1 04-15-2003 07:30 PM
VirtualDub: Virtual dub wav conversion problem SIRCOOKS Video Encoding and Conversion 8 04-01-2003 10:14 PM
SansGrip Filters: Problem with filters rqtball Avisynth Scripting 5 02-15-2003 11:49 AM

Thread Tools



 
All times are GMT -5. The time now is 04:28 PM  —  vBulletin © Jelsoft Enterprises Ltd