prygun2 / audiosplit
有声书分割
dev-master
2021-01-23 03:00 UTC
Requires
- ext-json: *
- ext-simplexml: *
This package is not auto-updated.
Last update: 2024-09-29 18:25:29 UTC
README
安装
git clone https://gitlab.com/veselov.denis/audiobook.git audiobookcd audiobookcomposer install
无Docker的使用
php index.php --xml "silence-files/silence1.xml" --chapter "3000" --long "900000" --part "1000"php index.php --xml "silence-files/silence1.xml" --chapter "3000" --long "900000" --part "1000" > segments.json
Docker
docker-compose build appdocker-compose up -d
使用Docker的使用
docker-compose exec app php index.php --xml "silence-files/silence1.xml" --chapter "3000" --long "900000" --part "1000"docker-compose exec app php index.php --xml "silence-files/silence1.xml" --chapter "3000" --long "900000" --part "1000" > segments.json