Automatically Add Intro to Videos
Posted: Mon Sep 05, 2016 1:51 pm
It's me once again!
I would love inputs on my workflow. I am totally new to ffmpeg and avisynth. I am currently reading their wikis and manuals but somehow, I can't grasp how my workflow should look like. I'm not a video encoder or programmer (though I wish that I was either) so please forgive my ignorance.
My current workflow goes like this:
I have a common folder where I dump video files once in a while. These are either MKV or MP4 files depending on what the people in the office give me. My task is to put the intro video for each video that they produce then output it as MP4 that is web (video on demand) friendly. These are tutorials so we also need to get 1080p, 720p, 480p, 360p, and 240p resolutions since not all students have fast internet connections.
What I do right now is very lame for some of you. I open up Wondershare. Load up the source files, join them them produce 5 resolutions. I'm crying as I type this.
What I formed in FFAStrans is like this:
1. Watch Folder - this is where the video files are saved/dumped
2. MP4 encode process - to normalize the file type to MP4 since I understand that the merge function works best if the file types and codec of the two files are the same.
3. A/V Decoder process - to prep the file for adding the intro video file
4. Insert Media Filter process - joins the lecture video with the intro video
5. Output Folder - Uploaded to FTP for on demand streaming
************
Unfortunately, it stops at Insert Media. What am I doing wrong?
I would love inputs on my workflow. I am totally new to ffmpeg and avisynth. I am currently reading their wikis and manuals but somehow, I can't grasp how my workflow should look like. I'm not a video encoder or programmer (though I wish that I was either) so please forgive my ignorance.
My current workflow goes like this:
I have a common folder where I dump video files once in a while. These are either MKV or MP4 files depending on what the people in the office give me. My task is to put the intro video for each video that they produce then output it as MP4 that is web (video on demand) friendly. These are tutorials so we also need to get 1080p, 720p, 480p, 360p, and 240p resolutions since not all students have fast internet connections.
What I do right now is very lame for some of you. I open up Wondershare. Load up the source files, join them them produce 5 resolutions. I'm crying as I type this.
What I formed in FFAStrans is like this:
1. Watch Folder - this is where the video files are saved/dumped
2. MP4 encode process - to normalize the file type to MP4 since I understand that the merge function works best if the file types and codec of the two files are the same.
3. A/V Decoder process - to prep the file for adding the intro video file
4. Insert Media Filter process - joins the lecture video with the intro video
5. Output Folder - Uploaded to FTP for on demand streaming
************
Unfortunately, it stops at Insert Media. What am I doing wrong?