[mythtv] [PATCH] Transcode/mtd stopped adding subtitles

Dick Smits dick at toughnet.net
Tue Jun 1 16:35:12 EDT 2004


Hello,

The last update to mythdvd/mtd/jobthread.cpp also had the effect that
transcode does not add subtitles to the resulting avi file. I saw this
behaviour with Gentoo's transcode 0.6.12-r1 ebuild.

The format of the "-J extsub" filter was changed. and is now incorrect.

Patch:

Index: jobthread.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythdvd/mtd/jobthread.cpp,v
retrieving revision 1.16
diff -u -r1.16 jobthread.cpp
--- jobthread.cpp       13 May 2004 23:23:08 -0000      1.16
+++ jobthread.cpp       1 Jun 2004 19:13:17 -0000
@@ -903,7 +903,7 @@
     if(subtitle_track > -1)
     {

-        QString subtitle_arguments = QString("extsub:track=%1")
+        QString subtitle_arguments = QString("extsub=track=%1")
                                             .arg(subtitle_track);
         if(cliptbottom > 0)
         {


-----------------------------------------------------------------
Dick Smits



More information about the mythtv-dev mailing list