[transmageddon] update NEWS and TODO file. Add some explanation text to transmageddon.py



commit 4c32d04f32846359cddfc15e586329dfcb17f38f
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date:   Fri Jul 4 10:11:27 2014 +0200

    update NEWS and TODO file. Add some explanation text to transmageddon.py

 NEWS                 |    2 ++
 TODO                 |    2 ++
 src/transmageddon.py |    1 +
 3 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 04008de..c808887 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 1.2 -
   Fix bug with use of H264 encoder without multipass support, like the VAAPI one
   Make VAAPI usage reliable
+  Bring back 'xvid' video codec (it is actually just a profile of MPEG4)
+  Small UI improvements
   Fix a gazillion little bugs, including various threading issues
 
 1.1 -
diff --git a/TODO b/TODO
index abc064c..97da704 100644
--- a/TODO
+++ b/TODO
@@ -57,3 +57,5 @@ This list is completely unordered. Nothing about the ordering in this list shoul
 * Check if videoflip element actually is installed (in case only base and core is installed)
 
 * Add support for turning a video into images and a directory of images into video
+
+* Fix DVD ac3 remuxing
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 7f458a1..ab03bc4 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -1130,6 +1130,7 @@ class TransmageddonUI(Gtk.ApplicationWindow):
                        self.videocodecs.append(Gst.caps_from_string(codecfinder.codecmap[c]))
                    for c in self.videocodecs: # Use descriptions from GStreamer
                        if c != "pass" and c != False:
+                           # we need to special case this until pbutils provide                            # 
profile information in its human readable strings
                            if c.to_string() == "video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, 
profile=(string)advanced-simple":
                                self.videorows[0].append_text("xvid")
                            else:


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