FFmpeg - Encode FLAC: Difference between revisions
From PiRho Knowledgebase
Jump to navigationJump to search
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?" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[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?]