diff --git a/docs/source/video_encoding_parameters.mdx b/docs/source/video_encoding_parameters.mdx index eb0d1f7f4..337ff5e46 100644 --- a/docs/source/video_encoding_parameters.mdx +++ b/docs/source/video_encoding_parameters.mdx @@ -232,75 +232,10 @@ After the first episode of a video stream is encoded, the encoder configuration Two sources contribute to the `info` block: -
video.codec,{" "}
- video.pix_fmt,{" "}
- video.height,{" "}
- video.width,{" "}
- video.fps — must match across
- sources, otherwise FFmpeg's concat demuxer fails.
-
- video.g,{" "}
- video.crf,{" "}
- video.preset,{" "}
- video.fast_decode,{" "}
- video.extra_options. If every source
- agrees, the value is kept; if not, it's set to{" "}
- null (or{" "}
- {} for{" "}
- video.extra_options) and a warning is
- logged.
-
-