Skip to main content

Setting Video As Desktop Wallpaper

Setting Video As Desktop Wallpaper


video wallpaper
Ever wanted to set cool videos as your computers Desktop Wallpaper, then you came to right place. Today in this post i will teach you how to set videos as your Desktop Wallpaper with a simple nice little trick and small tool or software that mostly every one has installed on their computer or laptop. This trick works on Windows Xp as well as it works on windows 7. Go through below post to learn this simple trick.



How to set video as desktop wallpaper ?

1. Open VLC Media Player. If you don't have it download it frome Here.
2. Then Go to Tools > Preference Or press CTRL + P and Selecet Video from left panel
3. Then Choose DirectX video output from output dropdown list
as shown in below image .
Video wallpaper

4. Save the changes ans restart VLC Media Player.
5. Play any video you would like to set as your desktop wallpaper.
6. Then click on Video and select DirectX Wallpaper from the dropdown list as show in below image.
Video wallpaper


7. Now Minimize vlc player and you will see your video running on your desktop as wallpaper.
8. If you want your default wallpaper back then uncheck DirectX Wallpaper from video dropdown list.
9. Hope you like this simple trick share your thought about this trick in comment section.

Comments

Popular posts from this blog

Shortcut key to align code in eclipse

While learning java or working with java, we may need to copy a code from other source like internet or other files. When we do that the code may looks messy like before. which is not in standard and difficult to work on complex logics. Below key is useful to align the messy code:       Ctrl + Shift + F:   Formats a selected block of code or a whole source file.  Format messy code to Java-standard code.  If a code block is not selected, Eclipse applies formatting for the whole file. #shortcut key to align code in eclipse #shortcut_key_to_align_code_in_eclipse #shortcut_key_to_format_code_in_eclipse #shortCut key to format code in eclipse #shortcut_key_to_code_ alignment_in_eclipse #Auto- Alignment Shortcut Key  in  Eclips e

10 WhatsApp Tips and Tricks Everyone Should Know

For most of us, WhatsApp has become the default go-to messenger, because everyone's on it, and it's on nearly every platform. WhatsApp has over a billion downloads on Google Play alone, the only other messenger to boast that is Facebook Messenger. The app has made itself indispensable by adding a browser version and voice calling to its platform. For those who have to deal with the app on a daily basis, we've lined up some interesting tricks and tweaks that will improve your user-experience. 1. Mute group chats and notifications Group chat notifications can get noisy, they're best turned off when you have to focus on a task at hand. On Android On a group chat, tap the Menu button, and hit Mute. Then, choose the time-frame for which you would like the group to be muted. You can also disable notifications for the specified period. This feature is now available on the web browser too. On iPhone Open Group Chat, tap the group subject to reveal the Gr...

Navigation to webpage was cancelled

Today in my work , i faced a issue like i am not able to navigate to a URL . while installing a application it asked for the server name. I given the server name like "testserver" where the required web application sever is running. when i launch the application it try to navigate to URL "https://testserver/admin". here "testserver" is the remote machine name where the web server is running. but i got the error message below "Navigation to webpage was cancelled". To resolve i went to C:\Windows\System32\drivers\etc  where the application i am trying to open is located. Opened the Host file using notepad. Added the line 11.9.96.96 test server IP<space>server-name Above IP is just for example Saved the file and relaunched the application.  Now i am able to navigate to the URL "https://testserver/admin".