I'm trying to convert an AVI to a burnable DVD. Tools/versions: avi2dvd 0.4.4.beta source file is: video: XVid 1.1.2 video, 624x336 pixels, 25fps audio:recompressed with virtualdub to 48Khz/256kbps/LameMP3 when I try to run avi2dvd, I get the following log file output: ---------------------------------------------------- [12:49:23 PM] AVI2DVD Started ! [12:49:27 PM] Type mode : Avi Input [12:49:27 PM] Output : Dvd [12:49:27 PM] Encoder Selected : QuEnc [12:49:27 PM] Start demuxing the AudioStream No.1 ... [12:49:28 PM] Demuxing of the selected audio finished successfully ! [C:\video\Avi2dvd_temp\Extracted_Audio.mp3 6949559 Bytes] [12:49:28 PM] Starts Audio correction ... [12:49:30 PM] Audio Fixed successfully ! [C:\video\Avi2dvd_temp\Fixed_Audio01.mp3 6949559 Bytes] [12:49:30 PM] Starts Mp3->Ac3 convertion ... [12:49:42 PM] Audio converted in Ac3 successfully ! [C:\video\Avi2dvd_temp\AudioStream 1 MP3 2CH.ac3 10423296 Bytes] [12:49:42 PM] Start creating avisynth script ... [12:49:42 PM] Avisynth script created successfully ! [C:\video\Avi2dvd_temp\Avisynth_Script_File.avs 150 Bytes] [12:49:43 PM] Bitrate used : 7616 Kbpps [12:49:43 PM] Start video encoding ... [12:54:10 PM] Video encoded successfully ! [C:\video\Avi2dvd_temp\Encoded_Video.m2v 74980680 Bytes] [12:54:10 PM] Muxing Video+Audio(s) ... [12:54:26 PM] M2v muxed successfully ! [C:\video\Avi2dvd_temp\Encoded_Video_Muxed.mpg 87816192 Bytes] [12:54:26 PM] Zero subtitles found [12:54:26 PM] Author script generation ... [12:54:26 PM] Author script generated successfully ! [12:54:26 PM] Start authoring ... [12:54:27 PM] Dvd authored successfully ! [ C:\video\Avi2dvd_temp\DVD ] [12:54:27 PM] Generating iso ... [12:54:28 PM] Iso generated successfully ! This is the file that you must burn --> [C:\video\Avi2dvd_temp\DVD_Image.iso -1 Bytes] [12:54:28 PM] Job NOT Done. There are warnings ... Find at the log file the 0 byte generated file to focus where exactly the problem appears ---------------------------------------------------- I look, and it appears that all the encoding worked ok, but I can't figure out why the ISO won't get built. Any ideas would be most appreciated... --lj
That did it... I had an old and evidently incompatible version of the cygwin DLL. Is avi2dvd still under development? It would be most useful to have a simple version check for the cygwin DLL added at startup time, or at least change the error message to give the user some clue what's going wrong.