|
|
|
The ninth installment of our signature product, Front Office Football Nine, was released on October 31, 2023. It is available through our Steam Store. The most recent update is Version 9.2, released on October 20, 2025. Steam will automatically update installations of the game.
Put yourself in the front office with Front Office Football Nine.
In Front Office Football, you play the role of your favorite team's general manager. You determine your team's future through trading with opponents, negotiating contracts, bidding for free agents and discovering new talent through the annual amateur draft.
You can also play the role of the armchair coach, setting game plans, creating playbooks and depth charts. You can call every play yourself if you like.
You can determine ticket prices and submit stadium construction plans for public approval. You can move your team if the public won't properly support your franchise.
The original game, released in 1998, received an Editors' Choice award from Computer Gaming World and a 4 1/2-star review. It was nominated for numerous Sports Game of the Year awards. This is the Ninth full version of the game, released with rosters based on the 2023 season.
Front Office Football is designed to represent a snapshot of professional football as it exists under the current salary cap system. You play the role of the general manager of a team. In order to succeed in Front Office Football, you need to perform as well as possible in four different areas.
The game concentrates on roster management and career play. There are several key elements emphasized in the game design:
The "Cannot use that file as audio track" error in Avidemux typically occurs because the software is highly restrictive about the containers and codecs it accepts for external audio streams. Core Reasons for the Error
Muxed Containers (M4A, MP4, MKV): Avidemux cannot use audio files already "wrapped" in a container like .m4a or .mp4 as an external track. It lacks the internal demuxers to strip these for external loading.
Non-Raw Formats: External tracks must generally be "raw" bitstreams. For example, while standard MP3s often work, AAC files must be in an ADTS- or LATM-encapsulated format, not a standard .m4a file.
Unsupported Codecs: Certain codecs, like Vorbis (.ogg), are only supported when re-encoding an existing track and cannot be loaded as a new external source.
Metadata Interference: Files with complex metadata (e.g., Traktor ID3 tags in MP3s) can confuse Avidemux, causing it to misread the sampling rate and reject the file.
Bit Depth/Rate Issues: Some versions of Avidemux struggle with 32-bit float WAV files; using 16-bit PCM WAV is more reliable. Common Fixes
Convert to WAV: The most reliable workaround is to convert your audio file to a standard 16-bit PCM WAV using a tool like Audacity.
Use MKVToolNix: If you just need to "marry" an audio file to a video without re-encoding, MKVToolNix-GUI is often a faster, more flexible alternative that accepts most containers.
Update Software: Ensure you are using the latest version (e.g., Avidemux 2.8.1 or newer), as some file handling bugs are fixed in nightly builds.
Extract Raw AAC: If you must use AAC, use a tool like FFmpeg to extract it from its container into a raw ADTS stream before loading. Cannot use mp3 as audio track - avidemux.org
Based on the search query avidemux+cannot+use+that+file+as+audio+track, the user is experiencing a specific limitation where Avidemux rejects an audio file (likely due to format incompatibility, codec support, or indexing issues) when trying to add it to a video project.
Here is a feature proposal to solve this problem directly within the application:
This error appears when Avidemux can’t import or use the selected audio file as the audio track for your project. Below are concise causes and step-by-step fixes.
The most reliable fix is to give Avidemux a file format it understands natively and flawlessly: MP3 (libavcodec) or WAV (PCM).
Since Avidemux is an all-in-one tool, you can actually use Avidemux itself to convert the file before you import it.
converted_audio.mp3.The error message "Cannot use that file as audio track" in Avidemux typically occurs because the software expects raw audio streams rather than audio stored within a container like MP4 or M4A when importing external tracks. Primary Causes of the Error
Unsupported Container Format: Avidemux cannot invoke demuxers for external audio tracks. If you try to add an .m4a or .mp4 file as an external track, it will fail because these are containers, not raw streams.
Encapsulation Issues: For AAC files, Avidemux specifically requires the audio to be in a raw ADTS or LATM envelope. Standard M4A files from iTunes or Audacity are often rejected for this reason. avidemux+cannot+use+that+file+as+audio+track
Bitrate and Bit-Depth Restrictions: External audio tracks may fail if they use incompatible bit rates; specifically, some users find that audio rendered at 16-bit or lower works more reliably.
Metadata Corruption: Excess metadata at the head of a file (common in files from Traktor or similar DJ software) can confuse Avidemux, causing it to misinterpret frame headers and reject the file.
Version Mismatch: Older versions of Avidemux have more limited support for modern external audio streams. Using the latest release (e.g., version 2.8.1 or later) is often recommended as a first step to resolve these bugs. How to Fix the Error
To resolve this, you must provide Avidemux with a compatible raw audio format. 1. Convert to a Supported Raw Format
Convert your audio file to one of the following formats, which are natively supported as external tracks: MP3 (Constant Bit Rate is most stable). AC3. WAV (16-bit or 24-bit PCM). Raw AAC (ADTS-encapsulated). 2. Use FFmpeg for Quick Remuxing
If you have an M4A or MP4 file and want to strip it to a raw stream for Avidemux, you can use the FFmpeg command line tool:
# To extract raw AAC from an M4A container ffmpeg -i input.m4a -acodec copy -bsf:a aac_adtstoasc output.aac Use code with caution. Copied to clipboard 3. Adjust Metadata
If you suspect metadata is the issue, you can try "cleaning" the file by running it through a simple converter or a metadata stripper. Removing the first several bytes of a file that contains Traktor metadata has been known to fix rejection issues.
Here's some content related to the error "Avidemux: Cannot use that file as audio track":
Error Description
The "Cannot use that file as audio track" error in Avidemux typically occurs when you're trying to add an audio file to your video project, but Avidemux is unable to read or recognize the audio file.
Common Causes
Solutions
Troubleshooting Steps
Alternative Solutions
By following these steps, you should be able to resolve the "Cannot use that file as audio track" error in Avidemux and successfully add the audio file to your video project.
Here’s a useful write‑up explaining the error “Avidemux cannot use that file as audio track”, why it happens, and how to fix it. The "Cannot use that file as audio track"
Since transcoding is happening anyway, the feature could include a checkbox in the dialog: "Normalize audio levels during conversion." This solves the common secondary problem where external audio files are too quiet or loud compared to the video.
If your “audio file” is actually a video (.mkv, .mp4, .avi), Avidemux will reject it.
Extract only the audio first:
ffmpeg -i video.mp4 -vn -ar 48000 -ac 2 audio_for_avidemux.wav
If these steps fail, provide:
This will let others give a precise fix or a one-line ffmpeg command tailored to your file.
Here’s a post you can use on forums like Reddit, VideoHelp, or Super User:
Title: Avidemux error: "Cannot use that file as audio track" – how to fix?
Post:
Hi everyone,
I’m trying to replace or add an external audio track in Avidemux, but when I go to Audio → Select Track and choose my file (MP3 or M4A), I get the error:
Cannot use that file as audio track
Both the video file and the audio file play fine in other players. I’ve tried:
Has anyone found a reliable workaround? Is there a specific format Avidemux expects?
Thanks!
If you want a shorter version for social media (e.g., Twitter/Mastodon):
Getting "cannot use that file as audio track" in Avidemux when adding external audio. File plays fine elsewhere. Tried WAV, MP3 CBR, matching sample rate. Any fix? #Avidemux
The error message "Cannot use that file as audio track" in Avidemux typically occurs because the software cannot decode the specific audio format or the file lacks a valid header for external synchronization.
How to Fix "Cannot Use That File as Audio Track" in Avidemux Open your video in Avidemux first Go to
Avidemux is a powerful, lightweight tool for quick video editing, but it can be picky about external audio sources. If you are trying to add a music bed or a voiceover and hit this wall, it is usually a compatibility issue. 🛠 Quick Fixes 1. Convert to WAV
Avidemux has the highest compatibility with uncompressed PCM WAV files. Use a tool like Audacity or an online converter. Export your audio as WAV (Microsoft) 16-bit PCM.
In Avidemux, go to Audio > Select Track and try adding the WAV file. 2. Check Sample Rates
Avidemux sometimes struggles if the audio sample rate doesn't match standard video frequencies. Ensure your audio is set to 44100 Hz or 48000 Hz.
Non-standard rates (like 22050 Hz) can trigger the "cannot use" error. 3. Strip Metadata
Files with heavy ID3 tags or embedded album art can confuse Avidemux's simple parser. Save a "clean" version of the audio without any metadata. Simple export tools often strip these automatically. 📂 Common Causes
Unsupported Codecs: While Avidemux supports MP3 and AAC, specific variable bitrate (VBR) versions can cause failures.
Missing Headers: If the file was recorded on a mobile device, it might be missing the header information Avidemux needs to calculate the track length.
Container Mismatch: Attempting to use a .m4a or .ogg file directly often fails; these should be converted to .mp3 or .wav first. 🚀 Advanced Method: Using Command Line (FFmpeg)
If you have many files or want a guaranteed fix, use FFmpeg to "clean" the audio track for Avidemux:
ffmpeg -i input_audio.mp3 -vn -acodec pcm_s16le -ar 44100 output_audio.wav This command: Removes video data (-vn) Converts to standard PCM 16-bit (-acodec pcm_s16le) Sets the rate to 44.1kHz (-ar 44100)
💡 Pro Tip: Always ensure you are using the latest version of Avidemux, as newer builds include updated FFmpeg libraries that handle more audio formats natively.
Troubleshooting Avidemux: "Cannot use that file as audio track" Error
Avidemux is a popular, open-source video editing software that allows users to edit and manipulate video files. While it's a powerful tool, users can encounter errors, such as the frustrating "Cannot use that file as audio track" message. In this article, we'll explore the possible causes of this error and provide step-by-step solutions to help you resolve the issue.
What does the error message mean?
When you try to add an audio file to your project in Avidemux, you may encounter the "Cannot use that file as audio track" error. This message indicates that Avidemux is unable to read or import the audio file you've selected. There are several reasons why this might happen, and we'll discuss them below.
Possible causes of the error
Solutions to the "Cannot use that file as audio track" error
To resolve the issue, try the following solutions:
Front Office Football has received significant critical acclaim over the years. Reviewers have rewarded the game for its attention to detail and the depth of the simulation. You can read several recent and past reviews of Front Office Football.
Electronic Arts published versions of Front Office Football in 1999, 2000 and 2001. While they are no longer for sale, this was a great experience for Solecismic Software and resulted in tremendous exposure for Front Office Football. For more information about EA Sports products, please visit EA SPORTS.
|
|
Copyright © Solecismic Software, 1998-2025. All Rights Reserved.