fix Audio Effect plugin. (use h264 video codec)
authorhschang <chang@dev3>
Fri, 13 Dec 2013 02:32:59 +0000 (11:32 +0900)
committerhschang <chang@dev3>
Fri, 13 Dec 2013 02:34:39 +0000 (11:34 +0900)
lib/python/Plugins/SystemPlugins/TransCodingSetup/plugin.py

index 295eb5d..379bcb4 100755 (executable)
@@ -103,7 +103,7 @@ def createTransCodingConfig(encoder):
                setAttr("audiocodec", encoder, choice)
 
        if fileExists( getProcPath(encoder, "videocodec") ):
                setAttr("audiocodec", encoder, choice)
 
        if fileExists( getProcPath(encoder, "videocodec") ):
-               choice = TconfigSelection(encoder, default = "h264", choices = [ ("h264", _("h264")), ("mpeg2", _("mpeg2")), ("mpeg4p2", _("mpeg4p2"))] )
+               choice = TconfigSelection(encoder, default = "h264", choices = [ ("h264", _("h264")) ] )
                setAttr("videocodec", encoder, choice)
 
        if fileExists( getProcPath(encoder, "gopframeb") ):
                setAttr("videocodec", encoder, choice)
 
        if fileExists( getProcPath(encoder, "gopframeb") ):