Hey can anyone plz tell me how to convert VCD menus to DVD
I've a VCD with menus. I've already converted the movie into DVD format but i m not able to add the same menus that are there in the VCD.
Any help will be appreciated.
+ Reply to Thread
Results 1 to 20 of 20
-
-
IIRC, a VCD menu is just an ordinary mpg - use that as the DVD menu background, then build the functionality "on top" of that. How, depends on what authoring app you use.
/Mats -
VCD menus are based on MPG1, but they're also not plain MPG1 system streams either.
#1 They're mastered on the VCD as XA Mode2 sectors, so you'll have to do the same Mode2 ripping/extraction method you should do with AVSEQ Tracks. Best thing is to just rip the whole VCD with VCDEasy's VCDXrip tool (frontend to VCDImager VCDXrip). That way, you'll get all the elements, with all the mode2 crap removed.
#2 Most "Hi-Rez" Menus are actually dual-multiplexed. There is: A Padding Stream, A LowRez stream (352x240, ID0), and a HiRez stream (704x480, ID1). You'll want to demux the HiRez stream for use in DVD Menus (704 is supported). Once Demuxed, this'll be an elementary MPG1 video stream, which should be importable into DVD Authoring apps.
If they aren't directly importable, open the menu in VirtualDub and save as a Pic and encode to MPEG2 DVD Menu settings (yeah, there would be some quality loss though).
(Have done all this before, so I know it does work)
HTH,
Scott -
I dont know whats going wrong but i cannot do it.
Any other solutions? -
I just tested it exactly as I wrote it, and it (.m1v) imported fine in DVD Maestro. What authoring app are you using?
Give us version #'s, etc...
Scott -
i use Ulead DVD Movie Factory 4
can u plz explain the process in detail again.
sorry for the inconvinience. -
Originally Posted by roma_turok
***************************
Steps (assuming you ALREADY have a VCD with Menus):
A. Get VCDEasy. Last freeware was, IIRC, v1.1.52. Now is up to 3.1.0. I have that and it works great--worth the ~$25.
B. [Tools | (S)VCD Build/Rip tab | "Disassemble a (S)VCD disc" item] all variation options unchecked. You'll get the CD's files in the destination directory (or child folders of that), as well as an XML of the structure/layout.
C. Get TMPGEnc (this part works in Demo mode even).
D. [File | MPEG Tools | Demultiplex tab]. Open the menu you want (have to do it one at a time). If you don't know for sure which menu you want, you could look at the XML structure of the disc (in a text editor) to find out.
E. [Double-click] on the 704x480 stream (they're labelled), and Save with suggested name. Will be *.m1v.
F. This should be importable into your authoring app (if it supports elementary streams).
G. If UDMF4 doesn't support E.S. (and I think that may be the case), you continue with TMPGEnc MPEGTools, this time doing a "Multiplex" on each elementary stream (make sure you don't name it the same as the original menu MPEG). Use "MPEG1 System (automatic)" stream type. Save as *.mpg
That should work.
Good luck,
Scott -
i can use the .mpg as only background. Can i use it as the menu and use the buttons on it
-
No - create new DVD menu buttons using the DVD authoring app.
/Mats -
I didn't even know threre was buttons on a VCD menu...
/Mats -
Originally Posted by roma_turok
A good vcd menu would have selection items that can be accessed via # on the keypad, and by "hotspot" via a mouse (for computers only or for CDi). You might could translate those same "regions" that the hotspots are sensitive to, and make similar DVD button activation regions. But there is, AFAIK, NO app/script that allows automated conversion between the 2.
Scott -
Originally Posted by Cornucopia
-
I already gave you the basic process for the background.
If you want to know about hotspots, here is an example of an XML script from an authored (and ripped) VCD...
Code:<selection id="selection-12"> <bsn>1</bsn> <prev ref="selection-09" x1="0" y1="0" x2="0" y2="0"/> <return ref="selection-09" x1="0" y1="0" x2="0" y2="0"/> <wait>-1</wait> <loop jump-timing="immediate">1</loop> <play-item ref="segment-0011"/> <select ref="selection-44" x1="0" y1="70" x2="255" y2="103"/> <select ref="selection-42" x1="0" y1="104" x2="255" y2="137"/> <select ref="selection-45" x1="0" y1="137" x2="255" y2="170"/> </selection>
So 4 buttons splitting up a screen into 4 clickable quadrants would be something like:
Code:<select ref="selection buttontopleft" X1="0" Y1="0" X2="127" Y2="127"/> <select ref="selection buttontopright" X1="128" Y1="0" X2="255" Y2="127"/> <select ref="selection buttonbottomleft" X1="0" Y1="128" X2="127" Y2="255"/> <select ref="selection buttonbottomright" X1="128" Y1="128" X2="255" Y2="255"/>
You WON'T be able to convert "subpicture" button material, because there is no such thing as a subpicture in VCD-land--just the background and the hotspot. Nor is there any off/selected/activate tri-state design.
Scott
Similar Threads
-
Convert Closed Captions to Subtiltle on DVD-Keep Original Menus
By emsdallas in forum SubtitleReplies: 1Last Post: 2nd Oct 2010, 17:42 -
auto convert from firewire to DVD with menus?
By neoh74 in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 0Last Post: 2nd Aug 2009, 17:04 -
How do i convert an (ISO) dvd9 to a dvd5 and keep the menus???
By jcurrieirocz in forum Video ConversionReplies: 5Last Post: 26th May 2009, 08:15 -
How can I convert PAL menus to NTSC
By alfo666 in forum Authoring (DVD)Replies: 2Last Post: 29th Jun 2007, 23:50 -
Convert NTSC AVI, DVD, (S)VCD to PAL DVD, (S)VCD
By scratchman in forum User guidesReplies: 14Last Post: 4th Jun 2007, 01:36