Re: [Libav-user] Muxing settings for h264 + mp4

2012-02-23 Thread ALESSANDRO PAGANELLI
The stream I'm using is coded with h264 without mpegts. However, I'm following a sort of low level approach, since my goal is to read frames from the file, move their content into a RTP packet and, at the receiver side, rebuild the set of sent packets (regardless if this has an actual sense for

Re: [Libav-user] Muxing settings for h264 + mp4

2012-02-23 Thread Kalileo
On Feb 23, 2012, at 18:37 , ALESSANDRO PAGANELLI wrote: The stream I'm using is coded with h264 without mpegts. if you have as input an mp4 file and as output an h264 stream, with or without mpegts, then AFAIK you need the h264_mp4toannexb filter.

Re: [Libav-user] Muxing settings for h264 + mp4

2012-02-22 Thread Kalileo
On Feb 23, 2012, at 00:59 , ALESSANDRO PAGANELLI wrote: I'm working on a project (which uses Libav/Ffmpeg) in which I have to transmit an h264 encoded file (with Mp4 file format) over a simulated network (I'm using network simulator 3 for this), to emulate a real video streaming. Now,