home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Burn audio CD
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="egonspengleruk" data-source="post: 52134" data-attributes="member: 13482"><p>Ignore above post.</p><p></p><p>I now know what the MpgIIDvd.exe does internally (at least for a single file).</p><p></p><p>First you need to split the mpg file into a video and audio part.</p><p>"mpgtx -f -d test.mpg -b test"</p><p>will produce test-0.mp2 (audio file) and test-0.m2v (video file).</p><p></p><p>Next you need to put it back together again (but adding in extra packets that DVD author needs)</p><p>"mplex -f 8 -S 0 -M -V -o output.mpg test-0.m2v test-0.mp2"</p><p></p><p>Next we make the VOB files for the DVD.</p><p>"dvdauthor -o OutputDir -x config.xml"</p><p></p><p>where config.xml is </p><p><dvdauthor> </p><p><vmgm></p><p><titleset></p><p><titles></p><p><pgc></p><p>vob file="output.mpg"/> Add on < at the start</p><p></pgc></p><p></titles></p><p></titleset></p><p></dvdauthor></p><p></p><p>This will now create a VIDEO_TS and AUDIO_TS dir in OutputDir. I dont seem to get any files in AUDIO_TS but the DVD still plays ok.</p><p></p><p>Next we make an ISO using</p><p>"mkisofs -V "MyDVDName" -o mydvd.iso -dvd-video OutputDir"</p><p></p><p>This will create mydvd.iso which when burnt to a DVD will come up called MyDVDName</p><p></p><p>Then you just burn the DVD using ImgBurn <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Now I know how it all works, I will work on adding this to the MyBurner plugin</p><p></p><p>Egon</p><p></p><p></p><p><strong>Edit </strong> Just realised that you can turn on the Debug tab to get similar info.....but it seems the app uses cPVAS which im not too sure what it does</p></blockquote><p></p>
[QUOTE="egonspengleruk, post: 52134, member: 13482"] Ignore above post. I now know what the MpgIIDvd.exe does internally (at least for a single file). First you need to split the mpg file into a video and audio part. "mpgtx -f -d test.mpg -b test" will produce test-0.mp2 (audio file) and test-0.m2v (video file). Next you need to put it back together again (but adding in extra packets that DVD author needs) "mplex -f 8 -S 0 -M -V -o output.mpg test-0.m2v test-0.mp2" Next we make the VOB files for the DVD. "dvdauthor -o OutputDir -x config.xml" where config.xml is <dvdauthor> <vmgm> <titleset> <titles> <pgc> vob file="output.mpg"/> Add on < at the start </pgc> </titles> </titleset> </dvdauthor> This will now create a VIDEO_TS and AUDIO_TS dir in OutputDir. I dont seem to get any files in AUDIO_TS but the DVD still plays ok. Next we make an ISO using "mkisofs -V "MyDVDName" -o mydvd.iso -dvd-video OutputDir" This will create mydvd.iso which when burnt to a DVD will come up called MyDVDName Then you just burn the DVD using ImgBurn :) Now I know how it all works, I will work on adding this to the MyBurner plugin Egon [b]Edit [/b] Just realised that you can turn on the Debug tab to get similar info.....but it seems the app uses cPVAS which im not too sure what it does [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Burn audio CD
Contact us
RSS
Top
Bottom