unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 240 forks source link

map channels from different audio tracks #506

Closed yappcat closed 4 years ago

yappcat commented 4 years ago

Map channels from different audio tracks

I ran into problem to map channels from different audio tracks. For example, we have 8 audiotracks with 1 channel. Our goal is to map 2 of them as 1 stereo track. I found a conversation on this subject (issue #324). I liked the idea about "pre-process the stream with fffmpeg and use the resulting stream to render it with FFME". Could you please clarify this? May be by using mediaelement.Open(IMediaInputStream stream)? And how can i wrap prepared ffmpeg stream into IMediaInputStream? Will the stream be seekable?

And of course, thanks for the excellent player!

Issue Categories

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.