inspired by: https://www.youtube.com/watch?v=Zy6A4az4Pjw
instead of using mspaint, or any other windows program. i decided to use the directx12core dll found in fortnite (ik, very arbitrary). heres the same batch script. the end product is 1.3GB
set /a framerate=120
set /a resolution=1080*2
ffmpeg -fflags nobuffer -f u8 -ac 2 -ar 44100 -i D3D12Core.dll -filter_complex "[0:a]avectorscope=mode=lissajous_xy:mirror=y:draw=line:rc=30:gc=160:bc=40:af=50:s=%resolution%x%resolution%:rate=%framerate%:zoom=1[v];color=black:rate=%framerate%,format=rgb24[c];[c][v]scale2ref[c][i];[c][i]overlay=format=yuv420:shortest=1[v]" -map "[v]" -map "0:a" -aspect 1 -crf 23 -c:v libx264 -movflags isml+frag_keyframe directx12.mp4