Skip to content

Simple effects for mp4 videos. It uses ffmpeg library for decoding and encoding back into a video file.

License

Notifications You must be signed in to change notification settings

mateiuli/video-effects-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Requirements:
- libavcodec
- libavformat
- libavutil
- libswscale

# How to instal them:
sudo apt-get install libavcodec-dev libavformat-dev libavutil-dev libswscale-dev

# Compilation: you have to link the libraries above, including libm.
gcc file.c -o file -lavformat -lavcodec -lavutil -lm

# Compile
make

# Run
	./main in/small.mp4 out/small.mp4 blur
or
	./main videos/small.mp4 out/small_saturation.mp4 saturation 1.2 1.05 1.05
or just run ./main to print the usage.

About

Simple effects for mp4 videos. It uses ffmpeg library for decoding and encoding back into a video file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published