I have a bunch of radio shows in .opus format. Each show is split into 1 hour segments so there’s 3-4 files per show.
What I’m looking for is a way to scan the folders (there’s one show per folder), join the files together, then convert to mp3 or m4b. So I end up with one file per show.
Anyone know of anything like that?
You must log in or register to comment.
ffmpeg can do this easily, but I don’t have a full command for you right now
What does the naming scheme look like? Is it like “part1.opus”, “part2.opus”, etc?
I’m an amateur programmer, bored, and feel like stitching together a program. lol.