[Ffmpeg-devel] feeding ffmpeg with ESes?

Michael Niedermayer michaelni
Mon Jul 18 16:45:19 CEST 2005


Hi

On Monday 18 July 2005 16:27, Zoltan NAGY wrote:
[...]
> >>If so, how could I feed this data into ffmpeg so I can get the video
> >>displayed?
> >
> >If the video is MPEG4, you cannot simply dump the packet payload into a
> >file and play the file, but you also have to fill the AVCodec extradata
> >witht the global headers extracted from the SDP.
>
> hm.
> If I look into my sdp I see:
> a=fmtp:96 profile-level-id=3; config=00000120004480ba9850a041e1463f;
>
> how can I "parse" this config line? :)

just dump the config thing at the start of the stream

[...]

-- 
Michael





More information about the ffmpeg-devel mailing list