I fixed my menu error by following direction more closely.
~S




Code: Select all
STAT: VOBU 0 at 0MB, 1 PGCS
/usr/bin/any2dvd: line 7397: 1325 Segmentation fault dvdauthor -x "$XMLFILE"
Burning DVD...
Executing 'mkisofs -V ANY2DVD -dvd-video tmp_any2dvd/DVD/ | builtin_dd of=/dev/dvd obs=32k seek=0'
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
mkisofs: No such file or directory. Faild to open tmp_any2dvd/DVD//VIDEO_TS/VIDEO_TS.IFO
mkisofs: Can't open VMG info for 'tmp_any2dvd/DVD/'.
mkisofs: Unable to parse DVD-Video structures.
mkisofs: Unable to make a DVD-Video image.
:-( write failed: Input/output error

Code: Select all
ffmpeg: unrecognized option '-hq'
Error: Video encoding failed for VOBoutput/perch1_11shanghai.aviTEMP.m2v, file not successfully encoded!
I had this problem as well - the latest stable ffmpeg did not work, and I had to revert to this one.wrote:after a few busy weeks using avidemux (no commandline, no batch, no fun) i got around to downgrading ffmpeg to 0.4.9_p20050226-r5 (the last 64-bit stable version) and everything is good again.
I spoke too soon. I just realized that I am using the latest stable ffmpeg - I got the same error you did using an older version of the script.wrote:I had this problem as well - the latest stable ffmpeg did not work, and I had to revert to this one.

Code: Select all
localhost dvd4 # any2dvd -i film.avi
Any2Dvd-0.30
Running: any2vob --workdir=tmp_any2dvd --format=pal --audio_format=ac3 --surround=yes --compress=no --aspect=16:9 --keep_dts=yes --preview=no --log=no --skip_comm=no --mpegts_allpids=no -i film.avi
Any2Vob-0.30
Use Ctrl+C to abort
File(s) to process: film.avi
Total estimated DVD Disc usage: 1.77 GB
<<<< NEW ENCODING of film.avi started at Thu Jan 26 21:55:19 GMT 2006 >>>>
File film.avi is of type: AVI
Frames/sec:
Resolution: x
Aspect: :1
Final estimated filesize: 1.48 GB
syntax error at -e line 1, next char )
Execution of -e aborted due to compilation errors.
syntax error at -e line 1, near "- ) "
Execution of -e aborted due to compilation errors.
Search pattern not terminated at -e line 1.
Running: ffmpeg -y -i film.avi -map 0:1 -ar 48000 -ab 384 -ac 2 "tmp_any2dvd/film.ac3" -map 0:0 -f mpeg2video -s x -padtop -padbottom -b 5000 -bufsize 224 -maxrate 7000 -r pal -s 720x576 -aspect 16:9 tmp_any2dvd/film.m2v
ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-shared-pp --enable-shared --disable-static --enable-mmx --disable-altivec --disable-debug --enable-mp3lame --disable-a52 --disable-a52bin --enable-audio-oss --disable-v4l --disable-dv1394 --disable-dc1394 --disable-pthreads --enable-xvid --enable-libogg --enable-vorbis --disable-theora --disable-dts --disable-network --enable-zlib --enable-ffplay --disable-faad --disable-faac --disable-faadbin --enable-gpl --enable-pp --disable-opts --build=i686-pc-linux-gnu
built on Jan 26 2006 15:40:24, gcc: 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
Input #0, avi, from 'film.avi':
Duration: 00:42:25.3, start: 0.000000, bitrate: 1150 kb/s
Stream #0.0, 25.00 fps: Video: mpeg4, yuv420p, 640x368
Stream #0.1: Audio: mp3, 44100 Hz, stereo, 32 kb/s
Incorrect frame size
Error: Video encoding failed for tmp_any2dvd/film.m2v, file not successfully encoded!

Stream #0.0, 25.00 fps: Video: mpeg4, yuv420p, 640x368

Code: Select all
/dvd/funland/edited/Funland_S01E01_e.avi
Total estimated DVD Disc usage: 2.00 GB
<<<< NEW ENCODING of /dvd/funland/edited/Funland_S01E01_e.avi started at Tue Jan 31 05:54:47 GMT 2006 >>>>
File /dvd/funland/edited/Funland_S01E01_e.avi is of type: AVI
Frames/sec:
Resolution: x
Aspect: :1
Final estimated filesize: 1.70 GB
syntax error at -e line 1, next char )
Execution of -e aborted due to compilation errors.
syntax error at -e line 1, near "- ) "
Execution of -e aborted due to compilation errors.
Search pattern not terminated at -e line 1.
Running: ffmpeg -y -i /dvd/funland/edited/Funland_S01E01_e.avi -map 0:1 -ar 48000 -ab 384 -ac 2 "tmp_any2vob/Funland_S01E01_e.ac3" -map 0:0 -f mpeg2video -s x -padtop -padbottom -b 5000 -bufsize 224 -maxrate 7000 -r pal -s 720x576 -aspect 16:9 tmp_any2vob/Funland_S01E01_e.m2v
ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-shared-pp --enable-shared --disable-static --enable-mmx --disable-altivec --disable-debug --enable-mp3lame --enable-a52 --disable-a52bin --enable-audio-oss --enable-v4l --disable-dv1394 --disable-dc1394 --enable-pthreads --enable-xvid --enable-libogg --enable-vorbis --enable-theora --enable-dts --disable-network --enable-zlib --enable-ffplay --enable-faad --enable-faac --disable-faadbin --enable-gpl --enable-pp --disable-opts --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
built on Jan 28 2006 06:32:48, gcc: 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0, pie-8.7.9)
Input #0, avi, from '/dvd/funland/edited/Funland_S01E01_e.avi':
Duration: 00:48:51.8, start: 0.000000, bitrate: 984 kb/s
Stream #0.0, 25.00 fps: Video: mpeg4, yuv420p, 640x352
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 122 kb/s
Incorrect frame size
Error: Video encoding failed for tmp_any2vob/Funland_S01E01_e.m2v, file not successfully encoded!
Code: Select all
ffmpeg -y -i /dvd/funland/edited/Funland_S01E01_e.avi -map 0:1 -ar 48000 -ab 384 -ac 2 "tmp_any2vob/Funland_S01E01_e.ac3" -map 0:0 -f mpeg2video -s x -padtop -padbottom -b 5000 -bufsize 224 -maxrate 7000 -r pal -s 720x576 -aspect 16:9 tmp_any2vob/Funland_S01E01_e.m2v Code: Select all
mencoder -o OUTFILE.AVI -ovc lavc -lavcopts vbitrate=10000:vhq -ffourcc DX50 -oac copy INFILE.AVI