2023-09-23, 08:39 AM
Thought I had better make a new thread.
This is a follow on to the Windows 10 vs 11 thread.
I believe I have discovered a way to resolve the micro-stutter issue mentioned in the other thread.
As mentioned, I am having problems playing back STB recordings in Kodi.
The thought occurred to me that if Kodi has issues playing back the TS files, what would happen if I converted to a different format.
I tried the following using the FFmpeg in NextPVR/Other folder.
ffmpeg -i d:\smackdown.ts -map 0 -c copy d:\smackdown.mp4
It created a new mp4 file in around 10 seconds on my rig.
When I tested the above file in Kodi, to my surprise it plays perfectly, and does not exhibit the micro-stutters that the original TS recording has.
I am wondering if I can use postprocessing.bat to issue the above ffmpeg conversion automatically?, OR could I use the transcoding feature of NextPVR.
I am thinking postprocessing would be best, as I believe it is not recoding the original video.
This is a follow on to the Windows 10 vs 11 thread.
I believe I have discovered a way to resolve the micro-stutter issue mentioned in the other thread.
As mentioned, I am having problems playing back STB recordings in Kodi.
The thought occurred to me that if Kodi has issues playing back the TS files, what would happen if I converted to a different format.
I tried the following using the FFmpeg in NextPVR/Other folder.
ffmpeg -i d:\smackdown.ts -map 0 -c copy d:\smackdown.mp4
It created a new mp4 file in around 10 seconds on my rig.
When I tested the above file in Kodi, to my surprise it plays perfectly, and does not exhibit the micro-stutters that the original TS recording has.
I am wondering if I can use postprocessing.bat to issue the above ffmpeg conversion automatically?, OR could I use the transcoding feature of NextPVR.
I am thinking postprocessing would be best, as I believe it is not recoding the original video.