Requirement for FFMPEG to get Youtube thumbnail

What do I have to install in a dedicated ubuntu server so that FFMPEG will be able to get thumbnail of youtube videos?

Quote · 2 Jun 2010

I don't recall you needing any ffmpeg binary for the generation of YouTube video thumbnails, and even if, you shouldn't require anything beyond what's listed in the requirements documentation.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 2 Jun 2010

For some reason, ffmpeg just wouldn't retrieve files on remote server, while local files were processed flawlessly.

For example, when I executed the following command:

./ffmpeg.exe -i 1.mov -ss 00:00:01 -vframes 1 -f image2 "image%03d.jpg"

It generated image001.jpg with the correct thumbnail, but if I execute this command:

./ffmpeg.exe -i "http://sitename.ext/1.mov" -ss 00:00:01 -vframes 1 -f image2 "image%03d.jpg"

It returned an error like this:

http://sitename.ext/1.mov: I/O error occurred
Usually that means that input file is truncated and/or corrupted.

Quote · 2 Jun 2010

According to Alex T, it does require ffmpeg.

The command works fine on my GoDaddy Grid Hosting but not Media Temple (ve) Server.

I just got off the phone with an MT rep, but still, he's couldn't help much.

I don't recall you needing any ffmpeg binary for the generation of YouTube video thumbnails, and even if, you shouldn't require anything beyond what's listed in the requirements documentation.

Quote · 2 Jun 2010

Does anyone have idea of how ffmpeg retrieves remote file? Perhaps I am missing the download engine.

Quote · 3 Jun 2010

For some reason, ffmpeg just wouldn't retrieve files on remote server, while local files were processed flawlessly.

For example, when I executed the following command:

./ffmpeg.exe -i 1.mov -ss 00:00:01 -vframes 1 -f image2 "image%03d.jpg"

It generated image001.jpg with the correct thumbnail, but if I execute this command:

./ffmpeg.exe -i "http://sitename.ext/1.mov" -ss 00:00:01 -vframes 1 -f image2 "image%03d.jpg"

It returned an error like this:

http://sitename.ext/1.mov: I/O error occurred
Usually that means that input file is truncated and/or corrupted.

What port does it use?

/DM

Dolphin - Ajax Masturbation
Quote · 3 Jun 2010

For some reason, ffmpeg just wouldn't retrieve files on remote server, while local files were processed flawlessly.

For example, when I executed the following command:

./ffmpeg.exe -i 1.mov -ss 00:00:01 -vframes 1 -f image2 "image%03d.jpg"

It generated image001.jpg with the correct thumbnail, but if I execute this command:

./ffmpeg.exe -i "http://sitename.ext/1.mov" -ss 00:00:01 -vframes 1 -f image2 "image%03d.jpg"

It returned an error like this:

http://sitename.ext/1.mov: I/O error occurred
Usually that means that input file is truncated and/or corrupted.

What port does it use?

/DM

No idea...

What's the default port though?

I assume it's using 443 or 80.

I set my firewall to allow all input and output.

Quote · 3 Jun 2010

It's possible that it could just use port 80, but this is unusual for a process that runs separate to apache - apache normally binds port 80 all for itself.

My guess is that it uses a different port and this may not be open on your server. Hence my question - to see if it uses anything other than port 80.

As to which port it does use??? That I do not know.

/DM

Dolphin - Ajax Masturbation
Quote · 3 Jun 2010

I have just updated the server OS, but keeping the dolphin directory and database.

Everything is working just fine now.

Thanks everyone. I am sorry that this little bug has to cost you, especially Nathan, some time. Much appreciated!

Quote · 3 Jun 2010

Hello everyone. I have a problem with loading videos from my pc. I have the vps with ffmpeg and everything that I have another video site and I load and play well. Here in the video dolphin make the thumbail, but then fails to load. After minutes i check and from admin videos it show me 'video not found'

What is the problem?

THX

Quote · 14 Jun 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.