Skip to main content

Vlc media player



As per my personnal experience from past 5-6 years this is the most trusty media player which I can trust upon to play any video.. it can play 3gp to full hd and even built and repair the broken crashed videos.. adding more there regular updates which are easily to download.. the setup is hardly(20-25 m.b)
It’s short-cut key controls:

1. common controls of vlc>>
Ffullscreen
SpacePause or play movie
VSubtitles on/off (or s)
BAudio track cycle
Ctrl+Arrow Up/Ctrl+Arrow DownVolume



2. Mouse controls>
Double clickFullscreen
ScrollVolume or Position (see settings)
Right clickLocal menu (play controls, audio/video)


3. Movie Navigation>>
Ctrl+DOpen disc menu
Ctrl+FOpen folder (browse folder menu)
Ctrl+R/Ctrl+SAdvanced open file
Ctrl+Oopen single file(s)
Mmute and unmute audio
Pplay movie (from the very beginning)
Sstop movie
EscExit full screen mode
[+]/-/=Faster, slower, normal
Aaspect ratio
CCrop screen
G/HDecrease subtitle delay / Increase subtitle delay
J/KDecrease audio delay / Increase audio delay
ZChange zoom mode
Ctrl+1Ctrl+2Ctrl+3,Ctrl+4Recent media (in Media - Recent media menu)
TShow time
Ctrl+TGoto time


4. Jump in playback
Shift+Arrow Left/Arrow RightVery short jump (3 seconds)
Alt+Arrow Left/Arrow RightShort jump (10 seconds)
Ctrl+Arrow Left/Arrow RightMedium jump (1 minute)
Ctrl+Alt+Arrow Left/Arrow RightLong jump


5. Manage VLC, Playlists, and Special Commands
Ctrl+HHide / unhide controls
Ctrl+PPreferences/ interface settings
Ctrl+EAdjustments and audio/video effects
Ctrl+BEdit bookmarks
Ctrl+MOpen messages
Ctrl+NOpen network
Ctrl+COpen captue device
Ctrl+LOpen playlist
Ctrl+YSave playlist
Ctrl+I/Ctrl+JMedia information
Alt+AOpen audio menu
Alt+HOpen help menu
Alt+MOpen media menu
Alt+POpen playlist menu
Alt+TOpen tool menu
Alt+VOpen video menu
Alt+LOpen playback menu
DShow movie path
NPlay next movie from playlist
F1Show Help
F11Window full-screen (not equal to pressing F)
Alt+F4Alt+q or Ctrl+QQuit VLC






**Added feature which provides user advanced controls to change the audio track with just simply pressing ‘B’ there..




Comments

Popular posts from this blog

PowerShell Gallery is currently unavailable

Recently working on an automation in windows server I got this issue and my automation got stopped. Generally by this error you will know the server is unable to reach out to the PSGallery. ERROR [DBG]: PS C:\Users\nagarro>> Get-PSGalleryApiAvailability -Repository PSGallery VERBOSE: Error in executing PowerShell Gallery is currently unavailable.  Please try again later. Resolution So 2 things which can be done here is: 1. [Net.ServicePointManager]::SecurityProtocol Run this command to check whether the tls1.2 is enabled or not. I f it is not listed just run this command- [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12      2. Sometimes the internet explorer first configuration due to security reason my cause this issue. So you need to open the PS gallery in the IE and add these sites as a exception. You can also disable the config in the registry setting of IE. I was able to so...

How to increase internal memory of your Android !!

Want you to increase Internal Memory of your Android !! 1- First you have to download Mini tool Partition and install on your PC. 2- Connect your SD card to your PC using card reader and backup your SD card data onto your PC as we are going to format it. 3-  Open Mini Tool Partition in your PC and when the wizards open click on your SD Card and select Delete option. Now your SD Card memory is unallocated. 4- Then Right click SD Card and select create option. A popup window will open giving you the choice for making partition ; create partition as primary and file system as FAT if SD Card is less than 4GB and FAT32 if it is more than 4GB. Leave about 256 MB or more space (your choice) for creating the next partition which will be your phone's internal memory. 5- Then select done and do right click on unallocated space of your SD Card and again click create option. Select Primary partition but change the file system to Ext2, Ext3 or Ext4. ( Note: Ext2 is recommended as most ROMs...

Free container labs

Hello all, I am going to share free labs for quick hands on Docker and kubernetes. Hope they will be useful. 1.    Docker Lab setup