[xiph-commits] r4032 - itext/elephants_dream

silvia at svn.annodex.net silvia at svn.annodex.net
Mon Sep 21 05:59:20 PDT 2009


Author: silvia
Date: 2009-09-21 05:59:20 -0700 (Mon, 21 Sep 2009)
New Revision: 4032

Modified:
   itext/elephants_dream/kate_encode.sh
Log:
Fixed transcoding script.


Modified: itext/elephants_dream/kate_encode.sh
===================================================================
--- itext/elephants_dream/kate_encode.sh	2009-09-21 12:55:15 UTC (rev 4031)
+++ itext/elephants_dream/kate_encode.sh	2009-09-21 12:59:20 UTC (rev 4032)
@@ -39,40 +39,40 @@
 iconv -f ISO-8859-1 -t UTF-8 chapters.srt > chapters-utf8.srt
 
 # Encode into Ogg files with kate-only track
-kateenc -t srt -l af -c subtitle -o elephant.afrikaans.ogx elephant.afrikaans-utf8.srt
-kateenc -t srt -l ar -c subtitle -o elephant.arabic.ogx elephant.arabic-utf8.srt
-kateenc -t srt -l bn -c subtitle -o elephant.bangla.ogx elephant.bangla-utf8.srt
-kateenc -t srt -l br -c subtitle -o elephant.breton.ogx elephant.breton-utf8.srt
-kateenc -t srt -l bg -c subtitle -o elephant.bulgarian.ogx elephant.bulgarian-utf8.srt
-kateenc -t srt -l ca -c subtitle -o elephant.catalan.ogx elephant.catalan-utf8.srt
-kateenc -t srt -l zh -c subtitle -o elephant.chinese.ogx elephant.chinese-utf8.srt
-kateenc -t srt -l cs -c subtitle -o elephant.czech.ogx elephant.czech-utf8.srt
-kateenc -t srt -l da -c subtitle -o elephant.danish.ogx elephant.danish-utf8.srt
-kateenc -t srt -l nl -c subtitle -o elephant.dutch.ogx elephant.dutch-utf8.srt
-kateenc -t srt -l en -c subtitle -o elephant.english.ogx elephant.english-utf8.srt
-kateenc -t srt -l et -c subtitle -o elephant.estonian.ogx elephant.estonian-utf8.srt
-kateenc -t srt -l fi -c subtitle -o elephant.finnish.ogx elephant.finnish-utf8.srt
-kateenc -t srt -l fr -c subtitle -o elephant.french.ogx elephant.french-utf8.srt
-kateenc -t srt -l de -c subtitle -o elephant.german.ogx elephant.german-utf8.srt
-kateenc -t srt -l el -c subtitle -o elephant.greek.ogx elephant.greek-utf8.srt
-kateenc -t srt -l he -c subtitle -o elephant.hebrew.ogx elephant.hebrew-utf8.srt
-kateenc -t srt -l hu -c subtitle -o elephant.hungarian.ogx elephant.hungarian-utf8.srt
-kateenc -t srt -l it -c subtitle -o elephant.italian.ogx elephant.italian-utf8.srt
-kateenc -t srt -l ja -c subtitle -o elephant.japanese.ogx elephant.japanese-utf8.srt
-kateenc -t srt -l mt -c subtitle -o elephant.maltese.ogx elephant.maltese-utf8.srt
-kateenc -t srt -l nn -c subtitle -o elephant.norwegian.ogx elephant.norwegian-utf8.srt
-kateenc -t srt -l pl -c subtitle -o elephant.polish.ogx elephant.polish-utf8.srt
-kateenc -t srt -l pt -c subtitle -o elephant.portuguese.ogx elephant.portuguese-utf8.srt
-kateenc -t srt -l pt-br -c subtitle -o elephant.brazilian.ogx elephant.brazilian-utf8.srt
-kateenc -t srt -l ro -c subtitle -o elephant.romanian.ogx elephant.romanian-utf8.srt
-kateenc -t srt -l ru -c subtitle -o elephant.russian.ogx elephant.russian-utf8.srt
-kateenc -t srt -l sl -c subtitle -o elephant.slovenian.ogx elephant.slovenian-utf8.srt
-kateenc -t srt -l es -c subtitle -o elephant.spanish.ogx elephant.spanish-utf8.srt
-kateenc -t srt -l es-mx -c subtitle -o elephant.spanish-us.ogx elephant.spanish_us-utf8.srt
-kateenc -t srt -l sk -c subtitle -o elephant.slovak.ogx elephant.slovak-utf8.srt
-kateenc -t srt -l sv -c subtitle -o elephant.swedish.ogx elephant.swedish-utf8.srt
-kateenc -t srt -l en -c subtitle -o audiodescription.ogx audiodescription-utf8.srt
-kateenc -t srt -l en -c subtitle -o chapters.ogx chapters-utf8.srt
+kateenc -t srt -l af -c SUB -o elephant.afrikaans.ogx elephant.afrikaans-utf8.srt
+kateenc -t srt -l ar -c SUB -o elephant.arabic.ogx elephant.arabic-utf8.srt
+kateenc -t srt -l bn -c SUB -o elephant.bangla.ogx elephant.bangla-utf8.srt
+kateenc -t srt -l br -c SUB -o elephant.breton.ogx elephant.breton-utf8.srt
+kateenc -t srt -l bg -c SUB -o elephant.bulgarian.ogx elephant.bulgarian-utf8.srt
+kateenc -t srt -l ca -c SUB -o elephant.catalan.ogx elephant.catalan-utf8.srt
+kateenc -t srt -l zh -c SUB -o elephant.chinese.ogx elephant.chinese-utf8.srt
+kateenc -t srt -l cs -c SUB -o elephant.czech.ogx elephant.czech-utf8.srt
+kateenc -t srt -l da -c SUB -o elephant.danish.ogx elephant.danish-utf8.srt
+kateenc -t srt -l nl -c SUB -o elephant.dutch.ogx elephant.dutch-utf8.srt
+kateenc -t srt -l en -c SUB -o elephant.english.ogx elephant.english-utf8.srt
+kateenc -t srt -l et -c SUB -o elephant.estonian.ogx elephant.estonian-utf8.srt
+kateenc -t srt -l fi -c SUB -o elephant.finnish.ogx elephant.finnish-utf8.srt
+kateenc -t srt -l fr -c SUB -o elephant.french.ogx elephant.french-utf8.srt
+kateenc -t srt -l de -c SUB -o elephant.german.ogx elephant.german-utf8.srt
+kateenc -t srt -l el -c SUB -o elephant.greek.ogx elephant.greek-utf8.srt
+kateenc -t srt -l he -c SUB -o elephant.hebrew.ogx elephant.hebrew-utf8.srt
+kateenc -t srt -l hu -c SUB -o elephant.hungarian.ogx elephant.hungarian-utf8.srt
+kateenc -t srt -l it -c SUB -o elephant.italian.ogx elephant.italian-utf8.srt
+kateenc -t srt -l ja -c SUB -o elephant.japanese.ogx elephant.japanese-utf8.srt
+kateenc -t srt -l mt -c SUB -o elephant.maltese.ogx elephant.maltese-utf8.srt
+kateenc -t srt -l nn -c SUB -o elephant.norwegian.ogx elephant.norwegian-utf8.srt
+kateenc -t srt -l pl -c SUB -o elephant.polish.ogx elephant.polish-utf8.srt
+kateenc -t srt -l pt -c SUB -o elephant.portuguese.ogx elephant.portuguese-utf8.srt
+kateenc -t srt -l pt-br -c SUB -o elephant.brazilian.ogx elephant.brazilian-utf8.srt
+kateenc -t srt -l ro -c SUB -o elephant.romanian.ogx elephant.romanian-utf8.srt
+kateenc -t srt -l ru -c SUB -o elephant.russian.ogx elephant.russian-utf8.srt
+kateenc -t srt -l sl -c SUB -o elephant.slovenian.ogx elephant.slovenian-utf8.srt
+kateenc -t srt -l es -c SUB -o elephant.spanish.ogx elephant.spanish-utf8.srt
+kateenc -t srt -l es-mx -c SUB -o elephant.spanish-us.ogx elephant.spanish_us-utf8.srt
+kateenc -t srt -l sk -c SUB -o elephant.slovak.ogx elephant.slovak-utf8.srt
+kateenc -t srt -l sv -c SUB -o elephant.swedish.ogx elephant.swedish-utf8.srt
+kateenc -t srt -l en -c SUB -o audiodescription.ogx audiodescription-utf8.srt
+kateenc -t srt -l en -c SUB -o chapters.ogx chapters-utf8.srt
 
 # Merge Ogg files together with kate-tracks
 oggz-merge -o elephant.mt-eng.ogv elephant.english.ogx elephant.multitrack.ogv



More information about the commits mailing list