diff options
author | Florian Pritz <f-p@gmx.at> | 2009-07-07 16:59:31 +0200 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-07-07 16:59:31 +0200 |
commit | 9dba52882d74d9c62ce9473ac9781f7ca6599fd2 (patch) | |
tree | df5cfbddb95cf923f0f9fe04eae00d9c6f1b3729 /convert2mp4 | |
parent | a93d1a1c5d2bff75fd83965e7ebd3e75acf54437 (diff) | |
download | bin-9dba52882d74d9c62ce9473ac9781f7ca6599fd2.tar.gz bin-9dba52882d74d9c62ce9473ac9781f7ca6599fd2.tar.xz |
don't resample audio (doesn't work with 5.1)
Diffstat (limited to 'convert2mp4')
-rwxr-xr-x | convert2mp4 | 3 |
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", |