[ale] Anyone Here Using Fedora?

William Witt william at witt-family.net
Wed Dec 24 22:05:04 EST 2008


On Wednesday 24 December 2008 21:49:08 Paul Cartwright wrote:
> On Wed December 24 2008, Jim Lynch wrote:
> > I asked the same question a few days ago.  I got lots of suggestions  
> > and tried them all but finally settled on tovidGui.  It isn't the
> > easiest, nor the one with the most options but it worked.  None of the
> > other options produced a usable product.  If you have multiple AVI
> > files, don't use more than 12 per group, otherwise they won't show up in
> > the menu.  The program will let you have more, but it only displays the
> > first 12.
>
> well, tovidgui gave me the same end result as my command-line version..
>
> :-[ WRITE at LBA=3c2f0h failed with SK=3h/ASC=80h/ACQ=04h]: Input/output error
> :-( write failed: Input/output error
>
> /dev/dvdrw: flushing cache
> /dev/dvdrw: reloading tray
>
> :-( unable to reload tray: Input/output error
>
> genisoimage: Broken pipe. cannot fwrite 32768*1
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> makedvd encountered an error during the DVD creation process:
> Could not burn the disc to /dev/dvdrw
> See if anything in the above output helps you diagnose the
> problem, and please file a bug report at tovid.org (_not_
> the dvdauthor list) containing the above output.
> Sorry for the inconvenience!
>
>
> that's about 6 coasters I have now from today's sessions....

I use a shell script to convert the video to dvd compatible format then use 
dvdstyler to create the menus and burn the disk (either as an ISO or direct to 
the disk.

Will

 I call it dvdvid and usage is "./dvdvid input output aspect" Mind word 
wrapping that's one mencoder line.  Of course mencoder is also required to use 
it.  The shell script is as follows:

#!/bin/sh
mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf 
scale=720:480,harddup -srate 48000 -af lavcresample=48000 -lavcopts 
vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:acodec=ac3:abitrate=192:aspect=$3 
-ofps 30000/1001 -o $2 $1




More information about the Ale mailing list