From 99ab7264e03fbed92f66ab5ab18d2ab23f914036 Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 10 Dec 2012 06:58:40 -0800 Subject: [PATCH] Updated FFmpeg recording and live streaming (markdown) --- FFmpeg-recording-and-live-streaming.md | 1 + 1 file changed, 1 insertion(+) 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).