Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2007 09:30:29 +0100 (CET)
From:      Raaf <raaf@zen.mooo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110608: [patch] multimedia/avidemux2: Fix subtitle filter
Message-ID:  <20070321083029.A565C70@zen.mooo.com>
Resent-Message-ID: <200703210850.l2L8o4JY065906@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110608
>Category:       ports
>Synopsis:       [patch] multimedia/avidemux2: Fix subtitle filter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 21 08:50:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Raaf
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD 6.2-STABLE i386
avidemux2-2.3.0

	
>Description:
	Avidemux contains a subtitle filter that you can use to 'burn in'
	srt files into your movie, unfortunately it doesn't seem to work.

>How-To-Repeat:
	Load a movie into avidemux, select the subtitler filter an load
	a srt file, encode your movie, then watch your movie with mplayer
	and see that the subtitles aren't burned in.

>Fix:
	This patch work's for me on a i386 but it may not work on big endian
	machines.

--- patch-avidemux begins here ---
--- avidemux/ADM_video/ADM_vidSRTload.cpp.orig	Wed Mar 21 09:01:21 2007
+++ avidemux/ADM_video/ADM_vidSRTload.cpp	Wed Mar 21 09:02:14 2007
@@ -450,7 +450,7 @@
 	// Get the amound of utf16...
 	done=(ADM_RAW-sout)>>1;
 // For win32 we swap le and be
-#ifdef CYG_MANGLING
+#if 1
        ADM_GLYPH_T glyph;
        for(uint32_t w=0;w<done;w++)
        {
--- patch-avidemux ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070321083029.A565C70>