summarylogtreecommitdiffstats
path: root/audiorip_fix_mplayer.diff
diff options
context:
space:
mode:
authorLukáš Jirkovský2015-07-02 20:38:13 +0200
committerLukáš Jirkovský2015-07-02 20:38:13 +0200
commit2072ef7e10c671dbd66504e86b347b94795755d8 (patch)
tree327f60a5cced529ff8607ebb391dfb6774041234 /audiorip_fix_mplayer.diff
downloadaur-mp4tools.tar.gz
initial import
Diffstat (limited to 'audiorip_fix_mplayer.diff')
-rw-r--r--audiorip_fix_mplayer.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/audiorip_fix_mplayer.diff b/audiorip_fix_mplayer.diff
new file mode 100644
index 000000000000..638d063bce3b
--- /dev/null
+++ b/audiorip_fix_mplayer.diff
@@ -0,0 +1,11 @@
+--- mp4tools 2010-10-18 01:45:43.000000000 +0200
++++ mp4tools 2010-12-19 11:18:22.751055457 +0100
+@@ -182,7 +182,7 @@
+ {
+ [ -n "$3" ] && AF="-af $3"
+ green "Ripping Audio"
+- mplayer "$1" -benchmark -vo null -ao "pcm:fast:file=$2" $AF $MSG
++ mplayer "$1" -benchmark -vc null -vo null -ao "pcm:fast:file=$2" $AF $MSG
+ }
+
+ #aacenc <infile> <outfile>