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

Xavier Hervy maxpower44 at tiscali.fr
Tue Jun 1 17:07:53 EDT 2004


Dick Smits wrote:
> 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
> 
it's what i send in my patch (subtitle in mtd) but probably thor was 
thinking i have made a mistake ;-)
xavier



More information about the mythtv-dev mailing list