I just discovered channels DVR. I have been using Plex and HD Homerun recording for several years now. I am testing recording IPTV using channels DVR and fastchannels. I am using docker for all components on truenas. And I have Intel GPU.
I would like to perform post processing on the recordings, the move over to Plex. Here is what I would like to accomplish.
- Maintain the subtitles/CC
- Convert to H.265 and MKV or other container
- Using comskip/comcut to remove commerials during the post processing
- Move the files to Plex directory so it will automatically pick up and index automatically. (the date and time stamp on the file seems to trip up the Plex auto matching)
- use GPU hardware acceleration
I currently do #1, #2, #5 on all my plex recordings using ffmpeg and ccextractor, but that script seems to not work on the subtitles and sometimes fails due to the commericals switching resolution. I know MCEbuddy claims to do all this but I would rather do this in linux.
I can do all this transcoding on another ubuntu docker container, and not in the same alpine linux container
Does anyone of a script or solution that works that they can share? TIA