Search found 1 match

by mark9white
Sat Aug 08, 2015 10:37 am
Forum: Ableton Live
Topic: NI's new 'stems' files in Live?
Replies: 52
Views: 14530

Re: NI's new 'stems' files in Live?

To split a stems file into multiple mp4s that you can bring into Ableton:

ffmpeg -i input.stem.mp4 -vn -c:a copy -map '0:0' main.mp4 -map '0:1' chan1.mp4 -map '0:2' chan2.mp4 -map '0:3' chan3.mp4 -map '0:4' chan4.mp4

replace input.stem.mp4 with the name of the stems file.