mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
7d177c47b2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
350 B
Diff
11 lines
350 B
Diff
--- 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>
|