2019-11-29, 12:49 PM
That only changes how NextPVR handles it for LiveTV. That is not the issue, it is your h/w player. I don't think you can get away without remuxing your files. Your file is marked 1080p which is unusual for broadcast but I do remember years ago we had problems with the BBC using a mix of interlaced and progressive video and indeed check with ffprobe this file is a mix. I wonder if this remux creates a playable file?
ffmpeg.exe -y -i filename.ts -vcodec h264 -profile:v high -acodec copy -vf yadif progressive.ts
If so transcoding is slow I'd think about a better player.
Martin
ffmpeg.exe -y -i filename.ts -vcodec h264 -profile:v high -acodec copy -vf yadif progressive.ts
If so transcoding is slow I'd think about a better player.
Martin