Why is this mp4 file, which is direct play compatable with my LG TV being transcoded to a 10Gb stream with no change of Audio or Video formats…
Possibly some aspect of the video not being supported (e.g. if the video’s encoding level exceeds what the tv is capable to play, unsupported colorspace…). The audio doesn’t seem to be touched.
Server logs should list the specific reason.
If I may add?
I have a LG C1.
The TV-resident app has strict requirements about what it accepts.
It you look at the window:
- Audio = Unchanged
- Video = Unchanged
- Container – Convert from MP4 → MPEGTS.
– This is a REMUX-only
The TV app wants the audio & video in a .TS container.
The 10 Gbps is the degenerate case PMS reports then only the container changes because neither video nor audio is changing.
In most cases, PMS will make this conversion on its own without the transcoder.
It’s weird, because I re-encode everything to mp4 using ffmpeg
ffmpeg -n -i “$f” -c:v libx264 -crf 28 -c:a aac “${f%.*}.mp4”
and this is the only file that does this. It happens on both my LG TVs, but does direct play on mobile and desktop systems…
I’m only running Plex on a Pi4 and this one transcode kills the whole system CPU wise with the stream stopping every 20 seconds or so
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.