[pitivi] Add more presets.
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Subject: [pitivi] Add more presets.
- Date: Tue, 12 May 2009 11:08:21 -0400 (EDT)
commit 71f3db8c4296f55a14a5ccfbc2c59e5acc47085a
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Tue May 12 16:14:17 2009 +0200
Add more presets.
---
pitivi/ui/exportsettingswidget.py | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/pitivi/ui/exportsettingswidget.py b/pitivi/ui/exportsettingswidget.py
index 9b76ece..fb0a938 100644
--- a/pitivi/ui/exportsettingswidget.py
+++ b/pitivi/ui/exportsettingswidget.py
@@ -34,8 +34,15 @@ from gettext import gettext as _
class ExportSettingsWidget(GladeWidget, Loggable):
glade_file = "exportsettingswidget.glade"
- video_presets = ( ("DVD PAL", 720, 576, 25.0, 1.0),
- ("320x240 @ 30fps", 320, 240, 30.0, 1.0) )
+ video_presets = ((_("576p (PAL DV/DVD)"), 720, 576, 25.0, 1.0),
+ (_("480p (NTSC DV/DVD)"), 720, 480, 29.97, 1.0),
+ (_("720p HD"), 1280, 720, 30000.0, 1001.0),
+ (_("1080p full HD"), 1920, 1080, 30000.0, 1001.0),
+ (_("QVGA (320x240)"), 320, 240, 30.0, 1.0),
+ (_("VGA (640x480)"), 640, 480, 30.0, 1.0),
+ (_("SVGA (800x600)"), 800, 600, 30.0, 1.0),
+ (_("WXGA (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),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]