I want to write an application which takes a video stream and in the cycle do processing frames and fragments of audio.
I saw such loop here:
I saw on the forums some solution with pipes here
Is it any library wrapper on ffmpeg/avlib which I could just write my callback without tones of spaghetti around like here