Skip to content

Commit ff63efd

Browse files
authored
fix "ffmpeg -codec" to "ffmpeg -codecs"
s was missing in the flag to list available codec
1 parent e22dd8f commit ff63efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/asciidoc/computers/camera/rpicam_options_libav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Enables audio recording. When enabled, you must also specify an xref:camera_soft
2828

2929
Default value: `aac`
3030

31-
Selects an audio codec for output. For a list of available codecs, run `ffmpeg -codec`.
31+
Selects an audio codec for output. For a list of available codecs, run `ffmpeg -codecs`.
3232

3333
==== `audio-bitrate`
3434

0 commit comments

Comments
 (0)