doc/indevs: fix hdvbuffer typo in iec61883 example
Option name is dvbuffer. Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
parent
6190f873eb
commit
0e8eb07980
1 changed files with 1 additions and 1 deletions
|
|
@ -787,7 +787,7 @@ ffplay -f iec61883 -i auto
|
|||
Grab and record the input of a FireWire DV/HDV device,
|
||||
using a packet buffer of 100000 packets if the source is HDV.
|
||||
@example
|
||||
ffmpeg -f iec61883 -i auto -hdvbuffer 100000 out.mpg
|
||||
ffmpeg -f iec61883 -i auto -dvbuffer 100000 out.mpg
|
||||
@end example
|
||||
|
||||
@end itemize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue