Skip to content

afinetapestry/ffmpegtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Threaded FFmpeg Example

This repository contained a minimal working example of how to decode media files using FFmpeg and present the video and audio using SDL.

This example is different because each of the decoding functions are neatly seperated into their own threads with the packets and frames being passed around via threadsafe queues.

Thanks/References

About

Minimal threaded FFmpeg decoder example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages