Skip to content

Commit

Permalink
bmdcapture: Updating example
Browse files Browse the repository at this point in the history
... to refer to avconv instead of ffmpeg and to
use the new -A/-V syntax instead of -I.
  • Loading branch information
hoffie committed Mar 6, 2012
1 parent 35505f4 commit 8a65e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bmdcapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,9 @@ int usage(int status)
" 2: Component\n"
" 3: HDMI\n"
" 4: SDI\n"
"Capture video and audio to a file. Raw video and audio can be sent to a pipe to ffmpeg or vlc eg:\n"
"Capture video and audio to a file. Raw video and audio can be sent to a pipe to avconv or vlc e.g.:\n"
"\n"
" bmdcapture -m 2 -I 1 -F nut -f pipe:1\n\n\n"
" bmdcapture -m 2 -A 1 -V 1 -F nut -f pipe:1\n\n\n"
);

exit(status);
Expand Down

0 comments on commit 8a65e71

Please sign in to comment.