anilbeesetti / nextplayer

An Android native video player
GNU General Public License v3.0
1.52k stars 73 forks source link

Unsupported Codec #998

Open siddharthjkamra opened 1 month ago

siddharthjkamra commented 1 month ago

Describe the bug

Player can't play video maybe due to HEVC (H.265) codec. The video I can't play in Next Player, can play in MX Player. I have attached the screenshot.

Device info (please complete the following information):

ghost commented 1 month ago

device decoders or app decoders?

siddharthjkamra commented 1 month ago

I tried both. When I set device decoder, It doesn't even open video. If I set Software decoder, It does play video but showing glitch in video and it does hang when rotate. In short it's very unstable. Some more info about video format and playback is attached. It does work in MX Player. Screenshot_20240712-083404~2 Screenshot_20240712-083113~2 Screenshot_20240712-083108~2

ghost commented 1 month ago

have you tried re-encoding it with ffmpeg? I tested this with H.265 from https://test-videos.co.uk/bigbuckbunny/mp4-h265 it plays fine on my Tab S9.

Screenshot_20240711_231246_Next Player

siddharthjkamra commented 1 month ago

Maybe your device does support H265.

duolaameng903 commented 1 month ago

Would it have anything to do with the HDMV subtitles. I know those are really wierd format from blu-ray and maybe the error is caused by that?