Merge branch 'master' of github.com:Themaister/SSNES

This commit is contained in:
Themaister 2011-09-02 16:12:53 +02:00
commit 9588f6061f
2 changed files with 3 additions and 2 deletions

View File

@ -112,7 +112,8 @@ Connects a four-way multitap into port 2 of the SNES. This allows for up to 5 pl
.TP
\fB--record PATH, -r PATH\fR
Activates video recording of gameplay into PATH. Video recording options can be configured in config file.
Activates video recording of gameplay into PATH. Using .mkv extension is recommended.
Codecs used are FFV1/FLAC, suitable for processing the material further.
.TP
\fB--bsvplay PATH, -P PATH\fR

View File

@ -401,7 +401,7 @@ static void print_help(void)
#endif
#ifdef HAVE_FFMPEG
puts("\t-r/--record: Path to record video file.\n\t\tSettings for video/audio codecs are found in config file.");
puts("\t-r/--record: Path to record video file.\n\t\tUsing .mkv extension is recommended, and codecs used are FFV1/FLAC.");
#endif
puts("\t-v/--verbose: Verbose logging.");
puts("\t-U/--ups: Specifies path for UPS patch that will be applied to ROM.");