Basic Recipes ¶
The following recipes should be reasonably accessible to beginners of any skill level to get started with DeFFcode APIs:
Refer Installation doc first!
If this is your first time using DeFFcode, head straight to the Installation Notes to install DeFFcode with required prerequisites on your machine.
Any proficiency with OpenCV-Python will be Helpful
If you've any proficiency with OpenCV-Python (Python API for OpenCV), you will find these recipes really easy.
Wanna suggest any improvements or additional recipes?
Please feel free to suggest any improvements or additional recipes on our Gitter community channel ➶
Frames are actually 3D Numpy arrays
In python, "Frames" are actually three-dimensional NumPy ndarray
composed of 3 nested levels of arrays, one for each dimension.
Basic Decoding Recipes¶
- Decoding Video files
- Decoding Camera Devices using Indexes
- Decoding Network Streams
- Decoding Image sequences
Basic Transcoding Recipes¶
- Transcoding Live frames
- Transcoding Live Simple Filtergraphs
- Saving Key-frames as Image (Image processing)
Basic Metadata Recipes¶
What's next?¶
Done already! Let's checkout Advanced Recipes to level up your skills!