Replies: 7 comments 14 replies
-
Hi @brabebhin, no, I never really tried to get FrameServer mode working. I heard too often that people had problems with that. I was hoping that someone would come up with a working solution, but that does not seem to be the case. I am also following that issue on WinUI github. |
Beta Was this translation helpful? Give feedback.
-
Truth to be told, I am getting a bit impatient with how Microsoft is handling media APIs. It's like the media team has been disbanded or something. I am looking into alternatives, maybe some lower level media foundation APIs... |
Beta Was this translation helpful? Give feedback.
-
Right, so here's my crazy idea. I am going to assume that most of our winRT objects are somehow convertible to the MF interfaces. I will start out based on the samples found around the interwebz. I'm kinda tired of waiting for Microsoft to fix their bugs ^^ |
Beta Was this translation helpful? Give feedback.
-
Hi @lukasf I am going to need a bit of guidance on this libass business. https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu However, when I try to do this, I get
I placed the libass source code in its "libass" folder under Libs. |
Beta Was this translation helpful? Give feedback.
-
HI @lukasf I am fairly confident I got the styling of cues mostly right. What do you think? |
Beta Was this translation helpful? Give feedback.
-
I was travelling through greece for a pretty long time with my family. Next week I will finally return, then I will have time to take a look at this. I will report back in a week or two. Getting sizing and positioning right is probably difficult, especially making it work with different combinations of UI and video resolution. And also sometimes subtitles are made for a video file of a specific resolution and then also added to a video file of a different resolution (and maybe even different aspect ratio). Handling such corner cases in a proper way surely is a non-trivial task. |
Beta Was this translation helpful? Give feedback.
-
Is there any progress? |
Beta Was this translation helpful? Give feedback.
-
Hi @lukasf
Have you ever managed to successfully render subtitles from the Mediaplayer object in frame server mode?
I have been trying to implement a MediaPlayerElement alternative in winUI and i seem unable to render subtitles. I keep getting an argument exception complaining about invalid parameters, but there is no useful info in the exception.
https://docs.microsoft.com/en-us/uwp/api/windows.media.playback.mediaplayer.rendersubtitlestosurface?view=winrt-22000
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions