https://bugs.kde.org/show_bug.cgi?id=491124
--- Comment #3 from Bernd <[email protected]> --- Ok, I see. (Never had that issue before so had no idea about that limitation) But you could use the Clip Job functionality to extract the streams using ffmpeg. I found this to be helpful, potentially: https://stackoverflow.com/questions/32922226/extract-every-audio-and-subtitles-from-a-video-with-ffmpeg You may need to create a bash script for this and specify that as the executable, or, if you always deal with the same amount of audio streams, use the 'Request option from list' option to specify the audio stream you want extracted. This means you need to run the clip job for every audio stream you need, but a) this gives you more flexibility, and b) it makes it easier to specify where the output should go (although you could use the 'Request file path' option for Parameter 2 and pass that on to the bash script). -- You are receiving this mail because: You are watching all bug changes.
