leandromoreira / ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡°πŸ‡· πŸ‡ͺπŸ‡Έ πŸ‡»πŸ‡³ πŸ‡§πŸ‡·
https://github.com/leandromoreira/ffmpeg-libav-tutorial
BSD 3-Clause "New" or "Revised" License
9.94k stars 956 forks source link

SDL extension to this tutorial #48

Open sanmathigb opened 5 years ago

sanmathigb commented 5 years ago

Hello Leandro,

Thanks so much for this repository! This account and your LinkedIn feed has contributed immensely for most of my knowledge about Video processing.

So as I understand this tutorial was born out of the fact that the other http://dranger.com/ffmpeg/ site was deprecated. And since that tutorial ends with an explanation about the Video playback aspects involving a coarser version of ffplay utilizing libav and SDL, do you intend to add the same to this tutorial?

It will be really helpful to understand the Video player end of the processing pipeline. It will also help us how to leverage the ffmpeg libraries to build a custom player on similar lines as ffplay, mplayer etc.

Thanks again, Sanmathi

leandromoreira commented 5 years ago

Hi there @sanmathigb thanks for the kind words =) in regarding of weather will be SDL content or not I'm not sure, I'll leave this open to remind me but my original idea was to discuss around the ffmpeg api

sanmathigb commented 5 years ago

Hello Leandro!

Sure! I am sure you will share it the day you decide you do it :)

Thanks so much for your response,

Sanmathi