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

encode compatibility #27

Open
KonstantinDjairo opened this issue Dec 31, 2023 · 2 comments
Open

encode compatibility #27

KonstantinDjairo opened this issue Dec 31, 2023 · 2 comments

Comments

@KonstantinDjairo
Copy link

i've noticed that the default encode may not be recognized in some platforms.
this is not a issue of videoclip itself, but it's just that the encoding is not widely used in the web, so as workaround i've made a script that converts a given video to a more compatible format.
my suggestion is that we could have a option in the dotfiles to enable this "compatible mode" instead of the default one (the user can choose whether to keep the default or change to the compatible-mode).

here's the simple script:

https://pastebin.com/EbnMaGjR

@tatsumoto-ren
Copy link
Member

We're already using yuv420p and libx264 so I'm not sure what we can change.

have a option in the dotfiles

Better store all mpv scripts-related options in ~/.config/mpv/script-opts/.

@KonstantinDjairo
Copy link
Author

weird, I'm quite sure that it doesn't produce the same result... maybe you could make a function (i.e assure_compatibility) to pass the result through it

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

No branches or pull requests

2 participants