VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    I am using Avisynth to play a video .mpg and .vob file they are the same video footage just in different formats. They contain the same video information but the video plays like this. Please review the screen shot. The colors are all messed up.

    This is a link to the screen shot.

    http://mo-de.net/d/bad_mpeg_and_vob.jpg

    Does anyone have any idea why this is happenig? Thanks much in advance.
    Quote Quote  
  2. Member
    Join Date
    Dec 2005
    Location
    Canada
    Search Comp PM
    I also had problems with that .dll plugin.
    I used a script that I found on an old thread and used it with avisynth/VirtualDub.
    You have to demux the mpeg or vob using DGindex and use the .d2v file as the source.
    These were my notes.

    #run dgindex
    #
    #load source video and click audio -> output method -> decode ac3 to wav
    #
    #file -> save project -> demux video
    #
    #dgedecode.dll is included with DGIndex;copy to Avisynth plugins folder
    #
    #DGIndex download http://neuron2.net/dgmpgdec/dgmpgdec.html
    #
    #use the .d2v from dgindex output as mpeg2source for the script
    #
    #open the script with VirtualDub


    LoadPlugin("c:\program files\avisynth 2.5\plugins\dgdecode.dll")
    video=MPEG2Source("D:\dgi out\VTS_01_1.d2v")
    audio=WAVSource("D:\dgi out\VTS_01_1 T80 3_2ch 448Kbps 48KHz.wav")
    AudioDub(video,audio)




    Originally Posted by lindylex
    I am using Avisynth to play a video .mpg and .vob file they are the same video footage just in different formats. They contain the same video information but the video plays like this. Please review the screen shot. The colors are all messed up.

    This is a link to the screen shot.

    http://mo-de.net/d/bad_mpeg_and_vob.jpg

    Does anyone have any idea why this is happenig? Thanks much in advance.
    Quote Quote  
  3. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    sambat, this thank you is a little late and I never got to use this to solve the problem but now I know and many other too.

    Thanks
    Quote Quote  



Similar Threads

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