I author DVD's from TiVo Medium Quality files which are 352x480, half-D1 mpeg2. Following a popular fashion I output them from VideoReDo as .vob, rename to .mpg and input them into DVDStyler (which uses DVDAuthor). I understand the .vob from VRD has empty NAV packets that are needed by DVDAuthor.
I developed a variation of this process because I found the half-D1 DVD's didn't play right in some standalone players: I use gui4ffmpeg to convert the half-D1 .vob files (renamed with the .mpg extension) into full-D1 (720x480) mpeg2. It transcodes the audio from mpeg to Dolby AC3 while it's doing this. Then this .mpg file is input into DVDStyler, producing good full-D1 DVD's.
What happens to the empty NAV packets during the ffmpeg processing? Are they retained? Are they needed? Do they become irrelevant? Are they re-generated?
Inquiring minds want to know![]()
+ Reply to Thread
Results 1 to 15 of 15
-
-
During transcode the empty NAV packets are lost (transcoding involves demultiplexing).
I don't use gui4ffmpeg, but I assume it can either output the elementary streams (then you can remultiplex them with mplex and the - f 8 option the include empty NAV packets if dvdstyler can use ready multiplexed material only), or maybe ffmpeg can also be configured to output a multiplexed stream with (new) empty NAV packets. As your transcoded mpeg works, this is probably the default (the recreation of the empty NAV packets).GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Originally Posted by borax
Gui4ffmpeg tells you exactly what command line arguments it is passing to ffmpeg, and allows you to insert additional ones. DVDStyler produces a log display of what it does too. Thus I can probably tell a lot from looking at these.
I have also saved from VideoReDo as elementary streams then used gui4ffmpeg to transcode just the audio from mpeg to AC3. DVDStyler can input these elementary streams. I'm sure it is then calling mplex -- will check to see what options it uses for mplex.
Is there a utility that inspects video files and tells you whether NAV packets are present and whether they are empty or populated? (gspot?) -
Is there a utility that inspects video files and tells you whether NAV packets are present... and whether they are empty or populated?GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Originally Posted by borax
-
Yes it also needs the NAV packets. It will only tell you when there are no NAV packets in a multiplexed stream. In this case you have to demux the file(s) and either use the elementary streams or multiplex by your own with NAV packets included.
Another tool: My chaptereditor ChapEditGFD can also detect NAV packets (it will report MuxOK=1 if NAV packets are found). It is probably the 'utility' you are searching, as it only has 0.3 MB size, supports drag&drop from windows explorer or similar filemanager...GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Originally Posted by borax
I'm beginning to appreciate that VideoReDo is more than "just an MPEG editor" since it can either save as elementary streams or as .vob with the (empty) NAV packets multiplexed in (and it does anything it does fast).
BTW I hear that VRD is developing a DVD authoring plug-in. Do you have any idea whether they are cooperating with one of the existing free or commercial authoring software teams? -
GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Originally Posted by borax
And at first, that was mainly for just captures using a Hauppauge PVR-USB2 from digital satellite. There was a commerical editor bundled with the Hauppauge PVR box - nanopeg editor. I had so much grief trying to use it, I tried numerous freeware and payware editors, before finally stumping up the modest amount for VideoReDo.
Out of all the packages I use for video work - that's the only one I've bought - the rest are freeware. -
Ok, I will give it a try.
GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Originally Posted by dlflannery
And I didn't mean it to be some kind of persuasion to look at VideoReDo, per se, either - just that I tried the other two editors that Borax had mentioned - and they are very good, especially given that they're freeware.
It's just that after looking at all the editors at the time - and bearing in mind, my requirements were really trimming TV adverts from captures, prior to authoring to DVDs - I ideally wanted something frame accurate, that was fast and didn't re-encode. After looking at numerous, including the two Borax mentioned, and also including a commercial (abeit flawed version) bundled with my PVR box, I eventually selected VideoReDo as the one that met my personal needs best. -
Originally Posted by borax
Also, if you input a MPEG2 without (empty) NAV packets to DVDStyler, it will demux (presumably to insert the NAV packets). But this almost doubles its process time. I haven't tested how good a job it does on the remux'ing. It uses rmux I believe.
Saving an mpeg2 from VRD as VOB (with empty NAV packets) costs very little. The file is a percent or two larger and perhaps the VRD processing time is slightly longer. (VRD is so fast -- who cares?). Thus I have decided to adopt VOB output as my standard since the NAV packets cost little and (depending on the downstream process) can save a lot of time. -
Originally Posted by dlflannery
Similar Threads
-
How to get rid of this nav bar
By SignedupGuest in forum Newbie / General discussionsReplies: 4Last Post: 15th Mar 2012, 20:40 -
Decoding and interpreting PSI sections split across TS packets
By Tuxdude in forum ProgrammingReplies: 0Last Post: 19th Sep 2011, 22:30 -
Warning : NAV Packets are not detected in video.mpg. Please demultiples
By anindyanuri in forum Newbie / General discussionsReplies: 1Last Post: 14th Oct 2008, 21:38 -
dvdauthorgui nav cmds/call menu to different menus?
By ecc in forum Authoring (DVD)Replies: 4Last Post: 23rd Jan 2008, 21:58 -
Clonedvd2 message:NAV error in VOBU,help!
By demonwarrior in forum Newbie / General discussionsReplies: 2Last Post: 19th Aug 2007, 03:04