I have tons of VCDs and i want to place them -all for reducing the space they consume on my desk- on a DVD. Is there some way to put them there without getting in the trouble to author a DVD?
Im intrested in viewing them only through a DVD player, not DVDROM.
Any suggestions?
+ Reply to Thread
Results 1 to 17 of 17
-
-
If it is a regular DVD player then you are going to have to author. Some players support raw mpg's though. In such a case you could simply extract the mpg's and burn as data.
-
Not much trouble involved - just extract the mpg from the VCD using VCDGear, author to DVD with TDA. If your player supports mpeg as data file on DVD, you can omit the authoring, but then, firing up TDA and loading your mpegs isn't really that much more trouble, and you end up with a standard compliant Video DVD.
/Mats -
In the case that i simply extract the mpg's and burn as data will i be able to go to the next vcd like i skip chapters on the dvd?
-
If in doubt, Google it.
-
just to remind u guys, i want to put many VCDs on one DVD, i dont mind if theres no menu, i just want to be able to skip from title to title with the FFbutton, just like i skip chapters on DVD
-
Originally Posted by zoranb
/Mats -
Yes, it can. No you don't.
/Mats -
Can i export directly to mpeg2 so i wont have to transcode it to use it in dvd?
-
http://www.digitalfaq.com/convert/vcdtodvd/vcdtodvd.htm
skip the isobuster step if you have used vcdgear. -
VCD is mpeg1, and is also (by coincidence?) also in the DVD specs. Only thing that differs between DVD specs and VCD specs is audio sample rate, but TDA takes care of that conversion "automatically". So, once you've go a VCD specs mpeg, it's just to author it as DVD with TMPGEnc DVD Author.
/Mats -
No, that's true, but as I said, TDA does that for you automatically.
/Mats -
for %%f in (*.mpg) DO (ffmpeg.exe -i "%%f" -ab 192 -ar 48000 -ac 2 -acodec ac3 -y "%%~nf.ac3")
for %%f in (*.mpg) DO (BBDMUX.exe" "%%f" 0xE0 "%%~nf.mpv")
del *.mpg <-- I'd leave this out until you have tested the results.
48KHz AC3 and mpv ready for import to DVD lab or any DVD authoring app. Might be easier just to let the authoring app re-encode the audio as suggested. -
Originally Posted by celtic_druid
/Mats
Similar Threads
-
Multiple AVI files to multiple DVD discs, no quality loss, chapter per avi
By Delta007bhd in forum Video ConversionReplies: 11Last Post: 14th Apr 2010, 08:27 -
Invalid DVD / Multiple errors with multiple programs...
By multiplex in forum Newbie / General discussionsReplies: 10Last Post: 6th Oct 2009, 15:50 -
Play multiple streams in DVD (Merge multiple streams)
By sebastien91 in forum SubtitleReplies: 0Last Post: 25th Apr 2009, 18:44 -
Authoring Multiple Language DVD with multiple language menu options
By kemimich in forum Authoring (DVD)Replies: 7Last Post: 8th Sep 2008, 16:29 -
Multiple VCDs in one DVD
By vid_n000b in forum Authoring (DVD)Replies: 27Last Post: 30th Apr 2008, 02:52