meta

what's the meta about say it ditto dot net?

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
Next revision
Previous revision
terminal:mp3toflac [2024/08/20 06:32] meloterminal:mp3toflac [2025/08/16 02:29] (current) – removed melo
Line 1: Line 1:
-===== flac to mp3 ===== 
  
-one off: 
-<code>ffmpeg -i "file.flac" -ab 320k -map_metadata 0 -id3v2_version 3 "file.mp3"</code> 
- 
-bash loop: 
-<code>for f in *.flac; do ffmpeg -i "$f" -ab 320k -map_metadata 0 -id3v2_version 3 "$f.mp3"; done</code> 
terminal/mp3toflac.1724135543.txt.gz · Last modified: (external edit)