« Return to Thread: Re: Dvdunauthor not producing any output

Re: Dvdunauthor not producing any output

by Russ Dill :: Rate this Message:

| View in Thread

Mike Martin <mike@...> writes:

>
> With a fresh install of dvdunauthor on fedora 16 all I get is this
>
> bash-4.2$ dvdunauthor /dev/sr0
> DVDAuthor::dvdunauthor, version 0.7.0.
> Build options: gnugetopt graphicsmagick iconv freetype fribidi fontconfig
> Send bug reports to <dvdauthor-users@...>
>
> libdvdread: Using libdvdcss version 1.2.10 for DVD access
>
> INFO: VMGM
>
> rpm versions
>
> libdvdread-4.1.4-0.4.svn1226.fc16.i686
> libdvdnav-4.1.4-0.3.svn1226.fc16.i686
>
> anyone any ideas what could be the issue as I cant see any way to get
> any more verbose output
>

For me, I tracked it down to VIDEO_TS/VIDEO_TS.VOB not existing on the DVD. In
DVDOpenVOBUDF I hacked in the failed UDFFindFile case. Instead of 'return NULL;'
when start == 0, I changed it to 'len = 0;'

With that change, dvdunauthor works on my dvd. However, all I really want in the
dvdauthor.xml. Is there any way to skip all the reading of vobs?


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of
discussion for anyone considering optimizing the pricing and packaging model
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

 « Return to Thread: Re: Dvdunauthor not producing any output