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 |
---|---|---|
0voice/ffmpeg_develop_doc | A collection of resources and tutorials on using FFmpeg for video processing and playback | 1,969 |
michaelmathieu/thffmpeg | Bindings for using FFmpeg to decode video frames in Torch tensors | 26 |
leixiaohua1020/simplest_ffmpeg_mobile | Mobile media processing examples using FFmpeg | 1,927 |
transitive-bullshit/ffmpeg-extract-frames | Extracts frames from a video using ffmpeg. | 65 |
bcoudurier/ffmbc | A custom-built FFmpeg version with extended features and support for professional broadcast and video editing applications. | 192 |
raveler/ffmpeg-cpp | A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |
tomaszzmuda/xabe.ffmpeg | Provides a .NET Standard wrapper around FFmpeg for media processing without requiring knowledge of FFmpeg's inner workings. | 715 |
sunlubo/swiftffmpeg | A Swift wrapper for the FFmpeg API allowing developers to work with video and audio formats | 529 |
allyourcodebase/ffmpeg | FFmpeg packaged for Zig | 185 |
rosenbjerg/ffmpegcore | A .NET wrapper around the FFmpeg and FFProbe media analysis and conversion tools | 1,661 |
transitive-bullshit/ffmpeg-extract-frame | A utility that extracts a single frame from a video file using ffmpeg | 15 |
niklimenko/ffparser | A library that parses input video streams into frames directly in memory as buffers without dependencies. | 7 |
transitive-bullshit/ffmpeg-concat | Concats multiple videos together using FFmpeg and customizable OpenGL transitions. | 901 |
sipsorcery-org/sipsorcerymedia.ffmpeg | A C# library that integrates FFmpeg native libraries with the SIPSorcery real-time communications library for video and audio processing. | 34 |
phoboslab/pl_mpeg | A single-file C library for decoding MPEG1 Video and MP2 Audio | 807 |