Can this be built on Windows?
It seems like split.py requires xld, which is on OSX only. If I am building it on Windows, what alternative can I use?
oh! good catch. i meant to comment that out and uncomment the code above it which uses ffmpeg which would be able to run on any platform.
Hi. I have some problems with ffmpeg (I've tried both Win10 and MacOS).
I did comment the 2 xld lines and un-comment the 2 ffmpeg lines. Now I get the correct amount of files but all of them are 0 bytes (no audio)
at the promt, I got the following lines as well:
[vorbis @ 000001b69e78b7a0] The encoder 'vorbis' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it. [vorbis @ 000001b69e78b7a0] Alternatively use the non experimental encoder 'libvorbis'. Conversion failed!
I tried both 48 and 44.1Khz / 16 bits audio files.
Any ideas?
did you try adding the -strict -2 as mentioned in the message on the ffmpeg line?
or you could install libvorbis and change where it says "vorbis" to "libvorbis" on that same line.