libvlcsharp

How do I adjust the video resolution?

荒凉一梦 提交于 2021-02-10 16:29:52
问题 I'm trying to adjust the resolution of the incoming H.264 RTSP stream. I am running on Windows 10 for now, but will eventually move this to Linux. I am creating the LibVLC object passing in several command line args, but nothing I have tried affects the resulting screen resolution. When I open the same RTSP steam in the VLC media player app, the resolution is 2560x1980, which is the native resolution I want in my app. But, when my app runs, it's only 640x480. FYI - this is not a Windows UI

How do I adjust the video resolution?

耗尽温柔 提交于 2021-02-10 16:28:02
问题 I'm trying to adjust the resolution of the incoming H.264 RTSP stream. I am running on Windows 10 for now, but will eventually move this to Linux. I am creating the LibVLC object passing in several command line args, but nothing I have tried affects the resulting screen resolution. When I open the same RTSP steam in the VLC media player app, the resolution is 2560x1980, which is the native resolution I want in my app. But, when my app runs, it's only 640x480. FYI - this is not a Windows UI

To which Project should LibVLC dependencies be added?

孤者浪人 提交于 2021-01-27 19:04:42
问题 I have a Solution with .NET Framework Project A which builds a winforms application containing a class, MyPlayer which requires LibVLCSharp . In order for the application to build and run correctly I had to add the following Nuget packages: LibVLCSharp LibVLCSharp.WinForms VideoLAN.LibVLC.Windows Now I want to move class MyPlayer to a separate .NET Standard class library, Project B , to separate out function from UI and so that it can be used by multiple other projects targeted to different

How to create LibVLCSharp custom playback controls in Xamarin Forms?

对着背影说爱祢 提交于 2021-01-07 06:43:49
问题 I've been searching for days now for a guide on how to create the custom playback controls for LibVLCSharp that everyone seems to talk about, which I never found a guid for. I simply want to create other buttons with event handlers for the bottom playback control panel, I tried this but throws a System.NullReferenceException exception on startup while getting into break mode... <vlc:MediaPlayerElement MediaPlayer="{Binding MediaPlayer}" LibVLC="{Binding LibVLC}"> <vlc:MediaPlayerElement

How to create LibVLCSharp custom playback controls in Xamarin Forms?

可紊 提交于 2021-01-07 06:43:26
问题 I've been searching for days now for a guide on how to create the custom playback controls for LibVLCSharp that everyone seems to talk about, which I never found a guid for. I simply want to create other buttons with event handlers for the bottom playback control panel, I tried this but throws a System.NullReferenceException exception on startup while getting into break mode... <vlc:MediaPlayerElement MediaPlayer="{Binding MediaPlayer}" LibVLC="{Binding LibVLC}"> <vlc:MediaPlayerElement

Can I extract an audio clip (a single word) from the video and insert at different points/timeline of same video using FFMPEG/libvlcsharp?

霸气de小男生 提交于 2020-01-11 13:22:11
问题 I want to load a video that has a soundtrack, and I want it to take an audio clip of a single spoken word and I want the clip inserted at different points in the video. The output will be the new video. I also want to insert an image at certain points in the video (watermark). Can I do this using FFMPEG or libvlcsharp? 来源: https://stackoverflow.com/questions/59358375/can-i-extract-an-audio-clip-a-single-word-from-the-video-and-insert-at-differe