[pitivi: 8/10] Add more video frame rates. Fixes #603203.
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 8/10] Add more video frame rates. Fixes #603203.
- Date: Fri, 5 Mar 2010 08:00:38 +0000 (UTC)
commit 2593f5e64f31c29afc58467b2cd36b7bbe08f45a
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Fri Mar 5 01:59:12 2010 +0100
Add more video frame rates. Fixes #603203.
pitivi/ui/exportsettingswidget.py | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/pitivi/ui/exportsettingswidget.py b/pitivi/ui/exportsettingswidget.py
index 0b759bf..4caf9f8 100644
--- a/pitivi/ui/exportsettingswidget.py
+++ b/pitivi/ui/exportsettingswidget.py
@@ -43,13 +43,17 @@ class ExportSettingsWidget(GladeWidget, Loggable):
(_("SVGA (800x600)"), 800, 600, 30.0, 1.0),
(_("XGA (1024x768)"), 1024, 768, 30.0, 1.0),
)
- video_rates = ( ("12 fps", 12.0, 1.0),
- ("24 fps", 24.0, 1.0),
- ("23,97 fps", 24000.0, 1001.0),
- ("25 fps", 25.0, 1.0),
- ("29,97 fps", 30000.0, 1001.0),
- ("30 fps", 30.0, 1.0),
- ("60 fps", 60.0, 1.0) )
+ video_rates = ( ("12 fps", 12.0, 1.0),
+ ("15 fps", 15.0, 1.0),
+ ("20 fps", 20.0, 1.0),
+ ("23,976 fps", 24000.0, 1001.0),
+ ("24 fps", 24.0, 1.0),
+ ("25 fps", 25.0, 1.0),
+ ("29,97 fps", 30000.0, 1001.0),
+ ("30 fps", 30.0, 1.0),
+ ("59,94 fps", 60000.0, 1001.0),
+ ("60 fps", 60.0, 1.0),
+ ("120 fps", 120.0, 1.0) )
audio_presets = ( ("CD", 2, 44100, 16), )
audio_rates = ( ("8 KHz", 8000),
("11 KHz", 11025),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]