Added ffmpeg batch convert script.

This commit is contained in:
RealStickman 2020-09-21 20:54:10 +02:00
parent 2e40159470
commit af37509808

View File

@ -159,3 +159,11 @@ export PATH="$PATH":<path>
```bash ```bash
xdpyinfo | grep -B 2 resolution xdpyinfo | grep -B 2 resolution
``` ```
## Bash ffmpeg batch convert
```bash
bash lower-vol.sh <input ext> <output ext> <input directory> <output directory> <other options>
```
```bash
bash lower-vol.sh flac flac /home/marc/GitProjects/ffmpeg-lower-vol/ /home/marc/GitProjects/ffmpeg-lower-vol/test "-filter:a volume=0.25"
```