Hello, I am a beginner in work with dvd authoring, my problem is:
I am creating a image dvd (using dvdauthor) with some mpg files, and when i try to see the burned dvd in my dvd player the videos/audio are faster than the original files (I tried to see in 3 different dvd players but the result is the same ) ! This not happen using a "dvd player"in my computer (for instance PowerDVD)....
I am doing the following:
//demultiplexing the files
mpgtx -f -d c:\menu1.mpg -b MENU
mpgtx -f -d c:\maico1.mpg -b MAICO
// multiplexing to DVD NAV
mplex -f 8 -S 0 -M -V -o MENU.MPG MENU-0.m1v MENU-0.mp2
mplex -f 8 -S 0 -M -V -o MAICO.MPG MAICO-0.m2v MAICO-0.mp2
and after that:
// Creating the dvd image
dvdauthor -o DVDIMAGE -x dvd2.xml
where dvd2.xml is:
<dvdauthor>
<vmgm>
<menus>
<pgc>
<button>jump title 1;</button>
<vob file="menu.mpg" pause="inf" />
</pgc>
</menus>
</vmgm>
<titleset>
<titles>
<pgc>
<post>call vmgm menu 1;</post>
<vob file="maico.mpg" />
</pgc>
</titles>
</titleset>
</dvdauthor>
Any help thanks in advance!
+ Reply to Thread
Results 1 to 3 of 3
-
-
Maybe you should specify the video norm (PAL/NTSC).
I'm not sure about the default in dvdauthor (if any).
The framerate (and therefore 'speed' which is dependent on the PAL/NTSC setting) is specified in the ifo files as well as in the vobs. Now it could happen, that these two are not the same (you can check the value in the ifos with ifoedit, and in the vobs with my chaptereditor (chapeditgfd) or any software with suitable mpeg2 infos).
I think that soft players like PowerDVD will use the framerate from the vob files and even change it if there are different ones within the vob (not allowed for DVDs!), whereas SA dvd players might simply use the specified rate from the ifo.
BTW: You can use one of the GUIs (dvdauthorgui, dvdstyler or gfd) to check if you get the same error. Otherwise check the syntax of the author.xml file(s) generated by these GUIs compared with yours.GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Thanks for your help Borax,
I will try to use dvdstyle and gui to compare the author.xml and the results!
Similar Threads
-
Video posted on youtube plays much faster than original
By magg123 in forum Video Streaming DownloadingReplies: 1Last Post: 5th Sep 2011, 14:53 -
why does Avidemux play back files faster or slower
By mukluk909 in forum EditingReplies: 1Last Post: 2nd May 2011, 12:26 -
Please share with me how I can get videos to play faster?
By karbear in forum Newbie / General discussionsReplies: 2Last Post: 9th Mar 2010, 17:50 -
Computer question, what makes them encode faster, unrar faster etc.?
By willhenderson in forum ComputerReplies: 5Last Post: 30th Sep 2008, 22:21 -
How to burn faster
By Finfarin in forum Authoring (DVD)Replies: 2Last Post: 2nd Jul 2007, 18:19