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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:11:18+00:00 2026-06-02T03:11:18+00:00

Currently I am using this command to extract the images: ffmpeg -i input.mp4 output_%03d.jpeg

  • 0

Currently I am using this command to extract the images:

ffmpeg -i input.mp4 output_%03d.jpeg

But how can I improve the JPEG image quality?

  • 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-06-02T03:11:20+00:00Added an answer on June 2, 2026 at 3:11 am

    Use -qscale:v to control quality

    Use -qscale:v (or the alias -q:v) as an output option.

    • Normal range for JPEG is 2-31 with 31 being the worst quality.
    • The scale is linear with double the qscale being roughly half the bitrate.
    • Recommend trying values of 2-5.
    • You can use a value of 1 but you must add the -qmin 1 output option (because the default is -qmin 2).

    To output a series of images:

    ffmpeg -i input.mp4 -qscale:v 2 output_%03d.jpg
    

    See the image muxer documentation for more options involving image outputs.

    To output a single image at ~60 seconds duration:

    ffmpeg -ss 60 -i input.mp4 -qscale:v 4 -frames:v 1 output.jpg
    

    To continuously overwrite/update/save to a single image

    Use -update 1 image muxer option. Example for once per second from a live streaming input:

    ffmpeg -i rtmp://input.foo -q:v 4 -r 1 -update 1 output.jpg
    

    Also see

    • FFmpeg FAQ: How do I encode movie to single pictures?
    • FFmpeg Wiki: Create a thumbnail image every X seconds of the video
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I am using a post-build event command line similar to this one: xcopy
I am currently using this code to grab key-strokes, but I am missing e.g.
ax.plot_date((dates, dates), (highs, lows), '-') I'm currently using this command to plot financial highs
I'm currently using this jQuery validate plugin and having an issue in IE where
I'm currently using this method in calling batch files in vb.net: Private Sub Button3_Click(ByVal
I'm currently using this code to calculate the sunrise / sunset times. (To be
I am currently using this code to get data from a URL: NSURL *url
I am currently using this DOCTYPE: <!DOCTYPE HTML SYSTEM> However, when I validate my
I am currently using this code to bring up an info window -(IBAction)showInfo:(id)sender {
I am a rank beginner in C#. I am currently using this code: objGraphics.Clear(SystemColors.Control);

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.