From 9dba52882d74d9c62ce9473ac9781f7ca6599fd2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 7 Jul 2009 16:59:31 +0200 Subject: don't resample audio (doesn't work with 5.1) --- convert2mp4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'convert2mp4') 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", -- cgit v1.2.3-24-g4f1b