At lease using ffmpeg, by default it will encode all audio channels unless the -ac 2 argument is passed to encode the audio as a stereo track. If I forget to use it, the resulting video file will play without audio.
Not sure if it's a bug or if the player expects it to be a stereo track, in which case, please ignore this. Just posting about this finding.
At lease using ffmpeg, by default it will encode all audio channels unless the
-ac 2
argument is passed to encode the audio as a stereo track. If I forget to use it, the resulting video file will play without audio.Not sure if it's a bug or if the player expects it to be a stereo track, in which case, please ignore this. Just posting about this finding.