Audio

This video is the audio representation of version (Windows XP) with the audio displayed in 2D like it would on an oscilloscope. It created with the following batch script: set program= set /a framerate=30 set /a resolution=1080*2 set flags= rem set flags=%flags% -maxrate 700k -bufsize 700k -b:v 700k rem set flags=%flags% -movflags isml frag_keyframe ffmpeg -fflags nobuffer -f u8 -ac 2 -ar 44100 -i %program% -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 %flags% %program%
Back to Top