VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Member
    Join Date
    Mar 2007
    Location
    United States
    Search Comp PM
    I started this thread fully intending to do all processing in VDub but the more input I got the more convinced I am that AVISynth is the way to go. So I started searching and reading up on AVISynth. I've written a couple very simple scripts just to play around with basic concepts. One of the things I noticed while searching is that about 98% of the information on using AVISynth with DV is geared towards broadcast/VHS captures. While similar in some ways, there are enough differences to justify this thread (IMHO ). For example, it seems like broadcast and VHS captures tend to require WAY more denoising than most DV video from a camcorder.

    So, I thought it would be great if everyone would post any script(s) they use specifically for cleaning up and processing DV camcorder video. I'm sure I would not be the only one to benefit by having all that info in one place.

    To kick off the discussion, here's what I'm dealing with:

    Video shot with Canon ZR500 (720x480 16:9). Just installed Cedocida DV codec to replace Panasonic DV codec.

    Camera -> HD via WinDV -> VDub via AVISynth -> DivX or Xvid (haven't decided yet which I like best)

    My current script (which I don't like all that much as it doesn't seem to have much effect)

    Code:
    LoadPlugin("Convolution3d.dll")
    AVISource("C:\path\to\file.avi")
    SeparateFields()
    odd=SelectOdd.Convolution3D (0, 6, 10, 6, 8, 2.8, 0)
    evn=SelectEven.Convolution3D (0, 6, 10, 6, 8, 2.8, 0)
    Interleave(evn,odd)
    Weave()
    DoubleWeave.SelectOdd()
    So let's have it! What do you do to process your DV camcorder footage?
    Quote Quote  
  2. Member bendixG15's Avatar
    Join Date
    Aug 2004
    Location
    United States
    Search Comp PM
    Here's an excellent place to start ....... thanks to Fulci..

    https://forum.videohelp.com/topic225951.html
    Quote Quote  
  3. Member
    Join Date
    Mar 2007
    Location
    United States
    Search Comp PM
    Yep, my script is lifted directly from that guide. It is helpful as a starting point but it's the only thing I've found that comes close to what I am looking for. If there are any more that I've missed, feel free to post links! I know there are folks out there who have spent years tweaking their scripts for processing MiniDV footage and I'm hoping to benefit from their experience.
    Quote Quote  
  4. Member ricardouk's Avatar
    Join Date
    Mar 2005
    Location
    Portugal
    Search Comp PM
    i use the following script:
    Code:
    LoadCPlugin("C:\Programas\AviSynth 2.5\plugins\yadif.dll")
    avisource("c:\test\123.avi")
    converttoyv12()
    yadif(mode=0)
    never saw any reason to clean up dv footage, it looks fine with the above script
    I love it when a plan comes together!
    Quote Quote  
  5. Member
    Join Date
    Mar 2007
    Location
    United States
    Search Comp PM
    Great, thanks. Was there more code after yadif() or did you just leave off the ")"? Just curious, why the conversion to YV12 since yadif() also handles YUY2?
    Quote Quote  
  6. Member ricardouk's Avatar
    Join Date
    Mar 2005
    Location
    Portugal
    Search Comp PM
    yes i forgot to close up, i wil edit the post, i used Yv12 because i use Quenc to convert it to DVD
    I love it when a plan comes together!
    Quote Quote  
  7. Member
    Join Date
    Mar 2007
    Location
    United States
    Search Comp PM
    Great thread... thanks! That first script you posted is actually something I've been trying to figure out for the last couple days. Any idea what happens when comparing interlaced and deinterlaced video?
    Quote Quote  
  8. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    Originally Posted by ricardouk
    i use the following script:
    Code:
    LoadCPlugin("C:\Programas\AviSynth 2.5\plugins\yadif.dll")
    avisource("c:\test\123.avi")
    converttoyv12()
    yadif(mode=0)
    call colour conversion after deinterlace.


    tripp
    "I'll give you five dollars if you let me throw a rock at you"
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!