FFmpeg Video Decoding and Playback Tutorial

preview_player
Показать описание
Learn about how to decode and play back video using the FFmpeg libraries

Рекомендации по теме
Комментарии
Автор

Thank you so much for creating a tutorial on this topic!

sahilkhatri
Автор

very happy to follow you ! I'm very interested.

mesv
Автор

Great video tutorial, tks, need add const before - AVCodec *codec{nullptr}; i think because last lib updates, any one manage add sound to it?

rfsvieira
Автор

Sir can you please make a video on decoding audio and video both and playback

nandanbujurke
Автор

Please Is that possible to get ur source code, I am trying to fix the bug encountered, seems like SDL_CreateTexture, but do not know for sure, so to compare it with ur source code can give please share that...I am very much appreciated!

minidupasan
Автор

I was able to get this working in Windows using Visual Studio 2022 and ffmpeg 5.1.2 but no audio. What would it take to get the audio stream to play in sync with the video?

SteveSimpson
Автор

hi, I am very grateful for your tutorials, And please is that possible to take the source code since I am having an error, even though I followed the video along the way while typing by myself. Thank you for your valuable time...

minidupasan