So I have my post processing script up and running and it works perfectly most of the time. But sometimes when the processing is finished HandBrake drops to a single processor and never stops. I have a quad core processor and for some reason HandBrake will continue running on a single processor until I kill it. I also have a postProcessorLock in my script that prevents any other shows from processing until the present one is finished.
This all works about 80% of the time then I get that HandBrake run away. This never happens when using HandBrake alone.
This issue has been around for a few years in handbrake. It’s not always the audio that trips it up. Can be incomplete interlaced frames as well. There have been several work a rounds but I think most people who have these types of issues generally switch to ffmpeg instead of using HB. With ffmpeg the incomplete frames can be ignored which is generally fine at the end of the file.
BTW, are you not deinterlacing your 1080i recordings?
I have tried to use ffmpeg but I can’t figure out the command line option to burn the CC into the .mp4 file I am creating. If anyone could help me with ffmpeg script I would greatly appreciate it.
Please help, I am trying to get this setup for my wife so it will be simple to use when I’m gone and I’m running out of time. I’m not fishing for pity here, just stating a fact. I have been looking at Channel Master DVR’s but I have already purchased two HDHR Connects which will supply 4 tuners. Plus DVR’s have their own problems.
No I am not delnterlacing 1080i, I convert anything > 720 to 720…
CC isn’t supported by Plex so getting that into the MP4 isn’t going to do you any good. What you need to do is convert it to an SRT file which is a true subtitle format. Then Plex can use it.
BTW, not to discourage you, but if you don’t want to go through the pain of getting the script working 100% maybe you should check out the conversion scripts available in my thread in my sig. This will do all you ask for plus a whole lot more.
The scripts will work on Mac, Linux or Windows. Just basically need to replace the windows batch file and set the paths correctly. The scripts themselves are Python and will run on any of the 3 operating systems.
Well, I finally got this all worked out using ccextractor to extract the closed captions to .srt files and ffmprg to do the rest of the post-processing. I thank everyone for their help.