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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:05:22+00:00 2026-06-07T13:05:22+00:00

I need to generate a script that converts videos to F4V’s for use with

  • 0

I need to generate a script that converts videos to F4V’s for use with Flash Media Server 4.5…is this possible? I have it converting files to MP4s and then swapping the extension. This works fine, but seems like a dirty work around. I’d prefer to use a generate a true F4V. I’ve heard mixed things on whether or not ffmpeg truly supports F4Vs. Any guidance would be appreciated. Also, is there a doc guide on what file formats are allowed by FFMPEG?

  • 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-07T13:05:24+00:00Added an answer on June 7, 2026 at 1:05 pm

    Everything I’ve read suggests that there is little to no difference between MP4 and flattened F4V video. In my case, I’m stripping out the audio, remastering it and muxing it back with the original video. We’re still on FMS 3.5, but I’m having success with the following:

    ffmpeg \
      -r 30000/1001 \         # Specifying video fps (29.97)
      -i orig.f4v \           # orig.f4v - h264 video, mp3 audio (recorded using FMS 3.2)
      -i new.wav \            # new.wav - remastered audio from orig.f4v
      -map 0:0 \              
      -map 1:0 \
      -vcodec copy \          # Preserving original h264 encoded video
      -acodec aac \           # Using experimental AAC encoder, could use libfaac if available
      -ab 96k \               # Matching audio bitrate to original bitrate
      -strict experimental \  # Necessary to use the experimental AAC encoder
      -async 1 \              
       new.f4v
    
    #List of available formats
    ffmpeg -formats
    
    #List of available codecs
    ffmpeg -codecs
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this php script that generate an sql query. However, it needs a
I need to run a script that will generate the projects.list file when a
I'm working on a script that generate some Excel documents and I need to
I have a script that generate me some command that I must execute... Example:
I have a Python Script that generate a CSV (data parsed from a website).
I have a script that will generate a CSV file. The purpose of the
I need to code a PHP script that would let me generate a pdf
I have a simple CGI script that would generate plain text content on demand.
I need to generate a random port number between 2000-65000 from a shell script.
I need to generate multiple databases to SQL, so I need script/program to automatically

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.