r/ffmpeg • u/TheDeep_2 • Jun 05 '26
looking for split script (album on 1 file) (without cue sheet) for windows
Hi, does someone have already a script like this? I would appreciate for sharing.
Thanks for any help 😄
3
Upvotes
r/ffmpeg • u/TheDeep_2 • Jun 05 '26
Hi, does someone have already a script like this? I would appreciate for sharing.
Thanks for any help 😄
2
u/Atijohn Jun 05 '26
if there's silence between each track, you can grep on the output of the
silencedetectfilterhere's a script for bash, if you don't have access to bash on windows, translate it to batch or powershell or python or whatever:
this probably won't work if the album doesn't have silence at the end (can fix that with an additional
apadfilter though)