change mp3 example since -k doesn't work with mp3

This commit is contained in:
yosh 2022-10-26 18:22:47 -04:00
parent 7ee1044fbe
commit 1dd8b0bbf2
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ recursively convert current directory to opus 160k, while removing any COMMENT o
`flacconv -b 160 -r "COMMENT|DESCRIPTION"`
recursively convert current directory to mp3 v0, removing all pictures, and keeping only TITLE, ARTIST, ALBUM, TRACKNUMBER
recursively convert current directory to mp3 v0, removing all pictures
`flacconv -3 -v 0 -p -k "TITLE|ARTIST|ALBUM|TRACKNUMBER"`
`flacconv -3 -v 0 -p`
[^1]: tested with dash, bash, and yash (set -o posixly-correct) on linux. further testing encouraged