```bat ffmpeg -i input.flac -filter_complex ^ "[0:a]showcqt=s=840x880:text=0:r=120:bar_h=200:axis_h=2:count=1[colorsyay]" -map [colorsyay] ^ -an -vcodec libx264 -preset superfast -pix_fmt yuv444p10le -movflags faststart -shortest -crf 0 -r 120 -video_track_timescale 96000 -y colorsyay.mp4 ^ && ffmpeg -i input.flac -i colorsyay.mp4 -filter_complex ^ "[0:a]avectorscope=s=1080x1080:r=120[synestesia]; ^ [0:a]aresample=resampler=soxr:precision=28:osr=96k,showwaves=s=800x200:mode=cline:draw=full:r=120[waveywaves]; ^ [0:a]showvolume=w=200:h=80:r=120:f=0:o=v,crop=w=40:h=200[volvy]; ^ [waveywaves][volvy]hstack[a]; ^ [1:v][a]vstack[b]; ^ [synestesia][b]hstack[out]" -map 0:a -map [out] ^ -c:a libopus -b:a 128k -application lowdelay -vcodec libx264 -preset veryslow -pix_fmt yuv444p10le -movflags faststart -shortest -crf 0 -r 120 -video_track_timescale 96000 -y local.mp4 ^ && ffmpeg -i input.flac -filter_complex ^ "[0:a]showcqt=s=840x880:text=0:r=60:bar_h=200:axis_h=2:count=1[colorsyay]" ^ -map [colorsyay] -an -vcodec libx264 -preset superfast -pix_fmt yuv444p10le -movflags faststart -shortest -crf 0 -r 60 -video_track_timescale 48000 -y colorsyay.mp4 ^ && ffmpeg -i input.flac -i colorsyay.mp4 -filter_complex ^ "[0:a]avectorscope=s=1080x1080:r=60[synestesia]; ^ [0:a]aresample=resampler=soxr:precision=28:osr=48k,showwaves=s=800x200:mode=cline:draw=full:r=60[waveywaves]; ^ [0:a]showvolume=w=200:h=80:r=60:f=0:o=v,crop=w=40:h=200[volvy]; ^ [waveywaves][volvy]hstack[a]; [1:v][a]vstack[b]; ^ [synestesia][b]hstack[out]" ^ -an -map [out] -vcodec libx264 -preset veryslow -pix_fmt yuv420p -movflags faststart -shortest -b:v 8450k -r 60 -video_track_timescale 48000 -pass 1 -y discord.mp4 ^ && ffmpeg -i input.flac -i colorsyay.mp4 -filter_complex ^ "[0:a]avectorscope=s=1080x1080:r=60[synestesia]; ^ [0:a]aresample=resampler=soxr:precision=28:osr=48k,showwaves=s=800x200:mode=cline:draw=full:r=60[waveywaves]; ^ [0:a]showvolume=w=200:h=80:r=60:f=0:o=v,crop=w=40:h=200[volvy]; ^ [waveywaves][volvy]hstack[a]; [1:v][a]vstack[b]; [synestesia][b]hstack[out]" ^ -map 0:a -map [out] -c:a libopus -b:a 128k -application lowdelay -vcodec libx264 -preset veryslow -pix_fmt yuv420p -movflags faststart -shortest -b:v 8450k -r 60 -video_track_timescale 48000 -pass 2 -y discord.mp4 ```