开发者

Sound problem with c++ video player

开发者 https://www.devze.com 2023-04-02 16:35 出处:网络
I have a c++ made video player and for a reason I can\'t understand only some o开发者_运维技巧f the files (.avi) are playing with sound, the others only have the visual.

I have a c++ made video player and for a reason I can't understand only some o开发者_运维技巧f the files (.avi) are playing with sound, the others only have the visual.

I think it's because these videos use a codec that the program doesn't support. Is there a way to "integrate" an other codec so all my avi files will have sound ?


Open them in VLC player and find the codec type of the audio, Check if your player supports that codec type. Adding the new codec type would depend on how your plug-able your video player code is


Sure, run the codec's install program!

0

精彩评论

暂无评论...
验证码 换一张
取 消