rockcarry / fanplayer

A portable video player based on ffmpeg for windows and android platform.
GNU Lesser General Public License v3.0
606 stars 161 forks source link

播放音乐时图片闪烁 #61

Closed wuwao1 closed 2 years ago

wuwao1 commented 2 years ago

testplayer里面添加如下频谱效果

param = VISUAL_EFFECT_SPECTRUM; player_setparam(m_ffPlayer, PARAM_VISUAL_EFFECT, &param);

播放音乐时如果音乐有封面就会在窗口里面闪烁

https://user-images.githubusercontent.com/29857592/186136757-b13516db-00fa-42b7-a2a8-8463d33fedd7.gif

wuwao1 commented 2 years ago

视频窗口宽高设为0即可