unosquare / ffmediaelement

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

Using the same ffme instance on two windows #453

Closed ghost closed 4 years ago

ghost commented 4 years ago

Using the same ffme instance on two windows

Issue Categories

Version Information

Hi. I would like to ask if it is possible to use one instance of FFME in two different windows? (Or redirect output from one instance in one window into another instance in another window). Because I am trying to do one editing window with smaller preview where I am doing some overlays etc. and second fullscreen window that would contain the mirror image of this first window. If yes, could you tell me how?

Thank you

mariodivece commented 4 years ago

Sure. Take a look at issue #121 - Make sure you read through all the comments because the event arguments have been updated.