This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Single: | |
avconv -acodec libmp3lame -i test.m4b test.mp3 | |
Batch: | |
for f in *m4b; do avconv -i "$f" -acodec libmp3lame ${f%.m4b}.mp3"; done | |
Single: | |
ffmpeg -i input.wav -codec:a libmp3lame -qscale:a 7 output.mp3 | |
Batch: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vielen Dank für dein Engagement und viel Kraft für die Zukunft! |