[pitivi] Extend the list of muxer extensions
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Extend the list of muxer extensions
- Date: Fri, 10 Dec 2010 17:54:09 +0000 (UTC)
commit ab315fb27a1bceacf1245b23a3c7b175057573d6
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Fri Nov 26 13:29:33 2010 -0500
Extend the list of muxer extensions
pitivi/ui/encodingdialog.py | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/encodingdialog.py b/pitivi/ui/encodingdialog.py
index ef62c8f..1362b8c 100644
--- a/pitivi/ui/encodingdialog.py
+++ b/pitivi/ui/encodingdialog.py
@@ -62,11 +62,33 @@ def filter_recommended(muxers):
def extension_for_muxer(muxer):
exts = {
- "oggmux" : "ogm",
+ "asfmux": "asf",
"avimux" : "avi",
- "qtmux" : "mov",
- "mxfmux" : "mxf",
+ "ffmux_3g2": "3g2",
+ "ffmux_avm2": "avm2",
+ "ffmux_dvd": "vob",
+ "ffmux_flv": "flv",
+ "ffmux_ipod": "mp4",
+ "ffmux_mpeg": "mpeg",
+ "ffmux_mpegts": "mpeg",
+ "ffmux_psp": "mp4",
+ "ffmux_rm": "rm",
+ "ffmux_svcd": "mpeg",
+ "ffmux_swf": "swf",
+ "ffmux_vcd": "mpeg",
+ "ffmux_vob": "vob",
+ "flvmux": "flv",
+ "gppmux": "3gp",
"matroskamux" : "mkv",
+ "mj2mux": "mj2",
+ "mp4mux": "mp4",
+ "mpegpsmux": "mpeg",
+ "mpegtsmux": "mpeg",
+ "mvemux": "mve",
+ "mxfmux" : "mxf",
+ "oggmux" : "ogv",
+ "qtmux" : "mov",
+ "webmmux": "webm",
}
if muxer in exts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]