I created this issue in relation to [this](http://mcebuddy2x.codeplex.com/discussions/431025) forum thread and the sticky [here](http://mcebuddy2x.codeplex.com/discussions/431449).
Here is the attached logs showing the failed jobs.
Comments: ** Comment from web user: rboy1 **
Here is the attached logs showing the failed jobs.
Comments: ** Comment from web user: rboy1 **
1. ffmpeg-remuxto -> Got it, fixed the discussion forum.
2. I have no idea what you're saying or what your issue is. According to your log file, Remuxsupp worked fine and remuxed the WTV to TS preserving the H264.
Then you've specified a profile that will convert the H264 to H264 (I have no idea why) which is why it takes a long time. Maybe you just want to use
ffmpeg-video=-vcodec copy -map 0:a -map 0:v instead
You should spend more time understanding how profiles work.