1
mirror of https://github.com/mpv-player/mpv synced 2025-06-10 12:43:44 +02:00

encoding-example-profiles: fix "oac" typo

Fixes issue .
This commit is contained in:
Rudolf Polzer 2012-12-28 11:21:35 +01:00
parent 73900ca1c3
commit fd64003c2a

@ -81,8 +81,8 @@ ovcopts = qscale=4
[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
ovc = libvpx
ovcopts = qmin=4,b=10000000k # ought to be enough for anyone; for CBR use, set b=; for VBR use, set qmin= to quality
###########
# formats #