inside-music icon indicating copy to clipboard operation
inside-music copied to clipboard

Can this be built on Windows?

Open lflee opened this issue 8 years ago • 3 comments

It seems like split.py requires xld, which is on OSX only. If I am building it on Windows, what alternative can I use?

lflee avatar Sep 06 '17 13:09 lflee

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.

tambien avatar Sep 06 '17 14:09 tambien

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?

SauloCarranza avatar Jan 10 '18 15:01 SauloCarranza

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.

hapticdata avatar Feb 08 '18 17:02 hapticdata