]> code.delx.au - transcoding/commitdiff
Fixed a stupid typo in the ipod264 codec description
authorGreg Darke <greg+laptop@tsukasa.net.au>
Sat, 11 Oct 2008 05:29:48 +0000 (16:29 +1100)
committerGreg Darke <greg+laptop@tsukasa.net.au>
Sat, 11 Oct 2008 05:29:48 +0000 (16:29 +1100)
encode.py

index 17222a416b4ef0952206f6cc077953fe58eae0c5..0d6df19df648d86c2d3c02ad5adb88bd661a877d 100755 (executable)
--- a/encode.py
+++ b/encode.py
@@ -99,7 +99,7 @@ profiles = {
                CommandClass=MencoderCommand,
                vcodec="x264",
                vopts="bitrate=%(vbitrate)d:me=umh:threads=auto:partitions=all:trellis=1:subq=7:bframes=1:direct_pred=auto",
-               vcodec="faac",
+               acodec="faac",
                aopts="br=%(abitrate)d:mpeg=4:object=2",# "-channels", "2", "-srate", "48000",
        ),
 }