Added ffmpeg batch convert script.
This commit is contained in:
parent
2e40159470
commit
af37509808
@ -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"
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user