I'd like to do several things to a MP4 video, but I am not sure where to start.
Some things I'd like to do:
- Change the color of the video to Black & White, Sepia, etc.
- Add animations, such as fade in, fade out, custom images/text moving around
- Embed text into the video
Essentially, the basic features of a video editing program.
Is there a code library that I can use to do these for a MP4 video? Or somewhere I can read to get started? I can't seem to find any info about this, especially the format of MP4.
I am thinking that I will need to apply some kind of RGB conversion for each frame of the video for the color effects, and possibly append a video of the animations I want to the MP4 video given.
EDIT: Thanks a lot for the info guys. I am trying to do this programmtically BTW. FFmpeg is only for video conversions so that doesn't quite do what I want. Puffadder provided the necessary info for me to understand what to do. Anyhow, thanks a lot everyone!