]> code.delx.au - transcoding/commitdiff
Added fast x264 profile
authorJames Bunton <jamesbunton@fastmail.fm>
Sun, 19 Jun 2011 08:33:57 +0000 (18:33 +1000)
committerJames Bunton <jamesbunton@fastmail.fm>
Sun, 19 Jun 2011 08:33:57 +0000 (18:33 +1000)
encode.py

index d265dc50ac9c206fecbe9cfdf23f21ecc41f7e24..e92d89d5bdc8feb6d27c29bfa6b00a9d1798f151 100755 (executable)
--- a/encode.py
+++ b/encode.py
@@ -369,6 +369,14 @@ profiles = {
                x264opts=["--preset", "veryslow", "--crf", "20"],
        ),
 
                x264opts=["--preset", "veryslow", "--crf", "20"],
        ),
 
+       "x264/lame/fast" :
+       Profile(
+               commands=[MPlayer, X264, Lame, Wait, MKVMerge],
+               mplayeropts=[],
+               x264opts=["--preset", "fast", "--crf", "23"],
+               lameopts=["--preset", "medium"],
+       ),
+
        "xvid/lame" :
        Profile(
                commands=[Mencoder],
        "xvid/lame" :
        Profile(
                commands=[Mencoder],