# Audio Duration Checker

Get the exact duration of an audio file

> Canonical page: https://elysiatools.com/en/tools/audio-duration-checker

- **Category:** Media

- **Keywords:** audio, duration, length, ffprobe, timing

## Overview

Uses ffprobe to return precise length (seconds, milliseconds, and formatted time) plus per-stream timing info.

## Inputs

- **Audio File** (file): Select an audio file

## When to use

- When you need to verify an audio file's duration before uploading to platforms with time limits.
- When editing audio and require precise timing for synchronization with other media.
- When cataloging audio files and want to include accurate duration metadata.

## How it works

- Upload your audio file using the file input field.
- The tool processes the file with ffprobe to extract duration data.
- Results are displayed in JSON format, showing total duration and stream-specific timings.
- You can copy or use the JSON output for further processing or reference.

## Use cases

- Podcast producers checking episode lengths to meet hosting platform requirements.
- Music producers verifying track durations for album compilations or streaming services.
- Audio engineers ensuring files meet specific timing standards for broadcasts or edits.

## Frequently asked questions

### What audio formats are supported?

Common formats like MP3, WAV, AAC, and others that ffprobe can read are supported.

### How accurate is the duration measurement?

It provides precise measurements down to milliseconds using ffprobe.

### Is there a file size limit?

Yes, the maximum file size is 200 MB as per the tool's configuration.

### Can this tool be used for video files?

No, it is designed specifically for audio files; video files require a different tool.

### What does the JSON output include?

It includes duration in seconds, milliseconds, formatted time, and details for each audio stream.

## Related tools

- [Audio Caption Sync Checker](https://elysiatools.com/en/tools/audio-caption-sync-checker): Compare SRT or WebVTT cue timing with likely speech activity and flag timing drift.
- [Audio Platform Delivery Checker](https://elysiatools.com/en/tools/audio-platform-delivery-checker): Check podcast or spoken-audio files against platform delivery profiles, including codec, loudness, metadata, chapters, cover art, and decodability.
- [Audio Audiobook ACX Validator](https://elysiatools.com/en/tools/audio-audiobook-acx-validator): Validate an audiobook chapter or full file against ACX/Audible submission requirements: RMS, peak, noise floor, duration, format, and chapters.
- [Audio Dictation Quality Checker](https://elysiatools.com/en/tools/audio-dictation-quality-checker): Check whether audio is suitable for transcription using SNR, clipping, format, channels, and speech activity.
- [Audio Dynamic Range Report](https://elysiatools.com/en/tools/audio-dynamic-range-report): Analyze and report on the dynamic range of an audio file
- [Audio Fingerprint Generator](https://elysiatools.com/en/tools/audio-fingerprint-generator): Generate an acoustic fingerprint of an audio file
- [Audio Format Info](https://elysiatools.com/en/tools/audio-format-info): Get detailed information about the audio format (codec, bitrate, etc.)
- [Audio Metadata Viewer](https://elysiatools.com/en/tools/audio-metadata-viewer): View all metadata tags of an audio file

## Samples

- [Copyright-Free FLAC Audio Samples](https://elysiatools.com/en/samples/flac-samples): Lossless FLAC audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Copyright-Free MP3 Audio Samples](https://elysiatools.com/en/samples/mp3-samples): Collection of royalty-free audio samples for testing and development purposes including nature sounds, meditation music, and ambient audio
- [Copyright-Free WAV Audio Samples](https://elysiatools.com/en/samples/wav-samples): Uncompressed PCM WAV audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Copyright-Free Raw PCM Audio Samples](https://elysiatools.com/en/samples/pcm-samples): Raw PCM s16le audio samples featuring nature ambience and relaxing music for waveform, playback, and conversion workflows

## Related content

- [Audio Analysis and Visualization Tools](https://elysiatools.com/en/hubs/audio-analysis-and-visualization-tools): Visualize audio, inspect stereo, diagnose signal and timing, and check files before delivery.
- [Convert Audio Without Guessing the Codec or Delivery Settings](https://elysiatools.com/en/hubs/audio-convert): Inspect the source, choose one deliberate conversion path, change only destination-required parameters, and verify the delivered audio file.
