Re: [FFmpeg-user] Multithreaded Asynchronous Encoding/Muxing

2019-02-26 Thread Lou Logan
On Tue, Feb 26, 2019, at 1:33 PM, BIGLER Don (Framatome) wrote: > All, > > I am writing an application that displays, encodes, and muxes live > video using ffmpeg as the backend. The audio and video encoding occurs > asynchronously in the background, each in its own thread, such that the >

[FFmpeg-user] Multithreaded Asynchronous Encoding/Muxing

2019-02-26 Thread BIGLER Don (Framatome)
All, I am writing an application that displays, encodes, and muxes live video using ffmpeg as the backend. The audio and video encoding occurs asynchronously in the background, each in its own thread, such that the encoded packets arrive to the av_interleaved_write_frame() function call at