4K playback #533
-
|
eternaldesire.24.09.13.marichka.glory.hot.reading.4k.mp4.MediaInfo.txt I have attached the Mediainfo file I have a feeling that it might be the audio codec AAC LC would this be a cause? I am currently encoding with AC3 to see if this is the problem |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I don't think it is the audio. AAC LC is very common and widely supported. But according to https://developers.google.com/cast/docs/media#chromecast_with_google_tv, it looks like the max supported H264 level is 5.1. Your media info says the file is level 5.2 probably due to the 50fps. I think 5.1 tops out at 4k@30fps. You said it plays in other apps which is not all that surprising because the bitrate is low, so the decoder should easily handle it if its not being strict. I've noticed a similar issue with a couple of my videos (not even 4k). I think my app might be too strict at checking for support somehow. I have to investigate how to tweak this. |
Beta Was this translation helpful? Give feedback.
I don't think it is the audio. AAC LC is very common and widely supported.
But according to https://developers.google.com/cast/docs/media#chromecast_with_google_tv, it looks like the max supported H264 level is 5.1. Your media info says the file is level 5.2 probably due to the 50fps. I think 5.1 tops out at 4k@30fps.
You said it plays in other apps which is not all that surprising because the bitrate is low, so the decoder should easily handle it if its not being strict.
I've noticed a similar issue with a couple of my videos (not even 4k). I think my app might be too strict at checking for support somehow. I have to investigate how to tweak this.