Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(doc) Adapt mpv process example in player setup #1067

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

jreusch
Copy link
Contributor

@jreusch jreusch commented Oct 23, 2022

Cli flag was removed in newer mpv versions. Was already adapted in raw mpv example but not in process input one.

example given for process mpv produced

Option ao: this option does not accept sub-options.
Sub-options for --vo and --ao were removed from mpv in release 0.23.0.
See https://0x0.st/uM for details.
Error parsing option ao (option parameter could not be parsed)
Setting commandline option --ao=pcm:file=/dev/stdout failed.

Took us five minutes to figure this out, hope this safes others some time. :)
When changing saw that up in the file the explicit mpv example was already adapted.

Cli flag was removed in newer mpv versions. Was already adapted in raw
mpv example but not in process input one.
@jreusch
Copy link
Contributor Author

jreusch commented Oct 23, 2022

gnah, dropped one dash in the argument. added&verified finally.

@badaix badaix merged commit 7c45fb2 into badaix:develop Jul 14, 2023
@badaix
Copy link
Owner

badaix commented Jul 14, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants