<div dir="auto">Thanks Paul for quick reply<div dir="auto"><br></div><div dir="auto">Sry from top seeding.</div><div dir="auto"><br></div><div dir="auto">I know I disabled all external dependencies which stop many codecs.</div><div dir="auto">Like tscc has no D- decode support  ->can't decode </div><div dir="auto"> But it has V-video codec- so what the use here of only V?</div><div dir="auto">But my main curiosity question is if I have format which have D- decoding supported but no V- video codec thn </div><div dir="auto"> what can possible operations it support with these format?</div><div dir="auto">Like currently I can decode whole video but can't seek to particular timestamp.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Thanks and regards</div><div dir="auto">Ganesh</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu 20 Sep, 2018, 5:14 PM Paul B Mahol, <<a href="mailto:onemda@gmail.com">onemda@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 9/20/18, ganesh mundhe <<a href="mailto:ganeshmundhe007@gmail.com" target="_blank" rel="noreferrer">ganeshmundhe007@gmail.com</a>> wrote:<br>
> Hello all,<br>
><br>
> I have complied FFmpeg for LGPL without any external dependency on windows<br>
><br>
> I have.exe and dll/libs.<br>
><br>
> I'm using dll and libs for decoding videos<br>
><br>
> But certain video able to decode but failed to  decode properly when I seek<br>
> using av_seek_frame.<br>
><br>
><br>
><br>
> I observed when I used *ffmpeg.exe -codecs*<br>
><br>
> If both *D* and *V* there for format I had no problem but only<br>
><br>
> *D* is there I can't seek<br>
><br>
> Or when only *V* there I cant decode.<br>
><br>
><br>
><br>
> Can anyone explain this in more detail?<br>
><br>
><br>
><br>
> With something like<br>
> configuration: --arch=x86_64 --enable-shared --disable-static<br>
> --disable-alsa --disable-appkit --disable-avfoundation --disable-bzlib<br>
> --disable-coreimage --disable-iconv --disable-libxcb --disable-libxcb_shm<br>
> --disable-libxcb_shape --disable-libxcb_xfixes --disable-lzma<br>
> --disable-schannel --disable-sdl2 --disable-securetransport --disable-sndio<br>
> --disable-xlib --disable-zlib --prefix=./install<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
> [image: cid:image002.png@01D45102.B436ED30]<br>
><br>
><br>
><br>
><br>
><br>
> [image: cid:image001.png@01D45101.7D7F9F40]<br>
><br>
><br>
><br>
> tscc (V) failed to decode at all  while tscc2(D.V.) can be decoded also can<br>
> be seek to particular timestamp<br>
><br>
<br>
tscc needs external lib zlib, which you disabled.<br>
<br>
><br>
><br>
> Thanks for any help<br>
><br>
><br>
><br>
> Warm regards,<br>
><br>
> Ganesh Mundhe<br>
><br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank" rel="noreferrer">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer noreferrer" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div>