[FFmpeg-devel] Redirecting MP4 muxed data to socket using movflags resets timestamp

2014-09-02 Thread Parth Shah
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

[FFmpeg-devel] FFMPEG : Redirecting Matroska muxed data to socket

2014-10-28 Thread Parth Shah
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