]> git.parisson.com Git - telemeta.git/commitdiff
redo mp3 and png
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 4 Dec 2013 21:35:07 +0000 (22:35 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 4 Dec 2013 21:35:07 +0000 (22:35 +0100)
tools/scripts/transcode/transcode.py

index d648ba84b746c4270e0ccba7d7784a1f4e85d48d..451fa0eb080efc3b136655435e7ecc5a6bf4d483 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:]