buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
641 stars 112 forks source link

Issue with video/gif #207

Open Wxlfie646 opened 1 month ago

Wxlfie646 commented 1 month ago

Whenever I select a video/gif as the input file the background goes black and does not render the input. I have tried changing all the settings and input types but no matter what it doesn't display anything, that being said pictures display just fine.

buchizo commented 1 month ago

ClaudiaIDE is using MediaElement in WPF. What kind of your video file format is using as follows? https://stackoverflow.com/questions/28394220/what-formats-does-the-mediaelement-support

Wxlfie646 commented 1 month ago

I have tried mp4 aswell as gif and various other video file types, but regardless none display

buchizo commented 1 month ago

Could you share your settings and video file?

Wxlfie646 commented 1 month ago

Heres the video was too big to upload but its a 1 min loop image image https://youtu.be/hBt5g0G6KWw

buchizo commented 1 month ago

Hmm, I tried your settings and using same resolution video as follows. https://www.vecteezy.com/video/27494430-green-fabric-study-liquid-gradients-background-abstract-animation-hd-2d-4k-mp4 image

Unfortunately, no problem in my env.

https://github.com/user-attachments/assets/27f573d8-e4e8-443d-a9dc-9c60922d039e

If possible, check your Visual Studio log: https://learn.microsoft.com/en-us/visualstudio/ide/reference/log-devenv-exe?view=vs-2019

And turn on hardware graphics acceleration image

Wxlfie646 commented 1 month ago

odd I've tried all settings as such and no difference, I may try uninstalling as I cannot find the VSLog.

buchizo commented 1 month ago

The logfile need to run with /Log argument for devenv.exe on start.

Wxlfie646 commented 1 month ago

Here is the activity log if that is what you mean: https://pastebin.com/irR1QbZR

buchizo commented 1 month ago

This sample project is similar claudiaIDE using MediaElement. mediaelement-test.zip

Could you check it on your environment?