digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   How to put several parts of a movie together on KVCD? (http://www.digitalfaq.com/archives/encode/4117-how-put-parts.html)

jshew 06-22-2003 05:14 AM

How to put several parts of a movie together on KVCD?
 
I am making a backup of my Memento DVD, chronological version, and it consists of 3 parts when ripped from the DVD, each with it's own Stream info file, IFO file and VOB files.

It is basically the main body of the movie as the middle part with credits at the beginning and the end.

I'm confused as how to go about doing it so my resulting KVCD flows from one to another. Suggestions??

PyRoMaNiA 06-22-2003 07:53 AM

Do what you would always do, but when making your avisynth script, use something like this:

a=MPEG2Source("C:\part1.d2v")
b=MPEG2Source("C:\part2.d2v")
c=MPEG2Source("C:\part3.d2v")
x=a+b+c
x

#(filters here as usual)

andybno1 06-22-2003 09:30 AM

how do u mean in three parts? three parts in vobs? mpg? avi? what?

jshew 06-22-2003 07:05 PM

Yes, three sets of VOB files. Actually, part 1 has one Vob, part 2 has 4, part three has 1 VOB.

vico1 06-22-2003 07:55 PM

PyRoMaNiA,
When combining multi .d2v files with avisynth, how would you go about resyncing audio...
if one, two, or all your individual .d2v files, had companion audio files with varied delays???
(ie: part1.d2v audio -66 delay, part2.d2v audio -100 delay, part3 audio -300 delay)


*******************************
The Devil`s always.....in the Details!

andybno1 06-23-2003 01:52 AM

Quote:

Originally Posted by jshew
Yes, three sets of VOB files. Actually, part 1 has one Vob, part 2 has 4, part three has 1 VOB.

ok, easy answer is have the vobs end in a consecative numer range, eg. VTS_01_1 then VTS_01_2 etc just make sure there in the right order when renaming. then load into dvd2avi and dvd2avi will automatically add the files and problem solved.

jshew 06-23-2003 07:28 AM

Okay, so it looks like we have two ways to do it.

Pyromania said use Avisynth and work with the three d2v files

andybno1 said to rename the VOB files in the order you want them, then DVD2AVI will sort it out from there.

jorel 06-23-2003 09:43 AM

hey jshew
:wink:
this guide i test and works... maybe help you:

http://www.dvdrhelp.com/forum/userguides/120021.php

:)

andybno1 06-23-2003 11:37 AM

Quote:

Originally Posted by jshew
Okay, so it looks like we have two ways to do it.

Pyromania said use Avisynth and work with the three d2v files

andybno1 said to rename the VOB files in the order you want them, then DVD2AVI will sort it out from there.

I only sugesst put all vobs in the the one d2v file to save u messin about with three d2v files.

Bigswaffo 06-23-2003 12:10 PM

Quote:

Originally Posted by PyRoMaNiA
Do what you would always do, but when making your avisynth script, use something like this:

a=MPEG2Source("C:\part1.d2v")
b=MPEG2Source("C:\part2.d2v")
c=MPEG2Source("C:\part3.d2v")
x=a+b+c
x

#(filters here as usual)

Would that also work for avi's? :roll:

jorel 06-23-2003 12:12 PM

Quote:

Originally Posted by Bigswaffo
Quote:

Originally Posted by PyRoMaNiA
Do what you would always do, but when making your avisynth script, use something like this:

a=MPEG2Source("C:\part1.d2v")
b=MPEG2Source("C:\part2.d2v")
c=MPEG2Source("C:\part3.d2v")
x=a+b+c
x

#(filters here as usual)

Would that also work for avi's? :roll:

yes Bigswaffo,
same like this:

Part1 = avisource("part1.avi")
Part2 = avisource("part2.avi")
return Part1+Part2

...
:wink:

PyRoMaNiA 06-23-2003 01:40 PM

Quote:

Originally Posted by vico1
PyRoMaNiA,
When combining multi .d2v files with avisynth, how would you go about resyncing audio...
if one, two, or all your individual .d2v files, had companion audio files with varied delays???
(ie: part1.d2v audio -66 delay, part2.d2v audio -100 delay, part3 audio -300 delay)

I would just encode the audio files extracted by DVD2AVI separately with HeadAC3he as usual... then join them with mp3merge, try a search for it on Gooogle. :wink: Haven't tried this is a while though, so not sure if that's the best way to do it... :?

JoZ 06-23-2003 01:47 PM

Merging them with mp3merge could cause desync because audio often is
different then video size. IMHO.

How did you get three different vobs? Are they the same movie? If "yes"
then rename them in order like andybno1 suggested. Btw they should be
named like that at the time you've ripped them.

If "no" (means three separated vob streams) go and encode each of them
mux audio and video and you'll get three different mpegs. After that
use vcdeasy to put them on a single cd. Add them in order you want to
watch.


All times are GMT -5. The time now is 10:49 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.