linux:rip-audio-cd
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:rip-audio-cd [2016/07/12 12:37] – created Wulf Rajek | linux:rip-audio-cd [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| </ | </ | ||
| + | |||
| + | ====== Flac to MP3 conversion ====== | ||
| + | |||
| + | To convert lossless FLAC files to mp3, the easiest option is using ffmpeg which will most likely already be installed. This script/ | ||
| + | < | ||
| + | #!/bin/bash | ||
| + | for a in ./*.flac; do | ||
| + | < /dev/null ffmpeg -i " | ||
| + | done | ||
| + | </ | ||
linux/rip-audio-cd.1468323455.txt.gz · Last modified: (external edit)