Das Ruckelproblem bei der Matrix steht in Verbindung mit Dolby True HD und DTS HD Ton. Hat man das an bzw. Passthrough gibts diese microruckler. Also shield über AVR zum TV und Passthrourh an und True HD und DTS HD an kam die Ruckler. Diese beiden Tonarten auf aus waren die Ruckler weg. Mit der neuen Master bzw. die ab 6.6 sind diese Ruckler fast verschwunden , also ich habs mal kurz wahr genommen, aber definitiv besser als bei matrix,
Demnach die Vermutung das in der Master das Problem angegangen wurden ist und auf dem Weg der Besserung ist
Maven's Kodi-Builds für Android
-
Maven -
21. April 2020 um 10:11 -
Unerledigt
-
-
@catshome
Ich denke, am Montag gibt es einen Downloader für meine BuildsStartpost ist um den Downloader unter "Links" ergänzt.
-
-
@Maven I think something got broken in the latest Matrix build.
Blu-ray menus still work, but the video and audio have become very choppy. If I had to guess I would say it's no longer using hardware acceleration.
If I play just the main movie using the simplified menu, the video plays just fine.
I have no idea what could be the reason for this.
-
Startpost ist um den Downloader unter "Links" ergänzt.
Läuft auf meiner Shield und dem FTV Cube, bei dem Cube musste ich vorab das script.module.simplecache-2.0.2
Addon installieren. -
-
Läuft auf meiner Shield und dem FTV Cube, bei dem Cube musste ich vorab das script.module.simplecache-2.0.2Addon installieren.
Hätte ja eigentlich mit installiert werden müssen
-
Hätte ja eigentlich mit installiert werden müssen
Auf meiner Shield hat das auch funktioniert...
Ich habe deinen/den "Kodinerds Android Installer", ich hoffe mit deinem Einverständnis, hier in der
FileBase hochgeladen, und eine Beschreibung hinzugefügt.
Danke für deine Unterstützung, mit diesem Addon werden bestimmt viele Probleme gelöst werden können. -
-
Hätte ja eigentlich mit installiert werden müssen
@Maven - auf meinem 2.Cube ist die Installation ohne Probleme durchgelaufen.
-
-
-
I have no idea what could be the reason for this.
So I did some comparing between your blu-ray test version and your latest 19.1 version with [definition=12,0]debug[/definition] [definition=12,9]logging[/definition] on while playing a blu-ray with Java menus:
https://paste.kodi.tv/vunileqaho.kodi (blu-ray test version)
https://paste.kodi.tv/dosunotiwo.kodi (latest Maven 19.1 version)While [definition=12,2]debugging[/definition] was on, I immediately noticed that the KODI-CPU value on the OSD was going over 350% while playing the blu-ray on the new build. The blu-ray test build only showed about 30-40% CPU usage.
I took a quick look in the [definition=12,0]debug[/definition] logs and it looks like your latest version is trying to play the video with software decoding using ff-hevc:
Code2021-06-22 22:16:57.494 T:18862 INFO <general>: Creating video codec with codec id: 173 2021-06-22 22:16:57.495 T:18862 DEBUG <general>: CDVDVideoCodecAndroidMediaCodec::Open hints: Width 3840 x Height 2160, Fpsrate 24000 / Fpsscale 1001, CodecID 173, Level 153, Profile 2, PTS_invalid 0, Tag 1447904328, Extradata-Size: 725 2021-06-22 22:16:57.495 T:18862 INFO <general>: CBitstreamConverter::Open Invalid hvcC 2021-06-22 22:16:57.496 T:18862 ERROR <general>: CDVDVideoCodecAndroidMediaCodec:: Failed to create Android MediaCodec 2021-06-22 22:16:57.497 T:18862 INFO <general>: CDVDVideoCodecFFmpeg::Open() Using codec: HEVC (High Efficiency Video Coding) 2021-06-22 22:16:57.497 T:18862 DEBUG <general>: CDVDVideoCodecFFmpeg - Updated codec: ff-hevc 2021-06-22 22:16:57.497 T:18862 DEBUG <general>: CVideoPlayerVideo::OpenStream - open stream with codec id: 173 2021-06-22 22:16:57.497 T:18862 INFO <general>: Creating video thread 2021-06-22 22:16:57.497 T:18924 DEBUG <general>: Thread VideoPlayerVideo start, auto delete: false 2021-06-22 22:16:57.498 T:18924 INFO <general>: running thread: video_thread
The blu-ray test version uses the Nvidia hardware decoder OMX.Nvidia.h265.decode (which is the expected behavior):
Code
Alles anzeigen2021-06-22 22:13:03.827 T:18390 INFO <general>: Creating video codec with codec id: 173 2021-06-22 22:13:03.828 T:18390 DEBUG <general>: CDVDVideoCodecAndroidMediaCodec::Open hints: Width 3840 x Height 2160, Fpsrate 24000 / Fpsscale 1001, CodecID 173, Level 153, Profile 2, PTS_invalid 0, Tag 1447904328, Extradata-Size: 725 2021-06-22 22:13:03.828 T:18390 INFO <general>: CBitstreamConverter::Open Invalid hvcC 2021-06-22 22:13:03.828 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.aac.decoder 2021-06-22 22:13:03.829 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.amrnb.decoder 2021-06-22 22:13:03.829 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.amrwb.decoder 2021-06-22 22:13:03.829 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.flac.decoder 2021-06-22 22:13:03.829 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.g711.alaw.decoder 2021-06-22 22:13:03.829 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.g711.mlaw.decoder 2021-06-22 22:13:03.829 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp2.decoder 2021-06-22 22:13:03.830 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.mp3.decoder 2021-06-22 22:13:03.830 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.opus.decoder 2021-06-22 22:13:03.830 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.raw.decoder 2021-06-22 22:13:03.830 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.vorbis.decoder 2021-06-22 22:13:03.831 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.wma.decoder 2021-06-22 22:13:03.831 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h264.decode 2021-06-22 22:13:03.831 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.h264.decoder 2021-06-22 22:13:03.831 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.DOVI.decode 2021-06-22 22:13:03.831 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h263.decode 2021-06-22 22:13:03.831 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.google.h263.decoder 2021-06-22 22:13:03.832 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h265.decode 2021-06-22 22:13:03.944 T:18390 DEBUG <general>: CDVDVideoCodecAndroidMediaCodec::Open m_codecname(OMX.Nvidia.h265.decode), colorFormat(2135033992) 2021-06-22 22:13:03.944 T:18390 DEBUG <general>: CDVDVideoCodecAndroidMediaCodec::Open m_codecname(OMX.Nvidia.h265.decode), colorFormat(21) 2021-06-22 22:13:04.066 T:18390 DEBUG <general>: CDVDVideoCodecAndroidMediaCodec::InjectExtraData 2021-06-22 22:13:04.129 T:18390 DEBUG <general>: CDVDVideoCodecAndroidMediaCodec:: width(3840), height(2160), stride(0), slice-height(0), color-format(0) 2021-06-22 22:13:04.129 T:18390 DEBUG <general>: CDVDVideoCodecAndroidMediaCodec:: crop-left(0), crop-top(0), crop-right(3839), crop-bottom(2159) 2021-06-22 22:13:04.130 T:18390 DEBUG <general>: CDVDVideoCodecAndroidMediaCodec:: Multi-Surface Rendering 2021-06-22 22:13:04.130 T:18390 INFO <general>: CDVDVideoCodecAndroidMediaCodec:: Open Android MediaCodec OMX.Nvidia.h265.decode 2021-06-22 22:13:04.130 T:18390 DEBUG <general>: CDVDVideoCodecAndroidMediaCodec::UpdateFpsDuration fpsRate:24000 fpsscale:1001, fpsDur:41708 2021-06-22 22:13:04.130 T:18390 DEBUG <general>: CVideoPlayerVideo::OpenStream - open stream with codec id: 173 2021-06-22 22:13:04.130 T:18390 INFO <general>: Creating video thread 2021-06-22 22:13:04.130 T:18467 DEBUG <general>: Thread VideoPlayerVideo start, auto delete: false 2021-06-22 22:13:04.131 T:18467 INFO <general>: running thread: video_thread
I'm not sure what changed between your latest 19.1 build and the blu-ray test build, but something is definitely different when playing a movie with a blu-ray menu.
-
@MrMagic
There are 2 new builds in the test folder. Can you please try this? -
-
There are 2 new builds in the test folder. Can you please try this?
I just tested them both, but they both still play the video in software when using the blu-ray menu (CPU load shoots to 350%+).
The only build that I've tested that works correctly is this one from June 11:
kodinerds-bluray-test-20210611-61bbffb73a-Matrix-test-arm64-v8a
-
I just tested them both, but they both still play the video in software when using the blu-ray menu (CPU load shoots to 350%+).
The only build that I've tested that works correctly is this one from June 11:kodinerds-bluray-test-20210611-61bbffb73a-Matrix-test-arm64-v8a
Okay...I will be doing new builds tomorrow to narrow the problem down with your help.
-
-
Okay...I will be doing new builds tomorrow to narrow the problem down with your help.
Ok, no problem. Also if you need more [definition=12,0]debug[/definition] logs, let me know.
-
Ok, no problem. Also if you need more [definition=12,0]debug[/definition] logs, let me know.
New builds are ready.
-
-
New builds are ready.
Bad news I'm afraid. I tested all four builds, but none of them want to play video with hardware decoding when using the blu-ray menu.
I've uploaded the [definition=12,0]debug[/definition] [definition='1','0']log[/definition] of build no. 4 here: https://paste.kodi.tv/temalohiwa.kodi
Please note I tried to play the movie twice: with blu-ray menu it chooses the "ff-hevc" decoder (incorrect) and with simplified menu (play main title) it chooses the OMX.Nvidia.h265.decode decoder (correct).
-
Thanks for testing.
I have still a idea:
Can you try to set everything to true for the decoder 'OMX.Nvidia.h265.decode' in the decoderfilter.xml? -
-
@MrMagic
Kodi needs to be restarted after editing the decoderfilter.xml -
I have still a idea:
Can you try to set everything to true for the decoder 'OMX.Nvidia.h265.decode' in the decoderfilter.xml?Ok, so I changed the "stills-allowed" option from "false" to "true" (other ones were already set to "true") so it now looks like this:
Code<filter> <name>OMX.Nvidia.h265.decode</name> <allowed>true</allowed> <stills-allowed>true</stills-allowed> <dvd-allowed>true</dvd-allowed> <min-height>0</min-height> </filter>
And guess what? It worked! Videos played using blu-ray menu play fine again!
I tried it on both your test build no. 4 and your normal Matrix build and it works on both of them, so thanks for investigating.
-
-
has the link for the test builds folder changed? when i click the link in the first post, the folder is empty
-
has the link for the test builds folder changed? when i click the link in the first post, the folder is empty
I deleted the builds because everything is in my matrix builds
-
-
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!