<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Very cool that you got that going!<BR>
 <BR>
This would be a really good film to use for our first double-sub-title viewing.  It has very little dialog, and the dialog is probably pretty easy.  If you haven't seen "Sita Sings The Blues", it's a really great movie that took my friend Nina Paley 5 years of her life to complete, and she allows anyone to download the full-resolution version it from her website for free -- totally open source <ninapaley.com>.  And she has actually been making a living from it.  :)<BR>
 <BR>
Mitch.<BR>
<BR> <BR>
---------------------- <BR>
> From: embeddedlinuxguy@gmail.com<BR>> Date: Tue, 7 Jun 2011 12:38:57 -0700<BR>> To: german@lists.noisebridge.net<BR>> Subject: Re: [German] Multi-Sensory Interactive Group Language Training<BR>> <BR>> On Wed, Jun 1, 2011 at 6:25 PM, Andreas Stadler <rain@meta-mind.de> wrote:<BR>> > if no one comes up with a solution for watching video with multiple subtitles,<BR>> <BR>> OK I hacked up a proof of concept for this last night. Here is the<BR>> evidence although I do not have audio working yet:<BR>> <BR>> http://modernhacker.com/sita-en-de.avi<BR>> <BR>> I am basically "baking in" two sets of subtitles using mplayer, one at<BR>> a time, and then re-encoding the movie with mencoder. Roughly this<BR>> works like:<BR>> <BR>> mplayer sita.mp4 -sub deutsch.srt -vo yuv4mpeg:file=deutsch.yuv<BR>> mplayer deutsch.yuv -sub english.srt -subpos 80 -vo yuv4mpeg:file=sita.yuv<BR>> mencoder sita.yuv -ovc x264 -o sita-en-de.avi<BR>> <BR>> Notice that audio gets lost in this process and needs to be re-muxed;<BR>> also it would help to use a font that supports umlauts and other crazy<BR>> Latin-1 glyphs.<BR>> <BR>> Also, btw, the movie is not originally in German, but a great public<BR>> domain flick suitable for experimenting with :)<BR>> _______________________________________________<BR>> German mailing list<BR>> German@lists.noisebridge.net<BR>> https://www.noisebridge.net/mailman/listinfo/german<BR>                                        </body>
</html>