Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 4bd09308cdc3ce1d212403cd81459cdc > files > 1

kino-1.2.0-5mdv2008.0.src.rpm

--- kino-1.2.0/scripts/exports/ffmpeg_divx_dual.sh	2007-06-08 01:24:25.000000000 -0700
+++ kino-1.2.0/scripts/exports/ffmpeg_divx_dual.sh.new	2008-02-04 18:55:13.000000000 -0800
@@ -40,7 +40,7 @@
 	acodec="mp2"
 	mp3=0
 	mp3=`ffmpeg -formats 2> /dev/null | egrep "(Encoders:)|(.*EA.*mp3)" | grep mp3 | wc -l`
-	[ "$mp3" -gt 0 ] && acodec="mp3"
+	[ "$mp3" -gt 0 ] && acodec="libmp3lame"
 
 	# Set high quality on second pass
 	[ $pass -eq "2" ] && ffmpeg_generate_hq
--- kino-1.2.0/scripts/exports/ffmpeg_divx.sh	2007-06-08 01:24:25.000000000 -0700
+++ kino-1.2.0/scripts/exports/ffmpeg_divx.sh.new	2008-02-04 18:54:50.000000000 -0800
@@ -40,7 +40,7 @@
 	acodec="mp2"
 	mp3=0
 	mp3=`ffmpeg -formats 2> /dev/null | egrep "(Encoders:)|(.*EA.*mp3)" | grep mp3 | wc -l`
-	[ "$mp3" -gt 0 ] && acodec="mp3"
+	[ "$mp3" -gt 0 ] && acodec="libmp3lame"
 
 	# Run the command
 	case "$profile" in 
--- kino-1.2.0/scripts/exports/ffmpeg_xvid_dual.sh	2007-06-08 01:24:25.000000000 -0700
+++ kino-1.2.0/scripts/exports/ffmpeg_xvid_dual.sh.new	2008-02-04 18:53:53.000000000 -0800
@@ -40,7 +40,7 @@
 	acodec="mp2"
 	mp3=0
 	mp3=`ffmpeg -formats 2> /dev/null | egrep "(Encoders:)|(.*E.*mp3)" | grep mp3 | wc -l`
-	[ "$mp3" -gt 0 ] && acodec="mp3"
+	[ "$mp3" -gt 0 ] && acodec="libmp3lame"
 
 	# Set high quality on second pass
 	[ $pass -eq "2" ] && ffmpeg_generate_hq
--- kino-1.2.0/scripts/exports/ffmpeg_xvid.sh	2007-06-08 01:24:25.000000000 -0700
+++ kino-1.2.0/scripts/exports/ffmpeg_xvid.sh.new	2008-02-04 18:53:31.000000000 -0800
@@ -40,7 +40,7 @@
 	acodec="mp2"
 	mp3=0
 	mp3=`ffmpeg -formats 2> /dev/null | egrep "(Encoders:)|(.*E.*mp3)" | grep mp3 | wc -l`
-	[ "$mp3" -gt 0 ] && acodec="mp3"
+	[ "$mp3" -gt 0 ] && acodec="libmp3lame"
 
 	# Run the command
 	case "$profile" in