VideoHelp Forum




+ Reply to Thread
Results 1 to 13 of 13
  1. Hi I'm new here and hope to learn with you

    I know this problem (blocks) exists with DGAVCIndex in file ts*transport demux
    need to solve it error blocks

    I've tried force Core.AVC and DivX H264 decoder. without success. which the final solution?

    is a simple problem but still could not solution

    sorry my english

    http://i49.tinypic.com/2uid8r7.png
    Last edited by muxado; 5th Aug 2012 at 12:27. Reason: include PS
    Quote Quote  
  2. nobody? help me please
    Quote Quote  
  3. how to proceed with FFMPEG2Source? I'm using MeGUI and dgavcindex
    Quote Quote  
  4. How did you "force" coreavc or divx h264 ? You can't use it with dgavcindex, you can only use it with directshowsource - I'm assuming that's what you did?
    Quote Quote  
  5. Originally Posted by poisondeathray View Post
    How did you "force" coreavc or divx h264 ? You can't use it with dgavcindex, you can only use it with directshowsource - I'm assuming that's what you did?
    I followed this tutorial http://www.nsaneforums.com/topic/91790-how-to-use-coreavc-with-k-lite-codec-pack/
    Quote Quote  
  6. ts file the rough is perfect, these blocks appears only after passing through DGAVCINDEX
    Quote Quote  
  7. That's not good enough. DGAVCIndex doesn't use external filters . You cannot use it for this

    You need to create a script with DirectShowSource() , along with the directshow filter configured

    e.g.

    DirectshowSource("video.ts")
    Quote Quote  
  8. the script is created avs AVS SCRIPT CREATOR was:

    LoadPlugin("C:\Users\muxado\Desktop\MeGui\tools\dgavcindex\DGAVCDecode.dll")
    AVCSource("C:\Users\muxado\Desktop\AWORK\08-04_21-13-23_Globo HD (por)_Supercine - Tekken.dga")
    Load_Stdcall_Plugin("C:\Users\muxado\Desktop\MeGui \tools\yadif\yadif.dll")
    Yadif(order=1)
    #crop
    LanczosResize(1280,720) # Lanczos (Sharp)
    #denoise

    adding DirectShowSource(video.ts) script would look like?
    Quote Quote  
  9. I'm confused by this, I thought what he was doing was right
    Quote Quote  
  10. You can't use AVCSource as the source filter , replace it with DirectShowSource

    The script would look like:
    (change the path and the name to match, I assume it's .ts extension)

    Code:
    DirectShowSource("C:\Users\muxado\Desktop\AWORK\08-04_21-13-23_Globo HD (por)_Supercine - Tekken.ts")
    
    Load_Stdcall_Plugin("C:\Users\muxado\Desktop\MeGui  \tools\yadif\yadif.dll")
    Yadif(order=1)
    LanczosResize(1280,720) # Lanczos (Sharp)
    Quote Quote  
  11. Originally Posted by muxado View Post
    I'm confused by this, I thought what he was doing was right

    Thats "right" for directshow playback (e.g. in a directshow media player), not for encoding with DGAVCIndex

    DGAVCIndex (dgdecode.dll) doesn't use DirectShow - it relies on different system

    This is a known, well documented bug with DGAVCIndex. It's depreciated and shouldn't be used anymore anyway
    Quote Quote  
  12. thank you, the blocks are gone after this new script.

    (y) poisondeathray .. Manono

    you hit
    Quote Quote  



Similar Threads

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