f1nalspace / final_game_tech

Game related libraries written in C/C++ written by T. Spaete
MIT License
175 stars 10 forks source link

[FFMPEG Demo] Crash for videos with 6-channel audio #143

Closed f1nalspace closed 1 year ago

f1nalspace commented 1 year ago

The demo crashes on assertion that checks for 2-channels inputs, which is not correct for 6-channel input audio. Please use the correct channel layout from the input, the Sws Converter does the conversion to the stereo target channels anyway.

f1nalspace commented 1 year ago

Fixed in the develop branch