Re: [FFmpeg-user] Programmatically combining audio and video streams

2018-05-10 Thread Lou Logan
On Thu, May 10, 2018, at 1:04 PM, Philip Prindeville wrote: > Hi. > > I have a code base that currently expects audio and video to be in the > same AVFormatContext, and this works great for sources (typically > network connections) that contain both audio and video multiplexed > together, such

[FFmpeg-user] Programmatically combining audio and video streams

2018-05-10 Thread Philip Prindeville
Hi. I have a code base that currently expects audio and video to be in the same AVFormatContext, and this works great for sources (typically network connections) that contain both audio and video multiplexed together, such as in MP4 or AVI container. I’m trying to get the same code to work