Hello, everyone.
I am using Ffmpeg to output audio as a spectrogram in .mp4 format. I enter the following command in the console:
ffmpeg -i Name.mp3 -filter_complex "[0:a]showspectrum=mode=combined:color=intensity:slide=1:s=1280x720" -c:v h264_nvenc -r 60 -c:a copy Output.mp4
After that, a video appears that can be played in VLC. However, when I import this video into Vegas, a distorted audio track appears on the timeline. The problem persists even if Ffmpeg creates a video with the full length of the audio (in this case, the audio lasts 7 hours).
The settings include legacy AVC HEVC decodings.
Vegas version 21.0, build 108.
