I started playing with the CLI commands, and FFMPEG on the command line, and I can replicate the failure. Sadly, moving “-ss” in front of the input file doesn’t fix it.
Update: “Skip Remuxing Files” works around this issue, so it confirms the cause as FFMPEG/TS container. (aside from being much much slower) Maybe a checkbox to use MP4 or MKV instead of TS when remuxing?
However, it brings up another issue. Cutting the start of a clip appears to remove subtitles.
WARNING> 2022-01-05T07:59:40 MCEBuddy.Engine.ConversionJob --> SKIPPING REMUXING, this may lead to conversion failure since all underlying apps may not support all file formats.
WTV commercial detection is only supported by donator version of Comskip (http://www.kaashoek.com/comskip/).
WARNING> --> CCExtractor failed or no result. Disabling sentence capitalization and retrying
WARNING> --> CCExtractor failed to extract closed captions
WARNING> 2022-01-05T08:00:08 MCEBuddy.Transcode.CCandSubtitles --> No valid SRT file found, retrying with forced DVB detection
WARNING> --> CCExtractor failed or no result. Disabling sentence capitalization and retrying
WARNING> --> CCExtractor failed to extract closed captions
WARNING> 2022-01-05T08:00:18 MCEBuddy.Transcode.CCandSubtitles --> No valid SRT file found
WARNING> 2022-01-05T08:00:18 MCEBuddy.Engine.ConversionJob --> Extracting closed captions failed from original file, trying to extract closed captions from the remuxed file
WARNING> --> CCExtractor failed or no result. Disabling sentence capitalization and retrying
WARNING> --> CCExtractor failed to extract closed captions
WARNING> 2022-01-05T08:00:27 MCEBuddy.Transcode.CCandSubtitles --> No valid SRT file found, retrying with forced DVB detection
WARNING> --> CCExtractor failed or no result. Disabling sentence capitalization and retrying
WARNING> --> CCExtractor failed to extract closed captions
WARNING> 2022-01-05T08:00:37 MCEBuddy.Transcode.CCandSubtitles --> No valid SRT file found
WARNING> 2022-01-05T08:00:37 MCEBuddy.Engine.ConversionJob --> No SRT file found after extraction
Just joined so I can add to this. Glad I found this thread, i am experiencing the same issue. It is related for me to PlayonCloud recordings. I think something changed on their side, because I can take recordings I did about a month ago on playon and run it through MCEBuddy and no issues. The Skip Remuxing Files does not work for me, causes the audio to be delayed. however removing the cut start, it does work, you just have the playon intro now
+1 to what @toadman mentioned. I too can repro this with when I add a “Start Cut” and “End Cut” on PlayOn recordings. Does not repro with live TV recordings of the same show (WMC / .wtv).
This occurs on 2 separate machines with one being older HW and another being newer HW. Same failure when converting to HVEC, MP4 or no conversion. Both machines were working successfully a couple weeks ago with no other changes other listed above.
Let me know if uploading any log files or recordings will help.
I thought I would post what I think is another example. I went ahead and uploaded the log files to the mcebuddy server if helpful. Similar to a few others, when processing a Playon Cloud recording with a Cut Start, it does not show a video after processing. Running it a second time without a Cut, and it processes & plays fine. For kicks, I re-ran a Playon file from the desktop version (v4.5) with a Cut Start of 4 seconds and it plays back fine.
References for the uploaded log files (also zipped here): Log files.zip (695.1 KB)
Log # 1: is from a Playon Cloud recording, with a Cut Start of 6 seconds. After it processes, no video shows.
Log # 2: This log is from the same source file, but with no cut. It processes & plays back fine
Log # 3: This log is from Playon – desktop version (a few months ago, using v4.5). I set it up with Cut Start of 4 seconds, and it processes and plays back fine.
Here is some more information on the issue and a circumvention.
I had a TV show that was recorded using Playon.
I took the .mp4 and using a file converter tool converted it to .mp4 (with the idea that this would add any segments missing from the original that MCEBuddy is having problems with).
I then had MCEBuddy remove the first and last 5 seconds.
This worked fine.
I then had MCEBuddy remove all commercials using the Comskip option.
This worked fine.
It appears that Playon has changed to no longer write all the segments that MCEBuddy is expecting.
Until this is fixed, I will be following this process.
Thanks for the logs and sample files. It appears that the MP4 file being produced by the latest version of PlayOn isn’t compliant with the specs and has errors which is throwing ffmpeg off when it tries to remux it from MP4 to TS for processing the file AND while trying to trim the start. During this process it’s losing some critical metadata about the video stream so it can’t be played back.
The short term solution is to enable the option to enable the option Skip remuxing files in the Conversion Task → Expert settings page to avoid having MCEBuddy remuxing the MP4 to TS and instead work directly on the MP4 files - which should avoid this issue.