Python Video Processing
- Candidate python library: Moviepy
- Current experiments: Python Video Processing
Goals
- Load video from URL
- Create a subclip
- Compression customization / output codec options
- Unit tests
Learnings
- Need to explore more libraries but candidate library is stable and usable.
- Chunks are loaded for the subclip when writing the subclip - faster seek but save time will depend on subclip length and compression (codec).