public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/squeezecenter/files: squeezecenter-7.3.3-r1-aac-transcode-gentoo.patch
@ 2009-07-10 11:31 Joe Peterson (lavajoe)
  0 siblings, 0 replies; only message in thread
From: Joe Peterson (lavajoe) @ 2009-07-10 11:31 UTC (permalink / raw
  To: gentoo-commits

lavajoe     09/07/10 11:31:33

  Added:                squeezecenter-7.3.3-r1-aac-transcode-gentoo.patch
  Log:
  Use mplayer instead of faad (bug #277025)
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/squeezecenter/files/squeezecenter-7.3.3-r1-aac-transcode-gentoo.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/squeezecenter/files/squeezecenter-7.3.3-r1-aac-transcode-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/squeezecenter/files/squeezecenter-7.3.3-r1-aac-transcode-gentoo.patch?rev=1.1&content-type=text/plain

Index: squeezecenter-7.3.3-r1-aac-transcode-gentoo.patch
===================================================================
--- convert.conf.old	2009-06-26 19:51:50.000000000 +0100
+++ convert.conf	2009-07-10 08:30:31.000000000 +0100
@@ -75,15 +75,15 @@
 
 mp4 mp3 * *
 	# FB:{BITRATE=-B %B}
-	[faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE - -
+	[mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 2>&1 | [lame] --silent -q $QUALITY$ $BITRATE - -
 
 aac mp3 * *
 	# IFB:{BITRATE=-B %B}
-	[faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE - -
+	[mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 2>&1 | [lame] --silent -q $QUALITY$ $BITRATE - -
 
 mov mp3 * *
-	# FRB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
-	[mov123] $FILE$ | [lame] -s 44100 --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ -r --big-endian - -
+	# FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
+	[mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 2>&1 | [lame] -s 44100 --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ -r --big-endian - -
 
 alc mp3 * *
 	# FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
@@ -167,15 +167,15 @@
 
 mp4 wav * *
 	# F
-	[faad] -q -w -f 2 -b 1 -s 44100 $FILE$
+	[mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 2>&1
 
 aac wav * *
 	# IF
-	[faad] -q -w -f 2 -b 1 -s 44100 $FILE$
+	[mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 2>&1
 
-mov aif * *
-	# FR
-	[mov123] $FILE$
+mov wav * *
+	# F
+	[mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 2>&1
 
 wma wma * *
 	-
@@ -214,15 +214,15 @@
 
 mp4 flc * *
 	# F
-	[faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --ignore-chunk-sizes -
+	[mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 2>&1 | [flac] -cs --totally-silent --compression-level-0 --ignore-chunk-sizes -
 
 aac flc * *
 	# IF
-	[faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --ignore-chunk-sizes -
+	[mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 2>&1 | [flac] -cs --totally-silent --compression-level-0 --ignore-chunk-sizes -
 
 mov flc * *
-	# FR
-	[mov123] $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 -
+	# F
+	[mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 2>&1 | [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -
 
 alc flc * *
 	# F






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-10 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-10 11:31 [gentoo-commits] gentoo-x86 commit in media-sound/squeezecenter/files: squeezecenter-7.3.3-r1-aac-transcode-gentoo.patch Joe Peterson (lavajoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox