User Tools

Site Tools


terminal:mp3toflac

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
terminal:mp3toflac [2024/08/20 16:36] meloterminal:mp3toflac [2024/08/20 16:37] (current) melo
Line 5: Line 5:
  
 bash loop: bash loop:
-<code>for f in *.flac; do ffmpeg -i "$f" -ab 320k -map_metadata 0 -id3v2_version 3 "$f"; done</code>+<code>for f in *.flac; do ffmpeg -i "$f" -ab 320k -map_metadata 0 -id3v2_version 3 "${f%.*}.mp3"; done</code>
terminal/mp3toflac.txt · Last modified: 2024/08/20 16:37 by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki