This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
bare-dotfiles/bin/make-m4b.sh

3 lines
95 B
Bash
Raw Normal View History

2018-07-17 09:48:02 -04:00
#!/bin/bash
ffmpeg -i "concat:$(ls -1 *.mp3 | paste -sd "|" -)" -c:a aac -b:a 64k -f mp4 o.mp4