Re: [Libav-user] disabling probe for specific streams

2011-11-20 Thread Carl Eugen Hoyos
aviad rozenhek writes: > I want to disable probing for streams which arent video or audio. > is there a way to do it? Does -analyzeduration help? [...] > avprobe version v0.7-749-g2214191, Copyright (c) 2007-2011 the Libav This is very broken and unsupported here. Please see http://ffmpeg.or

[Libav-user] disabling probe for specific streams

2011-11-20 Thread aviad rozenhek
*short version:* * * I want to disable probing for streams which arent video or audio. is there a way to do it? *long version:* * * I'm using libav to demux TS from UDP. sometimes the TS source has streams that are not understood by libav. the problem is that libav probes these streams, and that m

Re: [Libav-user] Missing Header on MP2/MPEG-TS (audio bad)

2011-11-20 Thread Carl Eugen Hoyos
Hi! RichardP writes: > Below is the trace of decode_audio3() with Decoded_bytes being its > return.(inQueue is the packet.size) If I record the original stream and then > transcode using ffmpeg there are no problems... when I do the same, I get > millions of "Missing Headers" and no audio is tra