ffmpeg not creating thumbnails

6 posts / 0 new
Last post
#1 Sat, 08/08/2009 - 17:06
bislinks
bislinks's picture

ffmpeg not creating thumbnails

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:

http://ushow.bislinks.com

Sat, 08/08/2009 - 18:30
ronald
ronald's picture
Sat, 08/08/2009 - 19:10 (Reply to #2)
bislinks
bislinks's picture

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

Sat, 08/08/2009 - 19:06
bislinks
bislinks's picture

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

Sat, 08/08/2009 - 19:24
bislinks
bislinks's picture

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

Sun, 08/09/2009 - 03:54
ronald
ronald's picture

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

Topic locked