Flyleaf icon indicating copy to clipboard operation
Flyleaf copied to clipboard

Media Player .NET Library for WinUI 3/ WPF/WinForms (based on FFmpeg/DirectX)

Results 33 Flyleaf issues
Sort by recently updated
recently updated
newest added

If I try to play a video .ts file that I am currently writing with the help of ffmpeg, the player set its duration and play up to the specified...

Hi @SuRGeoNix Is there any method download a video or record a live stream to a file whith extention temp? Then I can transcode it to a mp4 file. Because...

enhancement

Is it possible to insert a FlyleafSharedOverlay as the Visual of a VisualBrush? `` My SharedOverlay UserControl (to bind into the visual property of the visualbrush): ``` ``` I need...

Black--gamma--White like photoshop--Level: ![level](https://github.com/SuRGeoNix/Flyleaf/assets/19963715/749f80d5-8eed-4236-847e-9963a5848f9b) Black (0 min , 127 max) The default value for gamma is 2.2, (range 1.0 min 5.0 max) White(128 min , 255 max)

enhancement

- Added MaxOutputFps to video options - Changed to counting frames since the last flush to drop frames when the input rate (Speed * FPS) is greater than the specified...

I am using FlyleafLib.Controls.WPF 1.3.8 via nuget on .NET 8. I have written a WPF app that repeatedly creates/plays/stops/disposes flyleaf players. Over time, the process seems to leak handles as...

Hello. Sorry for posting two feature requests. I would like to add the ability to seek with subtitles like mpv, but it looks like this needs to be addressed by...

enhancement

I have a UserControl with a FlyleafSharedOverlay that has a Canvas as content that contains various elements and a DetachedContent that contains one or more Flyleafhosts for video playing on...

Thank you for your wonderful library! I am trying to create a player that can display two subtitles in different languages simultaneously for learning purposes. It doesn't seem to support...

enhancement

I can play a Bluray disc in MPV with the following command: ``` mpv --fs --bluray-device=f: bd:// ``` I haven't yet figured out a way to do this with Flyleaf....

enhancement