Updated FFmpeg recording and live streaming (markdown)
parent
bc221d75e6
commit
99ab7264e0
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue