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

Wallset video feature MP4 compression issues #22

Open
vsawce opened this issue Feb 4, 2021 · 2 comments
Open

Wallset video feature MP4 compression issues #22

vsawce opened this issue Feb 4, 2021 · 2 comments

Comments

@vsawce
Copy link

vsawce commented Feb 4, 2021

The video feature compresses the MP4 file rather than displaying the source quality. The video tested is a simple 7 second, 1920*1080, 9MB MP4 video.

It was set using wallset --video [directory] using both regular and superuser privileges.

Comparison (you may need to view in full-screen, open the image in a new window):
https://imgur.com/a/2AEXElV

Issue occurs on Linux Mint 19.3 Cinnamon.
CPU: Ryzen 2700x
GPU: GTX 1060 3GB
Memory: 16GB 2933MHz

@vsawce
Copy link
Author

vsawce commented Feb 4, 2021

A workaround is to adjust the ffmpeg arguments under the _video function.

Adding "-qscale:v [2-31, 2 = better quality and 31 = worst quality]" before "-t 10" should fix poor compression issues. Note that in able for this workaround to work, you must uninstall and reinstall wallset using "sudo ./install.sh uninstall" and then preferably restart your computer.

However, this workaround seems to slow the frame-rate somewhat, even after minimizing/deleting the sleep statement under the feh loop. The issue seems to stem from a limit of feh's speed.

@duracell80
Copy link

I commented out the convert and feh lines and reduced sleep to 0.005

How to copy and use wallset for local user only in #44

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