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 3499292
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:35:39+00:00 2026-05-18T12:35:39+00:00

Anyone knows the trick? And how to install ffmpeg ? yum install mpeg only

  • 0

Anyone knows the trick?

And how to install ffmpeg ? yum install mpeg only returns this:

======================================================================================== Matched: mpeg ========================================================================================
libiec61883.i386 : Streaming library for IEEE1394
libiec61883.x86_64 : Streaming library for IEEE1394
qffmpeg-devel.i386 : Development package for qffmpeg
qffmpeg-devel.x86_64 : Development package for qffmpeg
qffmpeg-libs.i386 : Libraries for qffmpeg
qffmpeg-libs.x86_64 : Libraries for qffmpeg
  • 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-18T12:35:39+00:00Added an answer on May 18, 2026 at 12:35 pm

    It’s on the manpage:

    * You can extract images from a video, or create a video from many
           images:
    
           For extracting images from a video:
    
                   ffmpeg -i foo.avi -r 1 -s WxH -f image2 foo-%03d.jpeg
    
           This will extract one video frame per second from the video and will
           output them in files named foo-001.jpeg, foo-002.jpeg, etc. Images
           will be rescaled to fit the new WxH values.
    
           If you want to extract just a limited number of frames, you can use
           the above command in combination with the -vframes or -t option, or in
           combination with -ss to start extracting from a certain point in time.
    

    But of course you have to install it first. I’m on Debian and don’t use yum.

    [update for the other question]

    
    i=1
    for avi in *.avi; do
     ffmpeg -i $avi -vframes 1 -f image2 /tmp/$i.jpg; i=$((i+1))
    done
    

    Tested and works.

    [update for yet another question…]

    
    for flv in *.flv; do
     ffmpeg -i $flv -vframes 1 -f image2 ${flv%%.flv}.jpg
    done
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Anyone knows a simple JavaScript library implementing the UNZIP algorithm? No disk-file access, only
Would anyone happen to know a trick that will keep this MSBuild task from
Anyone knows a good way to use http live streaming tools on non-Mac platforms?
does anyone uses this control and knows how to load data to it from
Does anyone know a trick that would allow me to do something like this
I wonder if anyone knows this one. I was getting a pretty tough error
Does anyone know a trick to change all web projects in a Visual Studio
Anyone knows why my sql query doesn't work after using a try catch function?
Anyone knows the equivalent of a label control in an android device? Text box
Anyone knows how to perform such query in Postgresql? SELECT * FROM tabA WHERE

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.