Norbert Burger wrote:
Anyone have suggestions on clean ways to access AVStream metadata from
within an avfilter?  At present, my only workaround is to re-open the
file and parse again.  Other approaches would be greatly appreciated.

Norbert -

I'm afraid I dont have any help for you - instead, I was wondering if you were able to share your code for integrating ffmpeg and Qt. I'm trying to do just that - play videos in Qt (in a QGraphicsItem) using ffmpeg. Would you be able to share any of your code?

Thanks!
-josiah


On Wed, Sep 9, 2009 at 8:44 AM, Norbert Burger <[email protected]> wrote:
(posted this earlier on ffmpeg-soc, but it seems like libav-user is
more appropriate)

Hi folks,

Does the libavfilter framework support accessing AVStream metadata
from within my avfilter?  In particular, I want to execute some filter
code only if certain metadata is present (in my case, a QT
transformation matrix).

Looking through the SOC code, I guess one option is to
re-open/re-parse the input file (ala vsrc_movie.c), but it seems like
there should be a cleaner way.

Thanks,
Norbert

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

--

-=-=-=-=-=-=-=-=-=-=-=-=-
Josiah Bryan
Productive Concepts, Inc.
[email protected]
(765) 964-6009, ext. 224

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to