Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7368153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T03:37:45+00:00 2026-05-29T03:37:45+00:00

I have searched all over the Google and StackOverFlow, but still did not find

  • 0

I have searched all over the Google and StackOverFlow, but still did not find a solution for this.

I want to generate video thumbnail of all mp4 video files in a directory and name the thumbnails as “filename.mp4”.jpg

I have ffmpeg and ffmpeg-php installed on my server. I also succeeded in creating thumbnails of one file at a time.

So this is the situation, I have a directory named uploads which has lots of mp4 videos.
Now, when I run the script, thumbnail of size 100×100 shoud be created automatically and placed in another folder “skrin”. Eg: xxx.mp4 should have xxx.mp4.jpg has the thumb name.

IMPORTANT: My filenames have spaces, single quotes, brackets etc in their file names. So the script should be able to handle this.

Could some one help me ? I use the following shell command in php using exec to generate thumb of an individual video.

exec("/usr/local/bin/ffmpeg -itsoffset -105 -i 'xxx haha.mp4' -vcodec mjpeg -vframes 1 -an -f rawvideo -s 100x100 'xxx haha.mp4.jpg'");
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T03:37:46+00:00Added an answer on May 29, 2026 at 3:37 am

    It’s just a quick one:

    $videos_dir = 'path/to/videos';
    $videos_dir = opendir($videos_dir);
    $output_dir = 'path/to/output/dir/';
    while (false !== ($file = readdir($videos_dir))) {
        if ($file != '.' && $file != '..'){
            $in = $videos_dir.'/'.$file;
            $out = $output_dir.$file.'.jpg';
            exec("/usr/local/bin/ffmpeg -itsoffset -105 -i ".$in." -vcodec mjpeg -vframes 1 -an -f rawvideo -s 100x100 ".$out);
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have searched all over google for a solution however this seems a new
I have read the documentation and searched all over but I can't find how
I have searched all morning and yesterday afternoon and still cannot find an solution
I have searched all over stackoverflow and I can't find the answer that pertains
I have searched all over the web with no luck of making this project
So I have searched all over the place and I can not seem to
First of all I have searched many times in this forum but none is
I have looked ALL over (google searched) and I cannot for the life of
I have searched all over the internet trying to find example code in PHP
Well, I have searched all over and couldn't find anything, so please excuse if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.