diff options
author | jstebbins <[email protected]> | 2010-06-18 20:09:08 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-06-18 20:09:08 +0000 |
commit | dd49fbf10e64e5279567468f9fbf4870592496dd (patch) | |
tree | fcf0e2dd6aaff17f4b7d5f3c31dc4467d3314866 /gtk/src/ghb.ui | |
parent | 24cc8113b9baf7d7d6dc36a6a0d260e3bd28d71b (diff) |
LinGui: add peak framrate checkbox to video tab
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3391 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index a71118907..bae888a31 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -1757,6 +1757,21 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="VideoFrameratePFR"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="tooltip-text" translatable="yes">Enables variable framerate output with a peak rate determined by the framerate setting</property> + <property name="label" translatable="yes">Peak Framerate (VFR)</property> + <property name="draw_indicator">True</property> + <signal handler="setting_widget_changed_cb" name="toggled"/> + </object> + <packing> + <property name="expand">False</property> + <property name="position">2</property> + </packing> + </child> + <child> <object class="GtkCheckButton" id="VideoTwoPass"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -1768,7 +1783,7 @@ </object> <packing> <property name="expand">False</property> - <property name="position">2</property> + <property name="position">3</property> </packing> </child> <child> @@ -1791,7 +1806,7 @@ </object> <packing> <property name="expand">False</property> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> </object> |