Hi Steinar,
Yup! I've figured it all out. I'm not into tweaking the little bits of it to get the desired video quality.
Search found 17 matches
- Tue Sep 13, 2016 4:17 am
- Forum: Usage, tips and tricks
- Topic: Automatically Add Intro to Videos
- Replies: 12
- Views: 20121
- Mon Sep 12, 2016 9:04 am
- Forum: Usage, tips and tricks
- Topic: Automatically Add Intro to Videos
- Replies: 12
- Views: 20121
Re: Automatically Add Intro to Videos
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.
- Fri Sep 09, 2016 10:32 am
- Forum: Usage, tips and tricks
- Topic: Automatically Add Intro to Videos
- Replies: 12
- Views: 20121
Re: Automatically Add Intro to Videos
**Update**
I'll try to install ffmpeg into my system and make use of the command executor node. Hopefully this bit would work.
I'll try to install ffmpeg into my system and make use of the command executor node. Hopefully this bit would work.
- Thu Sep 08, 2016 12:05 pm
- Forum: Usage, tips and tricks
- Topic: Automatically Add Intro to Videos
- Replies: 12
- Views: 20121
Re: Automatically Add Intro to Videos
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?
- Thu Sep 08, 2016 11:30 am
- Forum: Usage, tips and tricks
- Topic: Automatically Add Intro to Videos
- Replies: 12
- Views: 20121
Re: Automatically Add Intro to Videos
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...
- Thu Sep 08, 2016 11:18 am
- Forum: Usage, tips and tricks
- Topic: AutoIt Error for Encode Processes
- Replies: 6
- Views: 10085
Re: AutoIt Error for Encode Processes
Oh I see. Got too excited then. LoL
- Thu Sep 08, 2016 3:02 am
- Forum: Usage, tips and tricks
- Topic: AutoIt Error for Encode Processes
- Replies: 6
- Views: 10085
Re: AutoIt Error for Encode Processes
Thank you! How can I download the latest version? It says 0.7.6.1 in the website.
- Thu Sep 08, 2016 2:52 am
- Forum: Usage, tips and tricks
- Topic: Automatically Add Intro to Videos
- Replies: 12
- Views: 20121
Re: Automatically Add Intro to Videos
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.
- Wed Sep 07, 2016 1:12 am
- Forum: Usage, tips and tricks
- Topic: Automatically Add Intro to Videos
- Replies: 12
- Views: 20121
Re: Automatically Add Intro to Videos
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?
- Wed Sep 07, 2016 1:01 am
- Forum: Usage, tips and tricks
- Topic: Automatically Add Intro to Videos
- Replies: 12
- Views: 20121
Re: Automatically Add Intro to Videos
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...