FFmpeg - Encode FLAC

From PiRho Knowledgebase
Revision as of 11:05, 6 March 2025 by Knowledgebaseadmin (talk | contribs) (Created page with "<code>ffmpeg -i <input.file> -c:a flac <output.file></code><br/> Reference: https://forum.doom9.org/showthread.php?t=167345 Doom9: Using FFmpeg to encode flac?")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ffmpeg -i <input.file> -c:a flac <output.file>
Reference: [Doom9: Using FFmpeg to encode flac?]