[transmageddon] Make xvid an option for a range of containers



commit afe0b112934f6faa99cffd4ab4f931dae8661af8
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date:   Fri Jul 4 10:01:36 2014 +0200

    Make xvid an option for a range of containers

 src/transmageddon.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 58cfe9c..7f458a1 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -98,15 +98,15 @@ supported_video_container_map = {
     'Ogg':        [ 'Theora', 'Dirac', 'On2 vp8' ],
     'MXF':        [ 'H264', 'MPEG2', 'MPEG4' ],
     'Matroska':   [ 'On2 vp8', 'Theora', 'H264', 'Dirac', 'divx5',
-                    'MPEG4', 'MPEG2', 'H263+' ],
+                    'MPEG4', 'MPEG2', 'H263+', 'xvid' ],
     'AVI':        [ 'H264', 'Dirac', 'MPEG2', 'MPEG4', 'xvid',
                     'Windows Media Video 2', 'On2 vp8', 'divx5' ],
     'Quicktime':  [ 'H264', 'Dirac', 'MPEG2', 'MPEG4', 'On2 vp8' ],
-    'MPEG4':      [ 'H264', 'MPEG2', 'MPEG4' ],
+    'MPEG4':      [ 'H264', 'MPEG2', 'MPEG4', 'xvid' ],
     'FLV':        [ 'H264'],
     '3GPP':       [ 'H264', 'MPEG2', 'MPEG4', 'H263+' ],
-    'MPEG PS':    [ 'MPEG2', 'MPEG1', 'H264', 'MPEG4' ],
-    'MPEG TS':    [ 'MPEG2', 'MPEG1', 'H264', 'MPEG4', 'Dirac' ],
+    'MPEG PS':    [ 'MPEG2', 'MPEG1', 'H264', 'MPEG4', 'xvid' ],
+    'MPEG TS':    [ 'MPEG2', 'MPEG1', 'H264', 'MPEG4', 'xvid' 'Dirac' ],
     'AVCHD/BD':   [ 'H264' ],
     'ASF':        [ 'Windows Media Video 2' ],
     'WebM':       [ 'On2 vp8','On2 vp9']


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]