ffmpeg seems to be choking while trying to read your video stream so it’s dropping it (possibly a timing error related issue):
2021-06-15T21:12:12 MCEBuddy.AppWrapper.FFmpeg → [h264 @ 0000012477e5f400] decode_slice_header error
2021-06-15T21:12:12 MCEBuddy.AppWrapper.FFmpeg → [h264 @ 0000012477e5f400] no frame!
2021-06-15T21:12:12 MCEBuddy.AppWrapper.FFmpeg → [mpegts @ 0000012477e5acc0] decoding for stream 1 failed
2021-06-15T21:12:12 MCEBuddy.AppWrapper.FFmpeg → [mpegts @ 0000012477e5acc0] Could not find codec parameters for stream 1 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
You can try a few things:
- Change your profile order to use handbrake instead of ffmpeg (I see you’re using a custom profile)
order=handbrake
- Try to enable the option to
Skip remuxing
in the Conversion task → Expert settings (maybe having ffmpeg read the original file rather than the remuxed file might work around this issue)
If you can upload the original MP4 to our server, I can take a look at it in more depth to see where exactly this issue is originating and it’s there a way to detect and fix this timing issue.
Instructions to upload the original video: Welcome to MCEBuddy - README BEFORE POSTING