Click here to Skip to main content
15,885,004 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have windows machine installed on my local pc and i make website locally like using localhost.... but my site hosting is on linux server if i install ffmpeg on windows so and test it locally for creating video thumbnail. will the same script can use the ffmpeg installed on linux??
thanks
Posted
Updated 18-Oct-12 11:17am
v2

1 solution

They have many different builds. You just have to pick the correct one for your server.
http://ffmpeg.org/download.html[^]
 
Share this answer
 
Comments
TalalAslam 18-Oct-12 17:30pm    
i mean which coding or function i have use for creating thumbnail in windows server installed ffmpeg is that it will be run on linux server ffmpeg
fjdiewornncalwe 18-Oct-12 17:36pm    
I would imagine that the API calls would be the same. You'd have to check their documentation for that information. I'm pretty sure it will be available on their site.
Sergey Alexandrovich Kryukov 18-Oct-12 19:22pm    
My 5.
On linux, I would also recommend Libavcodec:
http://en.wikipedia.org/wiki/Libavcodec

--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900