So I've come a long way. I completed my workflow and it finishes everything from 8 hours of encoding to 1 hour and 10 min of encoding. I used a plethora of batch files having FFAStrans run it whenever a video file is present.
Ah it seems that I need to convert the mp4 to a decompressed mpeg as per ffmpeg wiki. But I get the same error when I burn subs into the video. Need to decompress it too?
Yeah. Trying to learn ffmpeg right now LoL. So I came up with this option on the custom ffmpeg encode: -i "concat:%s_original_name%burn.mp4|5.mp4" -c copy %s_original_name%-APnl.mp4 But it returns this: Encoding failed - no video or audio found in media Out of curiosity, I tried to use A/V...
The workflow has now completed! But it really took some time. I'm reading into the ffmpeg concat function. Maybe it'll be a bit faster if I do that and force the video producers to give me an .mp4 format under x264 and AAC. Will update this forum for my own notes and for the benefit of others.
So I checked the audio channels, the intro says 2 channels (stereo) while the other end of the file is a 2 channel only. Does this mean this is a 2 channel mono?
Okay. Thanks for the inputs steinar! Here is my current workflow. However, it seems that the audio channels I'm working with isn't matching. Where do you think is the mismatch coming from? i.e., the intro and tutorial footages' codecs are not matching? I'm inserting an uncompressed 1080p AVI intro i...