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

2014-09-02 Thread Reimar Döffinger
On Tue, Sep 02, 2014 at 04:42:09PM +0530, Parth Shah wrote: > My question is why this timestamps gets changed? Is thereant method to send > MP4 file over socket without changing its timestamp? > > > Any help or advice? Thank you in advance. This belongs on ffmpeg-user. Plus, I'd suggest reconsid

[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