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.
+ Reply to Thread
Results 1 to 3 of 3
-
-
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 -
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
Similar Threads
-
vob file looks bad in fullscreen
By myname77 in forum Newbie / General discussionsReplies: 3Last Post: 21st Jul 2010, 15:58 -
lines with bad colors
By mathmax in forum RestorationReplies: 11Last Post: 9th Jun 2010, 08:45 -
weird colors. VCR gone bad?
By damnidunno in forum Capturing and VCRReplies: 1Last Post: 29th May 2010, 11:16 -
Bad VOB file
By TimHarrison in forum Newbie / General discussionsReplies: 1Last Post: 12th Oct 2007, 17:13 -
wmp11, colors messed up
By nfl2k2 in forum Software PlayingReplies: 2Last Post: 20th Jun 2007, 12:44