# Why use this command?
Convert video audio to FLAC for lossless storage and archival purposes. FLAC preserves 100% of the audio data without the file size overhead of uncompressed WAV.
# Parameter Explanation
By disabling the video track with -vn, FFmpeg encodes the audio stream using the Free Lossless Audio Codec (FLAC).
path/to/input.mp4Input Mp4 configurationpath/to/output.flacOutput Flac configuration