Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andy-preston/pythonpillowpovprocessor
Using FFMPEG, PIL/Pillow and Pov-Ray to do special effects on video
https://github.com/andy-preston/pythonpillowpovprocessor
docker ffmpeg pil pillow pov-ray python3 rostrum-camera special-effects video
Last synced: about 1 month ago
JSON representation
Using FFMPEG, PIL/Pillow and Pov-Ray to do special effects on video
- Host: GitHub
- URL: https://github.com/andy-preston/pythonpillowpovprocessor
- Owner: andy-preston
- License: unlicense
- Created: 2023-02-19T12:18:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T10:50:00.000Z (almost 1 year ago)
- Last Synced: 2024-07-30T19:58:49.780Z (6 months ago)
- Topics: docker, ffmpeg, pil, pillow, pov-ray, python3, rostrum-camera, special-effects, video
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Pillow Pov Processor
Various bits and bobs of video processing code that I've had as single scripts
for years and years and years (you can tell how old it is by the fact it uses
Pov-Ray) brought together as an integrated script fro adding "special effects"
to video.It reads a bunch of input clips using ffmpeg and output it's results in
arbitrary length clips again using ffmpeg.In between input and output, it can stretch the duration of the input clips,
process the individual frames with PIL/Pillow for simple effects and feed the
frames through my digital rostrum camera™ which employs POV-Ray.As it stands, it's for my own use and isn't exactly robust or intuitive to use.
But it might be useful as a framework for your own processing???There's a Docker container included that handles all the dependencies.
You can either use it as-is or as a list of what modules you need to install.