-------------------------------------------------------------README------------------------------------------------------------------ --Open Notepad --Type/paste the preferred configuration for mpv --Save the file as "mpv.conf" --[remember .txt shouldn't be there at the end of the file name while saving] --Save the config file in this location:- --C:\Users\Username\AppData\Roaming\mpv ------------------------------------------------------------------------------------------------------------------------------------- #Video #Starts mpv in fullscreen mode [To Exit fullscreen press esc or f key] --fullscreen #Displays file name instead of title name in On Screen Controller [OSC] script-opts='osc-title=${filename}' #Hide Cursor in ms --cursor-autohide=200 #On Screen Display [OSD] #Don't show a huge volume box on screen when turning the volume up/down or while seeking. --osd-bar=no --osd-font-size=25 --osd-font='Source Sans Pro' --osd-color='#CCFFFFFF' --osd-border-color='#DD322640' #Audio --volume=100 --volume-max=120 #Audio language priority --alang=eng,en,enUS,en-US,English,jpn,jp,jap,Japanese #Load external audio with (almost) the same name as the video --audio-file-auto=fuzzy #Subtitle --sub-visibility=yes --sub-font="Source Sans Pro Semibold" --sub-font-size=47 --sub-color="#FFFFFFFF" --sub-border-color="#FF262626" --sub-border-size=3.2 --sub-shadow-offset=1 --sub-shadow-color="#33000000" --sub-spacing=0.5 --sub-margin-y=70 #Subtitle Language Priority --slang=eng,en,enUS,en-US,English #Load external subtitles with (almost) the same name as the video --sub-auto=fuzzy #Screenshots [Saved in Desktop by Default] --screenshot-format=png --screenshot-jpeg-quality=100 ------------------------------------------------------------------------------------------------------------------------------------- -ADITYA K