[xiph-commits] r16367 - trunk/ffmpeg2theora

oggk at svn.xiph.org oggk at svn.xiph.org
Fri Jul 31 03:14:38 PDT 2009


Author: oggk
Date: 2009-07-31 03:14:38 -0700 (Fri, 31 Jul 2009)
New Revision: 16367

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.1
Log:
mention iconv, and supporting all its encodings if built in



Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1	2009-07-31 09:35:04 UTC (rev 16366)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1	2009-07-31 10:14:38 UTC (rev 16367)
@@ -1,5 +1,5 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
-.TH FFMPEG2THEORA 1 "April 9, 2009"
+.TH FFMPEG2THEORA 1 "July 31, 2009"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -197,8 +197,9 @@
 .TP
 .B \-\-subtitles-encoding encoding
 Assumes the corresponding subtitles file is encoded in the given
-encoding (UTF-8 and iso-8859-1 (aka latin1) are supported). The
-default is UTF-8.
+encoding. If ffmpeg2theora was built with iconv support, all
+encodings supported by iconv may be used. Otherwise, UTF-8 and
+ISO-8859-1 (aka latin1) are supported. The default is UTF-8.
 .TP
 .B \-\-subtitles-language language
 Sets the language of the corresponding subtitles stream. This will



More information about the commits mailing list