terroo / wallset

A wallpaper manager that makes it possible to put videos as wallpaper
GNU General Public License v3.0
365 stars 37 forks source link

Low quality video #44

Open maaa3 opened 2 years ago

maaa3 commented 2 years ago

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

aurkaxi commented 2 years ago

same

ghost commented 2 years ago

https://user-images.githubusercontent.com/80429360/188557608-60573c45-91e1-461a-bd51-6ad76a7d7eca.mp4

yes not nice quality

duracell80 commented 1 year ago

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" > ....

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

High quality files to test with ... here

ghost commented 1 year ago

ı don't use now