ffmpeg-python
ffmpeg-python copied to clipboard
Sync audio and video in the streaming output
Hello!
I'm dealing with the problem presented in the attached picture. I have RTMP source stream which i want to read, perform numpy operations on it and then pass to the output streams with well synced audio and video. Is there any easy solution to perform such operations? I would be very happy if someone could help.

Thanks in advance!
i have same problem, Skylighty. Do you have solution for this problem ?
I tried to merge the audio(pipe) and video(pipe) and it didn't get an error, the program got stuck and I had to restart the IDE