↧
Answer by Mike Versteeg for feed raw yuv frame to ffmpeg with timestamp
FFmpeg adds timestamps the moment it retrieves the samples from the pipe, so all you need to do is feed them in sync. Likely problem in your case is that you already have an audio buffer, and are...
View Articlefeed raw yuv frame to ffmpeg with timestamp
I've trying pipe audio and video raw data to ffmpeg and push realtime stream through RTSP protocol on android. the command-line is look like this "ffmpeg -re -f image2pipe -vcodec mjpeg -i "+vpipepath...
View Article