Does anybody know how to get thumbnail (still image) from 3gb video file? First frame or something like that. I’m using .net, but solution can be in any language (managed or native), or third-party product.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is using ffmpeg on Linux and called from PHP, but if you can use ffmpeg then that dosen’t matter:
Note the ‘%d’; you are only generating one frame but ffmpeg still needs this so it knows where to put the number when it is generating the images. So you will end up with a name like ‘image1.jpg’