All Projects → UnickSoft → FFMpeg-decode-example

UnickSoft / FFMpeg-decode-example

Licence: other
Example how to use ffmpeg to decode video file.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to FFMpeg-decode-example

Ffmpeg Example
FFMPEG 0.11-4.4/LibAV 0.8-11 example application with byte exact reading
Stars: ✭ 44 (+41.94%)
Mutual labels:  ffmpeg, example
UnityPseudoInstancedGPUParticles
GPU Particles w/ Screen Space Collision Example.
Stars: ✭ 99 (+219.35%)
Mutual labels:  example
Ubufundi
Android Code Recipies:Short targeted code snippets to get the job done
Stars: ✭ 16 (-48.39%)
Mutual labels:  example
dvc dask use case
A use case of a reproducible machine learning pipeline using Dask, DVC, and MLflow.
Stars: ✭ 22 (-29.03%)
Mutual labels:  example
FFmpeg-For-MagicLen-Applications
Modified FFmpeg for MagicLen Applications
Stars: ✭ 39 (+25.81%)
Mutual labels:  ffmpeg
larafilm
Create your own video on demand service by Laravel.
Stars: ✭ 30 (-3.23%)
Mutual labels:  ffmpeg
doks-example
Example DigitalOcean Kubernetes workload with service exposed through a DO load-balancer.
Stars: ✭ 150 (+383.87%)
Mutual labels:  example
webpack-on-demand-loading
No description or website provided.
Stars: ✭ 16 (-48.39%)
Mutual labels:  example
portal-demos
A few demos on how the new portal API can be used with React.
Stars: ✭ 14 (-54.84%)
Mutual labels:  example
php-finder refactoring-kata
🐘🔍Incomprehensible Finder Refactoring Kata port for PHP
Stars: ✭ 22 (-29.03%)
Mutual labels:  example
live-stream-media-source-extensions
Live stream h264 encoded mp4 video on media source extensions using ffmpeg, node.js, socket.io, and express. Works in chrome, firefox, safari, and android. Not iOS compatible. Work has moved to mse-live-player repo =>
Stars: ✭ 24 (-22.58%)
Mutual labels:  ffmpeg
deep-snake
A snake game trained using simple deep learning implemented in client side javascript.
Stars: ✭ 77 (+148.39%)
Mutual labels:  example
mediaforge
A Discord bot for editing and creating videos, images, GIFs, and more!
Stars: ✭ 45 (+45.16%)
Mutual labels:  ffmpeg
lisp-gui-examples
GUI for generating a tone in various Lisp dialects
Stars: ✭ 28 (-9.68%)
Mutual labels:  example
player-ffmpeg
Up to date tutorial of ffmpeg
Stars: ✭ 17 (-45.16%)
Mutual labels:  ffmpeg
UmbracoAngularBackofficePages
Example project showing how to extend Umbraco with a custom tree and edit page using web api and angular
Stars: ✭ 55 (+77.42%)
Mutual labels:  example
example-modules
Example PrestaShop modules
Stars: ✭ 98 (+216.13%)
Mutual labels:  example
SponSkrub
Strip advertisements from downloaded YouTube videos
Stars: ✭ 156 (+403.23%)
Mutual labels:  ffmpeg
phaser-sat-example
An experiment that uses sat-js with Phaser.
Stars: ✭ 14 (-54.84%)
Mutual labels:  example
filimo-plus-cli
FilimoPlusCli: download filimo items
Stars: ✭ 22 (-29.03%)
Mutual labels:  ffmpeg

FFMpeg-decode-example

Example how to use ffmpeg to decode video file. Link to article about decode with FFMpeg. Russian article.

Example shows you the basic FFmpeg functions. Sample program opens video file and stores to a disk first 50 frames. You can change descriptions to setup program:

#define FILE_NAME "C:\\temp\\test.avi"
#define OUTPUT_FILE_PREFIX "c:\\temp\\image%d.bmp"
#define FRAME_COUNT 50
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].