[Mlt-devel] I compiled the libmlt-6.dll error

2015-07-10 Thread ??????
I compiled it as a success. But when exe calls the prompt??"Unable to locate the program entry point InterlockedCompareexchange@12 in the dynamic link library libmlt-6.dll", Why? please help me-- Don't Limit Your Busines

Re: [Mlt-devel] Help running melt on Heroku

2015-07-10 Thread Gonzalo García Berrotarán
$ melt -query video_codecs # No video codecs - failed to load avformat consumer $ Looks like the codecs are installed but somehow melt isn't finding them This is the list of files under */app/.apt/usr/lib/x86_64-linux-gnu* http://pastebin.com/ti3nWuAG $ echo $LD_LIBRARY_PATH /app/.heroku/ven

Re: [Mlt-devel] Help running melt on Heroku

2015-07-10 Thread Dan Dennedy
If I create an auto-scaling MLT rendering service where you can submit MLT XML as a job, will your company use it? On Fri, Jul 10, 2015 at 11:11 AM Gonzalo García Berrotarán < ggar...@machinalis.com> wrote: > $ melt -query video_codecs > # No video codecs - failed to load avformat consumer > $ >