Command-line wallpaper mode problems...
Posted: 14 Jan 2015 20:45
When I set a video to wallpaper mode via the GUI (right-click->Set as Wallpaper), I always automatically get the same video appearance as in non-wallpapered mode... The video is automatically resized to fill as much of the desktop area as possible and if the aspect ratio is different from that of the desktop area, then the video is centered on the desktop with black bars added on both sides of the video.
Now, when I start the same video in wallpaper mode via the command-line interface using this command:
...VLC doesn't resize the video to fill the entire desktop area but it simply puts it at the upper left corner of the desktop in its original video size, leaving the rest of the original desktop area visible and usable. OTOH, if the original video size happens to be greater than the desktop area, then VLC does seem to resize the video to make it fit - but again positioning the resulting video size on the upper left corner of the desktop area and leaving some desktop area visible and usable to the right by not centering the video nor adding black bars to compensate for the difference in aspect ratio.
So, how can I make the command-line wallpaper mode behave like the GUI wallpaper mode? I've tried adding additional arguments to the above command-line call such as "--width=1366 --height=768" or "--width 1366 --height 768" but the resulting video on the desktop area is unaffected and always remains the same.
My desktop area with no video wallpaper:
My desktop area with video wallpaper set via the GUI (as I want it to look):
My desktop area with video wallpaper set via the command-line (as I do not want it to look):
Now, when I start the same video in wallpaper mode via the command-line interface using this command:
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --qt-start-minimized --video-wallpaper --no-video-title-show --repeat "C:\Downloads\Tutorial.mp4"
So, how can I make the command-line wallpaper mode behave like the GUI wallpaper mode? I've tried adding additional arguments to the above command-line call such as "--width=1366 --height=768" or "--width 1366 --height 768" but the resulting video on the desktop area is unaffected and always remains the same.
My desktop area with no video wallpaper:
My desktop area with video wallpaper set via the GUI (as I want it to look):
My desktop area with video wallpaper set via the command-line (as I do not want it to look):