2016-01-11, 06:26 PM
Hi, I have NPVR set up as a backend to record OTA content from HD Homerun. I watch later using the Plex app on my Roku 3. I found that the .ts files that NPVR records to must be transcoded by Plex in order for my Roku to play them (not ideal).
I've learned that I can remux these files into an mp4 container and this will eliminate the transcoding. I some tools to do this and experimented a little over the weekend with varying success.
In the end, it seems like calling ffmpeg from my PostProcessing.bat file would be the best way to automatically remux the file after recording is complete.
1) Does anyone have a string that does this already? I would think that this should be fairly common
2) I already have a line in my PostProcessing.bat file that renames the recorded file into S##E## format that Plex needs for indexing. Since the command to remux would change the file name from .ts to .mp4, would this stop working? Put another way - how should I order these two operations so that they both work?
Thanks!
I've learned that I can remux these files into an mp4 container and this will eliminate the transcoding. I some tools to do this and experimented a little over the weekend with varying success.
In the end, it seems like calling ffmpeg from my PostProcessing.bat file would be the best way to automatically remux the file after recording is complete.
1) Does anyone have a string that does this already? I would think that this should be fairly common
2) I already have a line in my PostProcessing.bat file that renames the recorded file into S##E## format that Plex needs for indexing. Since the command to remux would change the file name from .ts to .mp4, would this stop working? Put another way - how should I order these two operations so that they both work?
Thanks!