Tool Navigator

Convert FLV to MKV

Convert FLV videos to the versatile MKV container.

Recipe Parameters
output.sh
ffmpeg -y -i path/to/input.flv path/to/output.mkv
Warm Reminder

Project Under Development

This project is still in development and may contain errors. Please use with caution.

# Why use this command?

MKV is the Swiss Army knife of containers. Convert FLV to MKV to modernise your file while keeping the flexibility to add more tracks later.

# Parameter Explanation

The command takes the video/audio streams from the FLV file and wraps them in a Matroska (.mkv) container. This is usually very fast.

path/to/input.flvInput Flv configuration
path/to/output.mkvOutput Mkv configuration

Common Errors & Solutions

"Invalid frame rate in FLV header"

FLVs often have variable or incorrect frame rates. Use '-fflags +genpts' before the input to fix the timing in the output MKV.

Related Tools in Video