it already are named in sequence (renamed vts_02_01.vob, vts_02_02.vob, vts_02_03.vob, TO vts_1.vob, vts_2.vob, vts_3.vob, etc...) and i checked the box: automatically open linked files in open media file dialog.
what im doing wrong? this dont should to work?
thanks in advance to everbody
+ Reply to Thread
Results 1 to 6 of 6
-
-
That never worked for me. You have to "add segment" from the File menu.
-
i tried to open 1 .vob and after that the menu file - append segmet file was disabled (really i dont remeber if it was enabled before).
i tried to use a avisynth script with DirectShowSource("name_file_1.vob")+DirectShowSour ce("name_file_2.vob")+DirectShowSource("name_file_ 3.vob")
and receive this message:
Couldn't locate decompressor for format YV12 (unknown). VirtualDub requires a Video for Windows (VFW) compatible codec to decompress video. DirectShow codecs, such as those used by Windows Media Player, are not suitable. Only "Direct Stream Copy) is available for this video.
what's this?
tia -
Hey, you're right. Just tried it. Looks like it only works for AVI segments.
No harm done. Just open the segments in dgmpgdec, and save the project. You'll have a .D2V file and a demuxed AC3 file. In your AVS file, enter the following:
LoadPlugin("c:\where dgmpegdec is\DGDecode.dll")
MPEG2Source("c:\wherever the file is you saved\dg.d2v")
that will do it... -
i tried your tip about DGMPGDec and i've already tried something like that with DVD2AVI without good results, but ANYWAY, that really was the way and i'm to glad to you for show me. the only thing that was missing i found in a .avs temp file called FrameSel.avs created by DVD2SVCD:
LoadPlugin("C:\ARQUIV~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("G:\DVD2AV~1.D2V")
ConvertToRGB32() <<<--- THIS LINE IS NECESSARY (i dont know exactly why, but is, VirtualDub requirement i think)
now its working, very thanx Soopafresh
Similar Threads
-
How to open a x264 encoded mp4 in VirtualDubMod?
By Sedoc94 in forum Newbie / General discussionsReplies: 27Last Post: 1st Jun 2010, 17:36 -
AutoGK prob - VirtualDubMod crashes on open
By Djinn252 in forum Video ConversionReplies: 8Last Post: 7th Jan 2009, 10:23 -
Cannot open RM files in VirtualDubMod in Windows Vista
By hzgg2 in forum EditingReplies: 2Last Post: 8th May 2008, 15:43 -
VirtualDubMod 1.5.10 cannot open rmvb file
By pchan in forum Video ConversionReplies: 2Last Post: 14th Sep 2007, 09:17 -
How to join 3 VOBs in VirtualDubMod
By UmmAddan in forum Newbie / General discussionsReplies: 3Last Post: 28th May 2007, 11:09