[FFmpeg-user] av_find_stream_info takes 20 Sec dvbt.
Piyush Verma
piyush.pv at gmail.com
Thu Jun 14 11:48:48 CEST 2012
Thanks Carl.
I have tried probsize and it helped a bit.
Infact last time my conclusion was wrong.
av_open_input_file is taking 12 to 15 sec.
av_find_stream_info taking 5sec as there probesize was 5000000.
after changing probsize to 1000000 it save approx 2 sec. But
av_open_input_file is same as before.
I googled and found some thing but it does not work for me.
https://lists.ffmpeg.org/pipermail/libav-user/2012-May/001926.html
I have tried AVFMT_FLAG_IGNIDX.
Any other way to solve this problem?
Thanks & Regards
Piyush Verma
On Sun, Jun 10, 2012 at 10:47 PM, Piyush Verma <piyush.pv at gmail.com> wrote:
> Thanks a lot Carl Eugen.
>
> I think probsize should solve the problem.
>
> While checking for probsize I also found some other option which may help.
>
> Tomorrow I will try all probsize and will update.
>
>
>
> Thanks & Regards
>
> Piyush Verma
>
> On Sun, Jun 10, 2012 at 7:48 PM, Carl Eugen Hoyos <cehoyos at ag.or.at>wrote:
>
>> Piyush Verma <piyush.pv <at> gmail.com> writes:
>>
>> > The main problem we are facing that ffmepg (av_find_stream_info(
>> > pFormatCtx)) taking approx 20 sec to get stream information.
>> > which is causing 20 sec delay in channel switching.
>> >
>> > Any idea what could be possible solution for it ?
>>
>> Did you try setting probesize?
>>
>> Carl Eugen
>>
>> _______________________________________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>>
>
>
>
> --
> Thanks & Regards
>
> Piyush Verma
>
>
>
--
Thanks & Regards
Piyush Verma
More information about the ffmpeg-user
mailing list