mirror of
https://github.com/pisto/oggify
synced 2024-11-13 06:27:30 +00:00
cleanup
This commit is contained in:
parent
124c08cfb8
commit
99f61a7e85
@ -25,7 +25,6 @@ The script `tag_ogg` in the source tree can be used to automatically add the tra
|
||||
Use `oggify` with the `tag_ogg` helper script as described above, then convert with ffmpeg:
|
||||
```
|
||||
for ogg in *.ogg; do
|
||||
dest=$(sed 's/ogg$/mp3/' <<< "$ogg")
|
||||
ffmpeg -i "$ogg" -map_metadata 0:s:0 -id3v2_version 3 -codec:a libmp3lame -qscale:a 2 "$(basename "$ogg" .ogg).mp3"
|
||||
done
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user