befovy / fijkplayer

ijkplayer for flutter. ijkplayer 的 flutter 封装。 Flutter video/audio player. Flutter media player plugin for android/iOS based on ijkplayer. fijkplayer 是基于 ijkplayer 封装的 flutter 媒体播放器,开箱即用,无需编译 ijkplayer
https://fijkplayer.befovy.com
MIT License
1.65k stars 352 forks source link

[BUG]播放avi只有声音没有图像 #437

Open DamonChen117 opened 3 years ago

DamonChen117 commented 3 years ago

Describe the bug 播放avi只有声音没有图像

module.sh文件中: export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-demuxer=avi" 所以avi应该是支持的吧。

同样的代码,播放MP4没有问题。

fijkplayer version 0.10.0

Smartphone (please complete the following information):

日志 ===== versions ===== ijkplayer : f0.7.15 FFmpeg : ff4.0--ijk0.8.8--20210522--926 libavutil : 56.14.100 libavcodec : 58.18.100 libavformat : 58.12.100 libswscale : 5.1.100 libswresample: 3.1.100 ===== options ===== player-opts : overlay-format = fcc-bgra player-opts : start-on-prepared = 0 player-opts : enable-position-notify = 1 player-opts : videotoolbox = 1 player-opts : cover-after-prepared = 1 format-opts : ijkapplication = 4442644672 format-opts : ijkiomanager = 4442359744

Option ijkapplication not found. max_frame_duration: 10.000 Input #0, avi, from '/var/mobile/Containers/Data/Application/D6593E22-EF56-4D35-94C3-5654978C5310/Library/Caches/baiduLocal/20323553296235.avi': Duration: 00:05:05.47, start: 0.000000, bitrate: 906 kb/s Stream #0:0: Video: mpeg4 (DX50 / 0x30355844), none, 720x400 [SAR 1:1 DAR 9:5], 766 kb/s, 30 fps, 30 tbr, 30 tbn, 30k tbc Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, fltp, 128 kb/s AudioCodec: avcodec, mp3 No codec could be found with id 12 first audio frame rendered

aqueebqazi commented 9 months ago

same issue