Starting from an AVI file:
any2dvd --format=pal --menu=yes --iso=/var/tmp/test.iso --workdir=$HOME/tmp/any2dvd -i ~/tmp/test.avi
I always get:
...
Overlaying VTS-Thumbnails ...Done!
Placing buttons on Background-Picture ...Done!
Creating VMGM Video Stream ...
Error: Video encoding failed for /home/stephane/tmp/any2dvd/VMGM/vmgm.mpg, file not successfully encoded!
And, indeed, the file is empty:
% ls -alt /home/stephane/tmp/any2dvd/VMGM/vmgm.mpg
-rw-r--r-- 1 stephane stephane 0 Feb 21 12:04 /home/stephane/tmp/any2dvd/VMGM/vmgm.mpg
Reading the log, I found nothing more:
...
INFO: [mpeg2enc] Sequence end inserted
INFO: [mpeg2enc] Guesstimated final muxed size = 676087
Running: mplex -f8 -o /dev/stdout "/home/stephane/tmp/any2dvd/VMGM/tmp_vmgm.m2v" "/home/stephane/tmp/any2dvd/audio/vmgm-audio.ac3" 2> /dev/null | spumux -v4 "/home/stephane/tmp/any2dvd/xml/spumux.xml" > "/home/stephane/tmp/any2dvd/VMGM/vmgm.mpg" 2> "/home/stephane/tmp/any2dvd/tmp.log" &
Error: Video encoding failed for /home/stephane/tmp/any2dvd/VMGM/vmgm.mpg, file not successfully encoded!
Files in /home/stephane/tmp/any2dvd/audio are empty, too:
% ls -alt /home/stephane/tmp/any2dvd/audio/
total 8
drwxr-xr-x 2 stephane stephane 4096 Feb 21 12:04 .
-rw-r--r-- 1 stephane stephane 0 Feb 21 12:04 vtsm-audio.ac3
drwxr-xr-x 6 stephane stephane 4096 Feb 21 12:03 ..
-rw-r--r-- 1 stephane stephane 0 Feb 21 12:03 vmgm-audio.ac3
any2dvd 0.34 running on Ubuntu 7.10 (gutsy)