Alkl58
Alkl58
Also btw, which is a easier solution: If audio gets encoded, all you need to specify is: `-af aformat=channel_layouts="7.1|5.1|stereo|mono"` It will correctly choose the channel layout combined with `-ac`, as...
I made a working implementation here: https://github.com/Alkl58/psitransfer/commit/fe8a745f4656791a742c28d831325cbf2dfd8a48
It has been 2 months. As far as I remember, I had to do these indention changes because of the updated pug package. Will have to look into it again.
Added Direct Download Button here: https://github.com/Alkl58/psitransfer/commit/65ee888137c4ba040fdd152d265b7b38efa9dc40 Added Hide ZIP / TAR Button when only one file here: https://github.com/Alkl58/psitransfer/commit/8fd28ede124492926ea7e89e07b7ff8d0457c0ca
A work around is to build it with docker compose locally directly from git, so there is no need for Docker Hub: ```yaml version: "3.3" services: psitransfer: build: https://github.com/psi-4ward/psitransfer.git ......
I have created updated builds here: https://github.com/Alkl58/psitransfer/releases Docker Hub Images: https://hub.docker.com/r/alkl58/psitransfer/
> My suggestion would be - to cut the initial file into chunks by excel timestamps before encoding It would be even slower if we did it that way, as...
The main problem is, that I can't test wether it would work or not. The best would be if ffmpeg would support it, however currently I can't find any information...
This thread can / should continue in #118
A bit late ( * cough * 6 month * cough * ), however indention in this PR should be fixed now.