Quoted By:
How the fuck do I get rid of this insane banding in the sky using libvpx? Shit's cray, and I have to crank the fucker up to like 12M bitrate to get rid of it with my current method:
[code:lit]
ffmpeg.exe -framerate 24 -i "heregoes_exposure_layers_%4d.tif" -c:v libvpx -s 1920x1080 -crf 27 -b:v 12M -pix_fmt yuv420p -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" 24fps-smallest.webm[/code:lit]