X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=plugins%2Fv_x264.py;h=08c87383dab3057cfebae0614c8d516ce3d4a407;hb=HEAD;hp=38678fe39797d29289b913027365e235940f037f;hpb=fea0db4e9008950d7927ea3bfaecf23fbe37c79e;p=viper diff --git a/plugins/v_x264.py b/plugins/v_x264.py index 38678fe..08c8738 100644 --- a/plugins/v_x264.py +++ b/plugins/v_x264.py @@ -1,5 +1,5 @@ #encoding: utf-8 -#Copyright 2009 Paul Hänsch +#Copyright 2011 Paul Hänsch #This file is part of Viper. @@ -49,7 +49,8 @@ class V_x264(V_Plugin): self.subgets['o_psy'].grid(row = 1, column = 3) self.subgets['bitrate'] = False - self.subgets['c_bitrate'] = Checkbutton(self, text = 'Force avg.\nBitrate:', command = self.c_bitrate) + self.subgets['c_bitrate'] = Checkbutton(self, text = 'Force avg.\nBitrate (Kb/s):', + command = self.c_bitrate) self.subgets['c_bitrate'].deselect() self.subgets['c_bitrate'].grid(row = 0, column = 4) self.subgets['s_bitrate'] = Spinbox(self, from_ = 0, to = 20000, increment = 100, width = 6)