This video is the audio representation of version (Windows 7) with the audio displayed in 2D like it would on an oscilloscope. It was created with the following batch script: set /a framerate=30 set /a resolution=1080*2 ffmpeg -fflags nobuffer -f u8 -ac 2 -ar 44100 -i -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
Hide player controls
Hide resume playing