Hi
Looks like there are 2 typos in the document "encoding-example-profiles.conf".
Here ---> https://github.com/mpv-player/mpv/blob/master/etc/encoding-example-profiles.conf
In "video codecs" section (near lines 84 and 85) it says :-
[enc-v-vp8]
profile-desc = "VP8 (libvpx)"
oac = libvpx
oacopts = qmin=4,b=10000000k # ought to be enough for anyone; for CBR use, set b=; for VBR use, set qmin= to quality
I think this should be
ovc instead of oac
and
ovcopts instead of oacopts
Hi
Looks like there are 2 typos in the document "encoding-example-profiles.conf".
Here ---> https://github.com/mpv-player/mpv/blob/master/etc/encoding-example-profiles.conf
In "video codecs" section (near lines 84 and 85) it says :-
[enc-v-vp8]
profile-desc = "VP8 (libvpx)"
oac = libvpx
oacopts = qmin=4,b=10000000k # ought to be enough for anyone; for CBR use, set b=; for VBR use, set qmin= to quality
I think this should be
ovc instead of oac
and
ovcopts instead of oacopts