On Thu, Jan 17, 2013 at 5:37 AM, Christoph Walzer <[email protected]> wrote: > With latest git version i get from kdenlive: > > Effect volume:fadein not found in MLT, it was removed from this project > > Effect volume:volume not found in MLT, it was removed from this project > > Effect volume:volume not found in MLT, it was removed from this project > > Effect volume:volume not found in MLT, it was removed from this project >
You probably did not configure mlt with --enable-gpl. > kdenlive also tells that qimage, pixbuf & title modules are missing. qimage and kdenlivetitle are also GPL. Pixbuf should be optional for Kdenlive, but perhaps you are missing a -devel dependency. > Since lates ffmpeg update it's impossible to get a working setup of > ffmpeg/mlt/kdenlive, and the packman's packages are broken. You're not doing it right. Even if you build mlt with --enable-gpl, I am not confident you are able to understand it well enough to satisfy the runtime requirements that lets kdenlive correctly find your custom build of mlt (no setting the path in Kdenlive Settings is not enough). Please use the build script. I know this is difficult, which is why the build script was made. > Regards, > C. > > > On 01/16/2013 10:37 PM, Dan Dennedy wrote: > > On Wed, Jan 16, 2013 at 6:09 AM, Christoph Walzer > <[email protected]> wrote: > > Hello, > > since latest ffmpeg (1.1.git) mlt-0.8.6 > is unable to handle mp3 files. Instead > one gets (e.g. while playing mp3 with melt): > > [audioresample @ 0xsomehexnumber] Audio sample format conversion failed > (coming from libavcodec/resample.c in ffmpeg) > > There is already a discussion on the packman > mailing list: > > http://lists.links2linux.de/pipermail/packman/2013-January/011694.html > > My latest discovery is (as posted to packman): > > Compiled mlt-0.8.6 from sources. Compiled > ffmpeg-1.1.git from sources -> problem occurs. > > BUT: moving back to ffmpeg-1.0 (compiled > from sources) -> all is good. > > What i saw is: building mlt with ffmpeg-1.0 links against > libavutil51 while building with ffmpeg-1.1.git links against libavutil52. > > It seems to me a mlt/ffmpeg compatibility problem, > occuring since the new ffmpeg release. > > Any help is very much appreciated! > > Regards, > C. > > This is fixed in MLT git, but there is another somewhat new problem > when the MP3 has album art. FFmpeg is exposing that as a video stream > with a crazy framerate that is confusing MLT. > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 > _______________________________________________ > Mlt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mlt-devel > -- +-DRD-+ ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
