FFmpeg - Encode FLAC: Difference between revisions
From PiRho Knowledgebase
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Category:FFmpeg]] | [[Category:FFmpeg]] | ||
[[Category:FLAC]] | |||
<code>ffmpeg -i <input.file> -c:a flac <output.file></code><br/> | <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?]] | Reference: [[https://forum.doom9.org/showthread.php?t=167345 Doom9: Using FFmpeg to encode flac?]] | ||
Latest revision as of 12:36, 6 March 2025
ffmpeg -i <input.file> -c:a flac <output.file>
Reference: [Doom9: Using FFmpeg to encode flac?]