Updated FFmpeg recording and live streaming (markdown)

Themaister 2012-12-10 06:58:40 -08:00
parent bc221d75e6
commit 99ab7264e0
1 changed files with 1 additions and 0 deletions

@ -26,6 +26,7 @@ By default (not providing an encoding config), lossless coding is used. This mea
## Lossy and flexible coding config ## Lossy and flexible coding config
By adding the `--recordconfig <config>` parameter, you have more control over encoding. By adding the `--recordconfig <config>` parameter, you have more control over encoding.
The recognized config options are: The recognized config options are:
vcodec = <codec> # Same as -vcodec vcodec = <codec> # Same as -vcodec
acodec = <codec> # Same as -acodec acodec = <codec> # Same as -acodec
format = <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). format = <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).