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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:24:14+00:00 2026-06-15T00:24:14+00:00

I would like to use ffmpeg to convert an mp4 to ‘low size’ mp4

  • 0

I would like to use ffmpeg to convert an mp4 to ‘low size’ mp4 …

I need an mp4 file with h263 video and aac audio (or some other settings supported by low cost mobile.) My main concern is that the video be playable on most devices.

What would be some possible ffmpeg commands to accomplish this?

Thanks in advance.

  • 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-15T00:24:16+00:00Added an answer on June 15, 2026 at 12:24 am

    There are numerous ways to encode mp4 videos, and encoding them for mobile devices is even more complex. I’m not sure what you mean by “low cost mobile” do you mean low cost as in the device, or the bandwidth needed to play said video?

    Either way, here a post to get you going: H.264 WEB VIDEO ENCODING TUTORIAL WITH FFMPEG

    Examples

    Here are some ffmpeg examples from the post …

    “Standard” web video (480p at 500kbit/s):

    ffmpeg -i input_file.avi -vcodec libx264 -vprofile high -preset slow -b:v 500k -maxrate 500k -bufsize 1000k -vf scale=-1:480 -threads
    0 -acodec libvo_aacenc -b:a 128k output_file.mp4

    360p video for older mobile phones (360p at 250kbit/s in baseline
    profile):

    ffmpeg -i inputfile.avi -vcodec libx264 -vprofile baseline -preset slow -b:v 250k -maxrate 250k -bufsize 500k -vf scale=-1:360 -threads 0
    -acodec libvo_aacenc -ab 96k output.mp4

    480p video for iPads and tablets (480p at 400kbit/s in main profile):

    ffmpeg -i inputfile.avi -vcodec libx264 -vprofile main -preset slow -b:v 400k -maxrate 400k -bufsize 800k -vf scale=-1:480 -threads 0 -acodec libvo_aacenc -ab 128k output.mp4

    High-quality SD video for archive/storage (PAL at 1Mbit/s in high
    profile):

    ffmpeg -i inputfile.avi -vcodec libx264 -vprofile high -preset slower -b:v 1000k -vf scale=-1:576 -threads 0 -acodec libvo_aacenc -ab
    196k output.mp4

    Bitrates, scale and profiles …

    From the examples there, some of the key things you might need to pay attention to are …

    -b:v 500k

    -b:a 128k

    Those are bitrates of the video v and audio a, the lower the number the lower the quality but also the better it might ‘play’ on a low end device.

    scale=-1:480

    That will scale the video down to a smaller size, see more info about that in the post)

    -vprofile baseline

    This seemly odd baseline (or another appropriate profile parameter) can be important when encoding for certain lower-cost (e.g. Android) devices …

    Baseline Profile (BP)

    Primarily for low-cost applications that require additional data loss
    robustness, this profile is used in some videoconferencing and mobile
    applications. This profile includes all features that are supported in
    the Constrained Baseline Profile, plus three additional features that
    can be used for loss robustness (or for other purposes such as
    low-delay multi-point video stream compositing). The importance of
    this profile has faded somewhat since the definition of the
    Constrained Baseline Profile in 2009. All Constrained Baseline Profile
    bitstreams are also considered to be Baseline Profile bitstreams, as
    these two profiles share the same profile identifier code value.

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

Sidebar

Related Questions

I would like to be able to convert videos to flv through the use
I have an array of Integers in Java, I would like use only a
I would like to use R to extract the speaker out of scripts formatted
I would like to use Maven's password encryption such as it uses for nodes
I would like to use the logout function from Django but not sure how
I would like to use D3.js (or maybe Raphaël ) for backend-generated reports using
I would like to use the jenkins script console some more. Where do I
I would like to use a pre-commit hook in riak to validate the json
I would like to use GIO (which is part of GLIB) on Android by
I would like to use the MFMailComposeViewController mailComposeDelegate property with completion block syntax, but

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.