-
Notifications
You must be signed in to change notification settings - Fork 4
Simple effects for mp4 videos. It uses ffmpeg library for decoding and encoding back into a video file.
License
mateiuli/video-effects-ffmpeg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published