Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Themaister/SSNES
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Sep 2, 2011
2 parents 57c25dc + 38763c4 commit 9588f60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/ssnes.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ssnes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit 9588f60

Please sign in to comment.