splitting audiobooks: -t option together with -a does not work
utility to split mp3, ogg vorbis and FLAC files without decoding
Brought to you by:
io_alex_2004,
mtrotta
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I'm seeing the same thing with:
mp3splt -t 1.00 -a -p th=-55,min=0.5,off=0.5
Splitpoints are being generated in the middle of words :-(
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I just tried with:
mp3splt -s -p th=-55,min=0.5,off=0.5
same thing. So it seems silence detection in general isn't working properly.
Hi,
Please try by adding shots=2
mp3splt -s -p th=-55,min=0.5,off=0.5,shots=2
--
Alex
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Yes, it worked! Offsets are sometimes still a bit close to the start of the next word, but overall much more accurate. I found these settings optimal for my file:
mp3splt -s -p th=-55,min=0.5,off=0.2,shots=2,trackjoin=30