7 lines
220 B
YAML
7 lines
220 B
YAML
|
# path to ffmpeg if it is not on the path
|
||
|
ffmpeg_path: 'ffmpeg'
|
||
|
# path to vgmstream if it is not on the path
|
||
|
# required for some audio conversions
|
||
|
# https://github.com/vgmstream/vgmstream
|
||
|
vgmstream_path: 'vgmstream-cli'
|