Comment on page
&recordcodec
Lets you set the video recording codec
&rc
Example:
&recordcodec=h264
Value | Description |
---|---|
h264 | request the h264 codec |
vp8 | request the VP8 codec |
vp9 | request the VP9 codec |
av1 | request the AV1 codec |
Adding
&recordcodec
to a source or director link lets you set the video recording codec (saving to disk mode; aka &record
). The container format is still WebM, and not all codecs are going to be supported, but things will fail back to vp8 if not supported. Main reason for this is because vp8 on chrome for android kinda stinks, so at least you have an option to tinker with things now.Last modified 1mo ago