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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:00:51+00:00 2026-05-23T02:00:51+00:00

So I want to compile FFMpeg C libraries (as static) not in its full

  • 0

So I want to compile FFMpeg C libraries (as static) not in its full default glory but for my purposes only – so that it would contain:

  • 2 codec formats MP3 and FLV1 (H.263)
  • 2 file (container) formats MP3 and FLV

Of course I only want to limit only range of formats and codecs. Not functions of FFmpeg.

How to do such thing?

What is my main point:

To have such ffmpeg build that when I call function like

multiplexer::multiplexer(std::string container)
{
        av_register_all();

        this->format_context = avformat_alloc_context();
        if (this->format_context == NULL)
        {
                std::cout << "Multiplexer: format context is empty." << std::endl;
                throw internal_exception();
        }

        this->format_context->oformat = av_guess_format(container.c_str(), NULL, NULL);
        if (this->format_context->oformat == NULL)
        {
                std::cout << "Multiplexer: invalid container format (" << container << ")." << std::endl;
                throw internal_exception();
        }
}

I would be limited to FLV only

  • 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-23T02:00:52+00:00Added an answer on May 23, 2026 at 2:00 am

    The configure script has a list of options. Run ./configure --help to see them. I’m not sure how options stack, but you could try --disable-everything followed by --enable-demuxer=flv etc.

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

Sidebar

Related Questions

I want to compile a project (with CruiseControl) not only if its source changes,
I want to compile a "Hello World" MS-DOS exe. Not a program that runs
I want to compile with optimization -O1, but there is a certain flag that
I would want to compile existing software into presentation that can later be run
i have some sourcecode that I want to compile with VS2008 but there are
I want to compile one of Qt's default libraries (QDeclarative) on OSX. Which argument
I want to compile my only changed changed java source files. I know that
I want to compile GCC and binutils which would produce 64bit executables. From GNU
I want to compile only the thread and regular expresession library of boost and
I want to compile the servlet in the Linux System. For that I need

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.