I run RasPlex on a Pi 2.
It works great, yet sometimes when I try to play a tv show it says the video resolution is too large. (1920 x 1976).
Which is weird because it is connected to a 55 inch 1920 x 1080 TV. I tried re-calibration and dissabling auto zoom on the tv.
None of this worked.
Rasplex will attempt to query the max resolution of the display connection over CEC. Is it plugged directly into the TV and booted up while the TV is on and the source active?
Upload some debug logs here if you can’t figure it out.
I run RasPlex on a Pi 2.
It works great, yet sometimes when I try to play a tv show it says the video resolution is too large. (1920 x 1976).
You say that this problem happens for “a tv show”. But does that mean a specific tv show (with most others working well), or does it mean that the problem occurs for many tv shows.
Which is weird because it is connected to a 55 inch 1920 x 1080 TV. I tried re-calibration and dissabling auto zoom on the tv.
The reference to a resolution being too large does not relate to the TV set, but to the video stream.
So re-calibration and zoom settings of the TV set should have no effect on this.
Any suggestions?
If this problem occurs only for one specific tv show, then I suspect its files may be incorrectly encoded.
It would be useful to see MediaInfo results for some file that triggers the problem.
In connection with this I have to mention that a vertical resolution of 1976 pixels is not normal.
1920x1080 is the standard size for 1080p, though the video height will normally be lower for widescreen movie formats using larger aspect ratio than the default 16:9 == appx 1.78 (movies frequently use 2.35 or even wider). So this means that any height larger than 1080 pixels is quite abnormal. The only case where I would expect such a format is for 3D videos using the TAB format (Top And Bottom full frames stacked vertically). But I’m not aware of any TV shows using such formats.
Hi all-
I am getting the “Video resolution too large : 1920x1080” error message. I am using a Vizio 4k tv and the display mode is set to Normal. I am on the latest RasPlex on RasPi 3B. After it gives this error, it looks like it tries to transcode and then it fails. Any ideas I might try? I included the MediaInfo output on the file below…
Thanks!
General
Complete name : anonymous.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom)
File size : 1.51 GiB
Duration : 58mn 31s
Overall bit rate mode : Variable
Overall bit rate : 3 686 Kbps
Encoded date : UTC 2016-11-08 01:14:17
Tagged date : UTC 2016-11-08 01:14:17
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 58mn 31s
Source duration : 58mn 31s
Bit rate mode : Variable
Bit rate : 144 Kbps
Maximum bit rate : 179 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Frame rate : 46.875 fps (1024 spf)
Compression mode : Lossy
Stream size : 60.3 MiB (4%)
Source stream size : 60.3 MiB (4%)
Title : English
Language : English
Encoded date : UTC 2016-11-07 03:27:50
Tagged date : UTC 2016-11-08 01:15:21
Text
ID : 3
Format : Timed Text
Codec ID : tx3g
Duration : 57mn 58s
Bit rate mode : Variable
Bit rate : 45 bps
Stream size : 18.9 KiB (0%)
Title : English
Language : English
Default : No
Forced : No
Encoded date : UTC 2016-11-08 01:15:21
Tagged date : UTC 2016-11-08 01:15:21
The rPi2/3 only supports HEVC up to 720P. You’re trying to play a 1080P file. You can alter the settings to force the 1080p HEVC files to attempt to direct play, but this will only result in poor playback. If you have a bunch of HEVC content, you might want to consider the Odroid C2 or a WeTek Hub.
@benjaminwolf- thanks so much for the info. I don’t have too much content of that type and can just avoid that type in the future… just helpful to know that’s the problem. Thanks!