I am running mpv on Debian testing/buster hence running mpv 0.25.0 . I had asked a question about making subtitles bigger in Making subtitles (.srt) bigger or smaller with mpv and was told that if I put the values in ~/.mpv/config it should work .
I put the following values -
[$] cat config
1 # Write your default config options here!
2 alang=eng,en,english
3 slang=en,eng,english
4 sub-scale=1
and tried to source it and got the following error -
[$] source ~/.mpv/config
/home/shirish/.mpv/config:4: command not found: sub-scale=1
Can somebody tell/share what am I doing wrong ?