VideoHelp Forum
+ Reply to Thread
Results 1 to 13 of 13
Thread
  1. Basically the image flickers with different colours constantly. I am aware this probably can't be fixed, but can it be reduced so it's not as annoying? Any Avisynth or VirtualDub filters that could possibly help?

    And nope, I haven't got the VHS, I can't get a better transfer.

    Example -

    Frame 1


    Frame 2


    Frame 3



    Video sample here for those interested - https://www.mediafire.com/?9utcekekcq14t50
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Apparently Mediafire blocked the file. Upload the file straight to videohelp.com
    (upload files/manage attachments)



    Thanks for pointing out the typo.
    Last edited by davexnet; 9th Jul 2014 at 13:14.
    Quote Quote  
  3. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by davexnet View Post
    Apparently Mediainfo blocked the file.
    You meant MediaFire alright

    Originally Posted by MediaFire
    File Blocked for Violation.

    The file you requested has been blocked for a violation of our Terms of Service.
    Quote Quote  
  4. Bollocks. Ok, will do.
    Image Attached Files
    Quote Quote  
  5. Member
    Join Date
    Dec 2005
    Location
    Finland
    Search Comp PM
    There's some pretty random stuff going on in the colour channels. Here are the Y, U and V channels after SeparateFields():

    Click image for larger version

Name:	col.gif
Views:	423
Size:	3.07 MB
ID:	26491

    The luma channel (big image) is pretty consistent, though it seems to have some kind of combing left even though we are supposed to be looking at a single field only.

    The chroma channels however are all over the place. The colour information is rolling around, maybe someone here can recognise what the cause is and properly reverse it. Here's a look with Histogram(mode="Color2"):

    Click image for larger version

Name:	col2.gif
Views:	434
Size:	753.2 KB
ID:	26492

    Here's a very quick brute force attempt at stabilising the colours so that the clip is at least watchable. With stage lighting like that, maybe it's not too important to get the colours exactly right anyway.

    Code:
    Source(...)
    
    ChromaShift(-4)
    
    SeparateFields()
    
    MergeChroma(Blur(0,1), TemporalMedian(7))
    
    Interleave(SelectEven(),SelectOdd())
    Weave()
    Image Attached Files
    Quote Quote  
  6. ^ hey, thanks for this! Looks pretty impressive

    But how do I get the script to work? It says "there is no function TemporalMedian". Is it a part of some sort of package which I don't have? Couldn't find it on the net.
    Quote Quote  
  7. Member
    Join Date
    Dec 2005
    Location
    Finland
    Search Comp PM
    It's available right here actually, see this thread

    There are probably many things you can/should adjust, but hopefully you can get something presentable together.
    Quote Quote  
  8. Brilliant! Thanks for help
    Quote Quote  
  9. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    It's probably chroma noise from the lack of a flying erase head in the VCR.
    It's probably a re-used tape.

    The Camcorder Color Denoise (CCD) filter for VirtualDub can help. (Better than Avisynth filters.)
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  10. Originally Posted by lordsmurf View Post
    It's probably chroma noise from the lack of a flying erase head in the VCR.
    It's probably a re-used tape.

    The Camcorder Color Denoise (CCD) filter for VirtualDub can help. (Better than Avisynth filters.)
    I am aware of this filter. But my problem needs some sort of temporal plugin because the colour goes bananas from frame to frame. Ajk's suggestion works to some extent, although there are still some nightmarish bits like this that probably can't be fixed :P -


    Quote Quote  
  11. Member
    Join Date
    Dec 2005
    Location
    Finland
    Search Comp PM
    You could just kill the existing chroma completely and add a suitable tint to those sections, if nothing else works.
    Quote Quote  
  12. The Camcorder Color Denoise (CCD) filter for VirtualDub can help. (Better than Avisynth filters.)
    I am aware of this filter. But my problem needs some sort of temporal plugin because the colour goes bananas from frame to frame. Ajk's suggestion works to some extent, although there are still some nightmarish bits like this that probably can't be fixed :P -
    I think that CCD is temporal filter and it does great job
    Quote Quote  
  13. I heard Freddy was a colorful guy


    </bad joke>
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!