Code: Select all
vlc -v --scale=0.25 --video-x=0 --video-y=0 Movie.mp4
Code: Select all
vlc -v --scale=0.25 --video-x=0 --video-y=0 Movie.mp4
I have tried the no embed option but that didnt work also.Qt4 never respected the video-x and video-y setting. We definitely don't want to move the whole UI on every video...
If you want to set the video position, you need to disable embedded mode.
Code: Select all
cvlc --video-x 0 --video-y 0 --no-embedded-video --scale 0.25 Movie.mp4
Return to “VLC media player for Linux and friends Troubleshooting”
Users browsing this forum: No registered users and 9 guests