initial commit of media shit
This commit is contained in:
commit
8c0a5e3aa7
38 changed files with 9195 additions and 0 deletions
11
update_bgm.zsh
Executable file
11
update_bgm.zsh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/zsh
|
||||
|
||||
mkdir bgm
|
||||
find Bgm -name \*.adx -delete
|
||||
for i in Bgm/*.acb;
|
||||
do
|
||||
mono acb_extract.exe "$i"
|
||||
done
|
||||
find Bgm -name \*.adx | parallel ffmpeg -i {} -acodec libopus -ab 192k -af aresample=48000 bgm/{/.}.opus -n
|
||||
../scripts/adx_parse.py $(find Bgm -name \*.adx)
|
||||
cp loop.json bgm/BgmLoop.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue