summaryrefslogtreecommitdiffstats
path: root/convert2mp4
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-07 16:59:31 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-07 16:59:31 +0200
commit9dba52882d74d9c62ce9473ac9781f7ca6599fd2 (patch)
treedf5cfbddb95cf923f0f9fe04eae00d9c6f1b3729 /convert2mp4
parenta93d1a1c5d2bff75fd83965e7ebd3e75acf54437 (diff)
downloadbin-9dba52882d74d9c62ce9473ac9781f7ca6599fd2.tar.gz
bin-9dba52882d74d9c62ce9473ac9781f7ca6599fd2.tar.xz
don't resample audio (doesn't work with 5.1)
Diffstat (limited to 'convert2mp4')
-rwxr-xr-xconvert2mp43
1 files changed, 2 insertions, 1 deletions
diff --git a/convert2mp4 b/convert2mp4
index 747d942..9035572 100755
--- a/convert2mp4
+++ b/convert2mp4
@@ -75,7 +75,8 @@ def main():
"-vpre", "hq",
# "-coder", "ac", "-me_range", "16",
# "-subq", "5", "-sc_threshold", "40",
- "-acodec", "libfaac", "-ar", "44100",
+ "-acodec", "libfaac",
+# "-ar", "44100",
# "-cmp", "+chroma", "-partitions", "+parti4x4+partp8x8+partb8x8",
# "-i_qfactor", "0.71", "-b_strategy", "1",
"-threads", "0",