diff --git a/FFmpeg-recording-and-live-streaming.md b/FFmpeg-recording-and-live-streaming.md index c107187..d47f7bd 100644 --- a/FFmpeg-recording-and-live-streaming.md +++ b/FFmpeg-recording-and-live-streaming.md @@ -26,6 +26,7 @@ By default (not providing an encoding config), lossless coding is used. This mea ## Lossy and flexible coding config By adding the `--recordconfig ` parameter, you have more control over encoding. The recognized config options are: + vcodec = # Same as -vcodec acodec = # Same as -acodec format = # Muxer format to use. E.g. mkv, flv or mp4. This is normally inferred, but must be set when using extensionless formats like RTMP (streaming).