FFMpeg-decode-example
Video decoder example
A C++ project demonstrating basic FFmpeg functions for decoding video files and storing frames to disk.
Example how to use ffmpeg to decode video file.
40 stars
4 watching
16 forks
Language: C++
last commit: about 10 years ago
Linked from 1 awesome list
c-plus-plusexampleffmpeg
Related projects:
Repository | Description | Stars |
---|---|---|
| A collection of resources and tutorials on using FFmpeg for video processing and playback | 1,969 |
| Bindings for using FFmpeg to decode video frames in Torch tensors | 26 |
| Mobile media processing examples using FFmpeg | 1,927 |
| Extracts frames from a video using ffmpeg. | 65 |
| A custom-built FFmpeg version with extended features and support for professional broadcast and video editing applications. | 192 |
| A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |
| Provides a .NET Standard wrapper around FFmpeg for media processing without requiring knowledge of FFmpeg's inner workings. | 715 |
| A Swift wrapper for the FFmpeg API allowing developers to work with video and audio formats | 529 |
| FFmpeg packaged for Zig | 185 |
| A .NET wrapper around the FFmpeg and FFProbe media analysis and conversion tools | 1,661 |
| A utility that extracts a single frame from a video file using ffmpeg | 15 |
| A library that parses input video streams into frames directly in memory as buffers without dependencies. | 7 |
| Concats multiple videos together using FFmpeg and customizable OpenGL transitions. | 901 |
| A C# library that integrates FFmpeg native libraries with the SIPSorcery real-time communications library for video and audio processing. | 34 |
| A single-file C library for decoding MPEG1 Video and MP2 Audio | 807 |