On Monday 14 July 2008 23:45:37 Johannes Wilm wrote: > Now the next thing is: > > johannes at brinsley3:~$ inigo johanneswilm.mpg > mlt_repository.c, mlt_repository_init: failed to dlopen > /usr/local/lib/mlt/libmltavformat.so
Try playing a file with ffplay: ffplay myvideo.mpg If it works, then try removing file /usr/local/lib/mlt/libmltavformat.so Check that your MLT configure command contains at least: --enable-gpl and --avformat-swscale then reinstall MLT Then what is the result of this command: ldd /usr/local/lib/mlt/libmltavformat.so
