I'm including a copy of ffmpeg, and probably GPG too. I will be calling them as subprocesses from a python app I'm creating.
I'm distributing this and I'm wondering a) since I'm not using the library, I'm simply executing both programs within the python app, I do not have to release the source to my app right? b) do I need to obtain licenses for codecs? I'm using ffmpeg to let users convert their videos to h.264 and AAC before sending them to me.
Thanks, Chris