[xiph-commits] r14660 - branches/theora-thusnelda/examples
ivo at svn.xiph.org
ivo at svn.xiph.org
Fri Apr 4 17:10:07 PDT 2008
Author: ivo
Date: 2008-04-04 17:10:07 -0700 (Fri, 04 Apr 2008)
New Revision: 14660
Modified:
branches/theora-thusnelda/examples/dump_video.c
branches/theora-thusnelda/examples/encoder_example.c
branches/theora-thusnelda/examples/player_example.c
branches/theora-thusnelda/examples/png2theora.c
Log:
Use .ogv in examples instead of .ogg
Modified: branches/theora-thusnelda/examples/dump_video.c
===================================================================
--- branches/theora-thusnelda/examples/dump_video.c 2008-04-05 00:00:08 UTC (rev 14659)
+++ branches/theora-thusnelda/examples/dump_video.c 2008-04-05 00:10:07 UTC (rev 14660)
@@ -155,7 +155,7 @@
static void usage(void){
fprintf(stderr,
- "Usage: dumpvid <file.ogg> > outfile\n"
+ "Usage: dumpvid <file.ogv> > outfile\n"
"input is read from stdin if no file is passed on the command line\n"
"\n"
);
Modified: branches/theora-thusnelda/examples/encoder_example.c
===================================================================
--- branches/theora-thusnelda/examples/encoder_example.c 2008-04-05 00:00:08 UTC (rev 14659)
+++ branches/theora-thusnelda/examples/encoder_example.c 2008-04-05 00:10:07 UTC (rev 14660)
@@ -130,7 +130,7 @@
fprintf(stderr,
"Usage: encoder_example [options] [audio_file] video_file\n\n"
"Options: \n\n"
- " -o --output <filename.ogg> file name for encoded output;\n"
+ " -o --output <filename.ogv> file name for encoded output;\n"
" If this option is not given, the\n"
" compressed data is sent to stdout.\n\n"
" -A --audio-rate-target <n> bitrate target for Vorbis audio;\n"
Modified: branches/theora-thusnelda/examples/player_example.c
===================================================================
--- branches/theora-thusnelda/examples/player_example.c 2008-04-05 00:00:08 UTC (rev 14659)
+++ branches/theora-thusnelda/examples/player_example.c 2008-04-05 00:10:07 UTC (rev 14660)
@@ -432,7 +432,7 @@
static void usage(void){
fprintf(stderr,
- "Usage: player_example <file.ogg>\n"
+ "Usage: player_example <file.ogv>\n"
"input is read from stdin if no file is passed on the command line\n"
"\n"
);
Modified: branches/theora-thusnelda/examples/png2theora.c
===================================================================
--- branches/theora-thusnelda/examples/png2theora.c 2008-04-05 00:00:08 UTC (rev 14659)
+++ branches/theora-thusnelda/examples/png2theora.c 2008-04-05 00:10:07 UTC (rev 14660)
@@ -80,7 +80,7 @@
"Output is parsed by scanf and represents a list of files, i.e.\n"
" file-%%06d.png to look for files file000001.png to file9999999.png \n\n"
"Options: \n\n"
- " -o --output <filename.ogg> file name for encoded output;\n"
+ " -o --output <filename.ogv> file name for encoded output;\n"
" If this option is not given, the\n"
" compressed data is sent to stdout.\n\n"
" -V --video-rate-target <n> bitrate target for Theora video\n\n"
More information about the commits
mailing list