The -ab command line switch change to ffmpeg breaks dvd-slideshow. See also bug 175631. Patch to dvd-slideshow available to fix. Should dvd-slideshow specify ffmpeg version in ebuild? Reproducible: Always Steps to Reproduce: 1. dvd-slideshow -f slides.txt -o dvd 2. 3. Actual Results: [dvd-slideshow] Creating ac3 audio... FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --enable-static --enable-shared --cc=i686-pc-linux-gnu-gcc --disable-altivec --disable-debug --disable-audio-oss --disable-dv1394 --disable-network --disable-opts --enable-libmp3lame --enable-libvorbis --enable-libogg --enable-libtheora --enable-libogg --enable-xvid --enable-x11grab --enable-libogg --enable-gpl --enable-pp --disable-strip libavutil version: 49.4.0 libavcodec version: 51.40.2 libavformat version: 51.11.0 built on Apr 13 2007 14:49:26, gcc: 4.1.1 (Gentoo 4.1.1-r3) Input #0, wav, from 'pipe:': Duration: N/A, bitrate: 1536 kb/s Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s Output #0, ac3, to 'dvd/dvd-slideshow_temp_31201/audio1.ac3': Stream #0.0: Audio: ac3, 48000 Hz, 5:1, 0 kb/s Stream mapping: Stream #0.0 -> #0.0 Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height [dvd-slideshow] ERROR during ffmpeg execution! Expected Results: No error
Created attachment 118568 [details, diff] Patch to dvd-slideshow to add 'k' after all -ab parameters to ffmpeg Patch to fix dvd-slideshow script.
Created attachment 118570 [details] slides.txt used in the testcase
Created attachment 121691 [details, diff] Patch to dvd-menu to add 'k' after -ab parameters to ffmpeg
*** Bug 188665 has been marked as a duplicate of this bug. ***
Created attachment 130173 [details] dvd-slideshow-0.8.0-r1.ebuild to round up this bug report, I used the two patches and included them into the ebuild. the patches will be applied if the version of ffmpeg is greater or equal 0.4.9_p20070330. please download the patch from the first attachment into media-video/dvd-slideshow/files/dvd-slideshow-ffmpeg.patch the second patch I needed to complete, since I found another call to ffmpeg with the broken parameter.
Created attachment 130175 [details] media-video/dvd-slideshow/files/dvd-menu-ffmpeg.patch
Next upstream (v0.8.1) fixes this bug, http://dvd-slideshow.sourceforge.net/wiki/Changelog_0.8.1 I do not know when it will be released as homepage story is that next release is "imminent" on January 6th, 2008.
*dvd-slideshow-0.8.2.2 (12 Dec 2008) 12 Dec 2008; <ssuominen@gentoo.org> +dvd-slideshow-0.8.2.2.ebuild: Version bump wrt #177662, thanks to xiando <oyvinds at everdot.org> for reporting. Add media-gfx/jhead to deps wrt #249152, thanks to Jakub Klawiter for reporting.