2025-08-10, 03:52 PM
Have worked out a pretty good postprocessing.bat for the purpose of having ffmpeg repair time stamps in my recordings. This was a problem for me for a while, either due to my IPTV provider or my ISP, but I have it very well handled now.
I plan to contribute to this community by posting the file I'm using and some detail about it once I fix one issue I have remaining.
On a different matter the other day Martin mentioned I should be redirecting stdout from my ffmpeg which I hadn't thought of myself (I was capturing errorlevels and echoing to a log file manually, which was inferior) and this has now shown me a problem I have.
If two recordings end at the same time, they appear to simultaneously call postprocessing.bat but only one actually gets the ffmpeg command executed on it and the other does not.
Is there something I'm missing to force these postprocessings to queue, so that they both fully execute, or...?
Any suggestions appreciated!
Thanks
I plan to contribute to this community by posting the file I'm using and some detail about it once I fix one issue I have remaining.
On a different matter the other day Martin mentioned I should be redirecting stdout from my ffmpeg which I hadn't thought of myself (I was capturing errorlevels and echoing to a log file manually, which was inferior) and this has now shown me a problem I have.
If two recordings end at the same time, they appear to simultaneously call postprocessing.bat but only one actually gets the ffmpeg command executed on it and the other does not.
Is there something I'm missing to force these postprocessings to queue, so that they both fully execute, or...?
Any suggestions appreciated!
Thanks