[xiph-commits] r16924 - in trunk/ffmpeg2theora: . src
j at svn.xiph.org
j at svn.xiph.org
Fri Feb 19 07:14:04 PST 2010
Author: j
Date: 2010-02-19 07:14:04 -0800 (Fri, 19 Feb 2010)
New Revision: 16924
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.1
trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
document --frontend mode
Modified: trunk/ffmpeg2theora/ffmpeg2theora.1
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.1 2010-02-19 14:17:23 UTC (rev 16923)
+++ trunk/ffmpeg2theora/ffmpeg2theora.1 2010-02-19 15:14:04 UTC (rev 16924)
@@ -285,6 +285,9 @@
.TP
.B \-\-info
Output json info about input file, use -o to save json to file.
+.TP
+.B \-\-frontend
+print status information in json, one json dict per line
.SH EXAMPLES
Encode Videos:
ffmpeg2theora videoclip.avi (will write output to videoclip.ogv)
Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c 2010-02-19 14:17:23 UTC (rev 16923)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c 2010-02-19 15:14:04 UTC (rev 16924)
@@ -1969,6 +1969,7 @@
" -P, --pid fname write the process' id to a file\n"
" -h, --help this message\n"
" --info output json info about input file, use -o to save json to file\n"
+ " --frontend print status information in json, one json dict per line\n"
"\n"
"\n"
"Examples:\n"
More information about the commits
mailing list