Skip to content

Commit

Permalink
Update mpv --sub-codepage syntax
Browse files Browse the repository at this point in the history
"This option changed in mpv 0.23.0. Support for the old syntax was fully
removed in mpv 0.24.0."

https://mpv.io/manual/master/#options-sub-codepage
  • Loading branch information
otsaloma committed Apr 27, 2017
1 parent 1a94fff commit e115768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeidon/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class PlayerMPV(aeidon.EnumerationItem):
"--hr-seek=yes",
"--start=$SECONDS",
"--sub-file=$SUBFILE",
"--sub-codepage=utf-8:utf-8-broken",
"--sub-codepage=utf-8",
"$VIDEOFILE",))

label = "mpv"
Expand Down

0 comments on commit e115768

Please sign in to comment.