These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for ffmpeg not creating thumbnails on the new forum.
I need help with ffmpeg installation.
i have installed/compiled ffmpeg from source. while compiling, i could not do it with --enable-libogg.
After installation, i am able to upload videos but it does not create thumbnails for uploaded videos at all.
i need help fixing this problem.
Here is an example link:
it is discussed here with examples
http://www.flashcomguru.com/index.cfm/2006/4/25/ffmpegthumbs
Thanks. I am not an expert. i dont do the ffmpeg coding myself at the moment but am using phpmotion
Business Impact Solutions Computer Repair, Web Hosting, Web Design, and Web Development
This is the error i get when i type ffmpeg on command line through ssh
ffmpeg: symbol lookup error: ffmpeg: undefined symbol: avformat_alloc_context
Business Impact Solutions Computer Repair, Web Hosting, Web Design, and Web Development
This is the tutorial i used to install ffmpeg and related stuff:
http://www.crucialp.com/resources/tutorials/server-administration/how-to...
under ffmpeg configure, this tutorial says to use command: "./configure --enable-libmp3lame --enable-libogg --enable-libvorbis --disable-mmx --enable-shared" BUT i could not use "--enable-libogg", so i removed and followed the rest of the instructions exactly as per the above tutorial.
it was working fine for sometime (creating thumbnails was working fine) but after a few auto updates(with youm -y update), the thumbnail creation stopped working.
Business Impact Solutions Computer Repair, Web Hosting, Web Design, and Web Development
there should be clues in your logfiles...
you can compare the output and see if a line such as this -ss 00:00:01 -t 00:00:01 -s 120x90 -r 1 -f is on there