Re: [FFmpeg-user] Where can I find the library and headers I need to integrate ffmpeg into my Qt program?

2019-04-03 Thread Carl Eugen Hoyos
2019-04-03 2:43 GMT+02:00, Mark McKay :
> I'd like to add a video export option to a Qt program I'm
> developing. I'm finding the documentation mostly related
> to using the ffmpeg command line utility. I'd like to link a
> dynamic library so I can call the API methods.

> Would you know where I would be able to download this?

The headers are part of the FFmpeg source and you are
expected to compile FFmpeg to get the needed libraries.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Where can I find the library and headers I need to integrate ffmpeg into my Qt program?

2019-04-02 Thread Reindl Harald


Am 03.04.19 um 02:43 schrieb Mark McKay:
> I'd like to add a video export option to a Qt program I'm developing.
> I'm finding the documentation mostly related to using the ffmpeg command
> line utility. I'd like to link a dynamic library so I can call the API
> methods. Would you know where I would be able to download this?
> 
> Also,
> is there any good documentation for using the ffmpeg API to create a
> movie?


https://trac.ffmpeg.org/wiki/Using%20libav*
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Where can I find the library and headers I need to integrate ffmpeg into my Qt program?

2019-04-02 Thread Mark McKay
I'd like to add a video export option to a Qt program I'm developing.
I'm finding the documentation mostly related to using the ffmpeg command
line utility. I'd like to link a dynamic library so I can call the API
methods. Would you know where I would be able to download this?

Also,
is there any good documentation for using the ffmpeg API to create a
movie?

Mark

---
http://www.kitfox.com
 
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".