I'm using the latest version of all software, including any2dvd (0.34). I've used the software in the past, and had no problems with it. I just starting using Gentoo again, and decided to try it out, as I needed to convert some videos to dvd.
When converting the videos, the program seems to end prematurely, complaining that the m2v file was not created. Looking at the transcode logs, there seems to be an issue with the --progress_meter 0 argument. The latest transcode (1.0.5) does not appear to have the --progress_meter 0 argument, or my version doesn't anyway. It does, however, have the --progress_off argument. After changing the argument in the code, it still complains that the file is not completed. I've checked the tmp.log in the working directory, and there doesn't appear to be any errors coming from transcode. It seems to sit and wait for the 15 seconds, then errors out whether the program is finished running or not, as far as I can tell anyway. Has anyone else noticed this? Or am I just not doing something?
I'm trying to convert an OGM video, with this command: 'any2dvd --format=ntsc --aspect=4:3 --pulldown=yes -i /path/to/file.ogm'. I would assume that this is the correct command to use, and nothing special needs to be added.
One suggestion for the program. I've noticed that it defaults to encoding the audio at a very high bitrate (384kbps). I did not notice any option or variable to change this. I think this would be something nice to have, as you may not always want such a high bitrate for your audio, especially if your source audio is <192kbps.
[edit]Also, I can't seem to add multiple files by using wildcards, as is shown in the man pages. I'm using 'any2dvd --format=ntsc --aspect=4:3 --pulldown=yes -i /path/to/files/*', which appears the same as shown in the man page for any2dvd. It shows the following errors:
Code: Select all
/usr/bin/any2dvd: eval: line 326: unexpected EOF while looking for matching ``'
/usr/bin/any2dvd: eval: line 327: syntax error: unexpected end of file
[/edit]