summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-09-25 21:42:52 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-09-25 21:42:52 +0200
commit774db41cb610843489940e5b1be4beb02e84f135 (patch)
treecdbb54203af704a911cd7aaa3d632d1b6031af64
parent97d25cbabf7a76c3cb76f567b1cdbf91fad08738 (diff)
Increabe bitratesHEADmaster
-rwxr-xr-xbin/pmp3p4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pmp3p b/bin/pmp3p
index 720cf0c..6e34eb3 100755
--- a/bin/pmp3p
+++ b/bin/pmp3p
@@ -43,11 +43,11 @@
autoload atag
typeset IFS=$'\n'
-typeset -i bitrate=196
+typeset -i bitrate=256
# If mp3info is installed, all MP3s with a bitrate > max_bitrate will be
# re-encoded to preserve space
-typeset -i max_bitrate=260
+typeset -i max_bitrate=360
typeset -a -U files files_done
typeset -A tags rtags
typeset result