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

Low quality video #44

Open
maaa101 opened this issue Jun 24, 2022 · 4 comments
Open

Low quality video #44

maaa101 opened this issue Jun 24, 2022 · 4 comments

Comments

@maaa101
Copy link

maaa101 commented Jun 24, 2022

I applied my animated wallpaper and the wallpaper is pixelated/low resolution. When viewing it in mpv, it's high quality.

@aurkaxi
Copy link

aurkaxi commented Sep 4, 2022

same

@ghost
Copy link

ghost commented Sep 6, 2022

2022-09-06.08-56-13.mp4

yes not nice quality

@duracell80
Copy link

duracell80 commented Oct 8, 2022

In your git clone directory, add this on line 170 (to the ffmpeg call after -i ) to the file "wallset"
-qscale:v 2

Like

ffmpeg -y -ss 00:00 -i ${1} -qscale:v 2 -t 10 "${_dir_vid}/${a}/filename%05d.jpg" > ....

  • Run from the current directory or copy the "wallset" file to ~/.local/bin
  • Remove the wallset in /usr/local/bin
  • Close and reopen terminal or logout and back in, now your wallset is local to you and you can tweak as needed

sudo rm -f /usr/local/bin/wallset
cp -f wallset ~/.local/bin

High quality files to test with ... here

@ghost
Copy link

ghost commented Oct 8, 2022

ı don't use now

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

3 participants