I am using FFMPEG library to mux H.264 and AAC frames to MP4 file. I do
that C program.
I store H.264 and AAC frame's timestamp in epoch format.
I use ffprobe to check timestamps that stored in the MP4 file, ffprobe
confirms that file is in MP4 format and timestamps are stored correctly.
below
Hi all,
I am using FFMPEG library to mux H.264 and AAC frames to Matroska (.mkv)
file. I can do that both using command line and C program.
Now, instead of writing the muxed matroska data into file I want to
write these muxed data directly on to socket or pipe. My actual goal is
to write a C