deadbeef icon indicating copy to clipboard operation
deadbeef copied to clipboard

[Request] merge all selected tracks into one file when converting

Open jieweix opened this issue 2 years ago • 1 comments

When converting multiple tracks in a playlist, the output is individual files. Is it possible to add the feature of concatenating tracks into one file with no gap in between?

OS: Ubuntu 20.04.4 LTS Deadbeef version: 1.8.8

jieweix avatar Apr 27 '22 12:04 jieweix

You can also achieve something like this via shell commands. With mp3wrap you can very easily merge the marked files into one. With ffmpeg you could also do this for other formats or even convert them at the same time, but the syntax of ffmeg is very uncommon but on the ffmpeg homepage they provide a bash script that makes the syntax easy.

How to merge MP3 files Linux: https://linuxconfig.org/joining-mp3-music-files-to-a-single-track

kpcee avatar Apr 30 '22 08:04 kpcee