The use of a green screen is the most common way to add a subject to a scene in video production. By setting the scene . . .
Today I am extremely excited to announce that “FFmpeg For Beginners” is now on Amazon. Cover over 112 different concepts, this is the ultimate FFmpeg . . .
Normalization is a color correction filter that standardizes the RGB values in each frame of a video. With the use of histogram and contrast stretching, . . .
Blending has an interesting effect when two inputs are used. The blend filter has the potential to create outstanding artistic results, so let’s try it . . .
Using concat with a txt file has one catch, all the MP4s must have the exact codec, framerate, resolution, etc. An example text file is . . .
Looping a section of a video can be useful for presentations or advanced video editing. In this example the input.mp4 is a 5 minute long . . .
I saw this question on Reddit and started messing with the effects recommended and totally liked the effect seen in the video below: Here’s the . . .
Stitching videos generated by the segment filter is accomplished using the concat filter. See Question, “How to Splice a Video into Segments?”, for more details . . .
Splicing a video (or dividing a video into multiple segments) is a common way to break large files into smaller parts. This is commonly found . . .
The last two questions covered trimming the start of a video and trimming the end of a video, but what does the command look like . . .