Link Search Menu Expand Document

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).