File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
- For `webm`, `63` is the maximum.
22
22
- `compression` has no effect on `mkv` and `gif` outputs.
23
23
- `profile = "high422"`: A ffmpeg compatible profile. Currently only applies to `mp4`. If
24
- you have issues playing a video, try `profile = "high"` or `profile = "main"`.
24
+ you have issues playing a video, try `profile = "high"` or `profile = "main"`.
25
25
- `pixel_format = "yuv420p"`: A ffmpeg compatible pixel format (`-pix_fmt`). Currently only
26
- applies to `mp4`. Defaults to `yuv444p` for `profile = "high444"`.
26
+ applies to `mp4`. Defaults to `yuv444p` for `profile = "high444"`.
27
27
- `loop = 0`: Number of times the video is repeated, for a `gif` or `html` output. Defaults to `0`, which
28
- means infinite looping. A value of `-1` turns off looping, and a value of `n > 0`
29
- means `n` repetitions (i.e. the video is played `n+1` times) when supported by backend.
28
+ means infinite looping. A value of `-1` turns off looping, and a value of `n > 0`
29
+ means `n` repetitions (i.e. the video is played `n+1` times) when supported by backend.
30
30
31
31
!!! warning
32
32
`profile` and `pixel_format` are only used when `format` is `"mp4"`; a warning will be issued if `format`
You can’t perform that action at this time.
0 commit comments