Kvark
14th July 2002, 03:08
How to put cover pictures or any extra files to an SVCD?
I wanted to add some extra files to my SVCD discs. I think it's nice to have all the eggs in the same basket, such as the original DVD cover and the SVCD covers, which I have adjusted for the CD jewel case size. In case of later reproduction I don't have to look for cover pictures - they are all there with the movie.
If there's anybody with a better idea how to do this, I'd love to hear it. I've tried many ways, but the only way I managed to figure out and get to work was to edit the VCDXBuild_Script.xml file and then re-running the VCDXBuild for that particular SVCD:
After this exellent example
<folder>
<name>EXTRA</name>
<file src="G:\Capture\DVD\VCDXBuild_Script_2.xml">
<name>DVD2SVCD.XML</name>
</file>
<file src="G:\Capture\DVD\SVCDInfo.txt">
<name>SVCDINFO.TXT</name>
</file>
</folder>
I added
<folder>
<name>CDCOVER</name>
<file src="G:\Really\All\Too\Long\Path\SVCD1.jpg">
<name>SVCD1.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\SVCD2.jpg">
<name>SVCD2.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\SVCDBack.jpg">
<name>SVCDBACK.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\SVCDFrnt.jpg">
<name>SVCDFRNT.JPG</name>
</file>
</folder>
<folder>
<name>CDCOVER/DVD</name>
<file src="G:\Really\All\Too\Long\Path\DVD\DVDLabel.jpg">
<name>DVDLABEL.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\DVD\Front.jpg">
<name>FRONT.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\DVD\Inlay1.jpg">
<name>INLAY1.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\DVD\Inlay2.jpg">
<name>INLAY2.JPG</name>
</file>
</folder>
After saving the changes the only thing left was to copy and paste the actual command line from the dvd2svcd_log.txt to a command prompt window. Of course, this also increases the size of the image file, which might get too big to fit on a regular CD :(, so one has to take care not to add too much extra material.
I hope this helps those of you who have been looking for this kind of possibility. Of course this is a very primitive way to do this, and as I mentioned, I'd like to know of other ways. Let's hope this could be a feature interesting enough to add as "Add extra directory" funtion to future releases (hint :D).
I'd also like to know how to add covers etc. to a copy of an existing SVCD/VCD.
Best wishes
Kvark
I wanted to add some extra files to my SVCD discs. I think it's nice to have all the eggs in the same basket, such as the original DVD cover and the SVCD covers, which I have adjusted for the CD jewel case size. In case of later reproduction I don't have to look for cover pictures - they are all there with the movie.
If there's anybody with a better idea how to do this, I'd love to hear it. I've tried many ways, but the only way I managed to figure out and get to work was to edit the VCDXBuild_Script.xml file and then re-running the VCDXBuild for that particular SVCD:
After this exellent example
<folder>
<name>EXTRA</name>
<file src="G:\Capture\DVD\VCDXBuild_Script_2.xml">
<name>DVD2SVCD.XML</name>
</file>
<file src="G:\Capture\DVD\SVCDInfo.txt">
<name>SVCDINFO.TXT</name>
</file>
</folder>
I added
<folder>
<name>CDCOVER</name>
<file src="G:\Really\All\Too\Long\Path\SVCD1.jpg">
<name>SVCD1.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\SVCD2.jpg">
<name>SVCD2.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\SVCDBack.jpg">
<name>SVCDBACK.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\SVCDFrnt.jpg">
<name>SVCDFRNT.JPG</name>
</file>
</folder>
<folder>
<name>CDCOVER/DVD</name>
<file src="G:\Really\All\Too\Long\Path\DVD\DVDLabel.jpg">
<name>DVDLABEL.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\DVD\Front.jpg">
<name>FRONT.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\DVD\Inlay1.jpg">
<name>INLAY1.JPG</name>
</file>
<file src="G:\Really\All\Too\Long\Path\DVD\Inlay2.jpg">
<name>INLAY2.JPG</name>
</file>
</folder>
After saving the changes the only thing left was to copy and paste the actual command line from the dvd2svcd_log.txt to a command prompt window. Of course, this also increases the size of the image file, which might get too big to fit on a regular CD :(, so one has to take care not to add too much extra material.
I hope this helps those of you who have been looking for this kind of possibility. Of course this is a very primitive way to do this, and as I mentioned, I'd like to know of other ways. Let's hope this could be a feature interesting enough to add as "Add extra directory" funtion to future releases (hint :D).
I'd also like to know how to add covers etc. to a copy of an existing SVCD/VCD.
Best wishes
Kvark