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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:16:43+00:00 2026-06-08T10:16:43+00:00

I am using ffmpeg to convert a set of images (bmps) with an audio

  • 0

I am using ffmpeg to convert a set of images (bmps) with an audio track into Web ready video. Target formats are h.264 mp4, webm and flv.
This is on a Windows Azure extra-large instance (8 proc) using the prebuilt zeranoe static builds ( http://ffmpeg.zeranoe.com/builds/).

Suppose I’m willing to sacrifice quality and size for raw speed. What options for each format will yield the quickest result?

My “baseline” command looks like this (swap the extension for the other formats):

ffmpeg -y -i frames%5d.bmp -i audio.mp3 -r 23.97 out.mp4

I can change the inputs to other formats if needed (jpg images, aac audio, etc).

  • 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-08T10:16:46+00:00Added an answer on June 8, 2026 at 10:16 am

    The major “knob” you change the quality/encoding speed balance for any format is the bitrate. In testing just now, a video that takes 97 seconds to encode with default settings, bitrate ~900k, took less than half that with the bitrate dialed down to 100k. The output video was much smaller, and the quality was noticeably worse.

    In your case, coming from images, you can probably get a major speedup from turning off motion estimation as mentioned in FFmpeg’s encoding tips:

    If your computer is not fast enough, you can speed up the compression at the expense of the compression ratio. You can use ’-me zero’ to speed up motion estimation, and ’-g 0’ to disable motion estimation completely (you have only I-frames, which means it is about as good as JPEG compression). [Note that more recent versions of FFmpeg use -me_method in place of -me.]

    In testing, the 97-second encode finished in 20 seconds with -g 0. There was much less compression, 63% the original size versus 25% with default settings, but the quality remains good unlike low-bitrate encodings.

    Here are the complete results from my quick testing, time is real time used for encoding:
    Baseline, 27M MOV to mp4, bitrate ~900k: 97s
    with -me_method zero: 84s
    with -flags2 fast: 84s
    with -b 500k: 75s
    with -b 100k: 43s
    with -g 0: 20s

    with -flags2 fast and -b 100k and -g 0: 12s (the output looks terrible)

    There might be other format-specific tweaks, but I wouldn’t expect significant speedups from those compared to the methods listed above..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I convert a file using ffmpeg command in which audio and video bitrate are
I'm using the following command to convert sequence of images to a video. ffmpeg
I'm using ffmpeg to convert a video from avi to mp4. The audio /
I am using followng command to convert video to webm format ffmpeg -i video/ds2.mp4
i'm using ffmpeg to convert videos to desired formats and to generate the thumbnails..
I have been using ffmpeg to convert a sequence of jpegs to a video
I am using ffmpeg to convert one video format to another: ffmpeg -ac 1
I want to convert a video to flv format. I am using ffmpeg to
I need to convert audio files to mp3 using ffmpeg. When I write the
I need to convert a bunch of video files using FFmpeg. I run a

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.