http://sourceforge.net/mailarchive/forum.php?thread_id=7847270&forum_id=32602
Date: 2005-07-29 01:16
> Has anyone successfully used gopchop generated files with dvdauthor ?
Yes, but I use a heavily patched gopchop. And I extract the audio and video separately.
My gut feel is that your problem is due to gopchop-1.1.7"s inability to snip exactly at frame boundaries. I sent Kees Cook a patchset a while ago that included a patch that can do this (and he forwarded it to the mailing list, but it looks like you can"t retrieve the patchset from sourceforge), but it probably _still_ won"t work for you since my patchset didn"t leave 2048-byte DVD-complient frames, nor was it smart it enough to snip the audio in the same way, too, nor did it handle DVD NAV packs.
I"m still trying to figure out if the audio is a big issue or not. I do think the 2048-byte packets, as well as the code"s ignorance of NAV packs will ultimately break it.
If you want to try my patchset (it"s against gopchop-1.1.3, some, but not all of the patches were included in 1.1.7) you can get it at:
http://www.freesoft.org/~baccala/gopchop-patches.tgz
But like I said, I don"t expect it to work (sorry).
> The short version of my problem is this : > > ERR: Cannot infer pts for VOBU if there is no audio or video and it is the > ERR: first VOBU. > > > I get this _almost_ all the time. Every once in a while gopchop seems > to generate a file that works.
Brent Baccala
> If anyone could take the time to forward-port the un-committed patches > to the current CVS, I"d really appreciate it. That would get the CVS > caught up with Brent"s changes. I haven"t had much time lately to try > to get some of those other patches into it.
I finally found something out that probably explains why I"m about the only person on this list that seems concerned about the frame boundaries problem. I just read that DVD pads its video at NAV pack boundaries, so if you"re working with DVD, and there"s a one-to-one correspondence between NAV packs and GOPs, then your video is already padded and you don"t need to worry about this.
The same source (mpucoder"s DVD-Video pages) says that audio is only padded at cell boundaries, so I still wonder about the effects of chopping the audio packets.
Brent Baccala