Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: mux/compile multiple destination files into one #1474

Open
MrSimmo opened this issue Jul 24, 2024 · 0 comments
Open

Feature request: mux/compile multiple destination files into one #1474

MrSimmo opened this issue Jul 24, 2024 · 0 comments

Comments

@MrSimmo
Copy link

MrSimmo commented Jul 24, 2024

It would be great to be able to have the option to mux / compile / merge the destination files into a single file.

So for example, bring source files:

1_filename_(bass).flac
1_filename_(drums).flac

into:
1_filename_(remuxedoutput).flac

Ffmpeg could be used to do this; a command something similar to:
ffmpeg "${wav_files[@]}" -compression_level 8 -filter_complex "amerge=inputs=$(ls *.wav | wc -l)" -ac 2 "[output.flac]"; then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant