]> git.plutz.net Git - viper/commitdiff
specified bitrate label
authorpaul <paul@plutz.net>
Sat, 9 Apr 2011 20:58:05 +0000 (20:58 +0000)
committerpaul <paul@plutz.net>
Sat, 9 Apr 2011 20:58:05 +0000 (20:58 +0000)
svn path=/trunk/; revision=5

plugins/v_x264.py

index be10c127dab2cf6ab7b544db2a54fbd4d61c2900..08c87383dab3057cfebae0614c8d516ce3d4a407 100644 (file)
@@ -49,7 +49,8 @@ class V_x264(V_Plugin):
         self.subgets['o_psy'].grid(row = 1, column = 3)
 
         self.subgets['bitrate'] = False
         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)
         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)