]> git.parisson.com Git - telemeta.git/commitdiff
rm mp3 and png transcodes (already given by telecaster)
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 29 Sep 2013 20:58:00 +0000 (22:58 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 29 Sep 2013 20:58:00 +0000 (22:58 +0200)
tools/scripts/transcode/transcode.py

index 451fa0eb080efc3b136655435e7ecc5a6bf4d483..d648ba84b746c4270e0ccba7d7784a1f4e85d48d 100755 (executable)
@@ -21,10 +21,10 @@ preview_tc = '00:00:05'
 threads = 4
 
 ffmpeg_args = {
-               'mp3' : '-i "%s" -vn -acodec libmp3lame -aq 6 -ac 1',
+#               'mp3' : '-i "%s" -vn -acodec libmp3lame -aq 6 -ac 1',
                'ogg' : '-i "%s" -vn -acodec copy',
                'mp4' : '-i "%s" -vcodec libx264 -r 30 -b 1024k -threads ' + str(threads) + ' -acodec libfaac -ar 48000 -ab 96k -ac 1',
-               'png' : '-ss ' + preview_tc + ' -i "%s"',
+#               'png' : '-ss ' + preview_tc + ' -i "%s"',
               }
 
 args = sys.argv[1:]