>>3033This is a vichan bug related to the audio stream being first that I will try and fix soon enough. For now you can do something like
ffmpeg -i file.webm -map 0:1 -map 0:0 -c copy fixed_file.webm
and that should work, assuming stream 0 was audio and stream 1 was video.