-
Notifications
You must be signed in to change notification settings - Fork 58
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
ffmpeg output is distorted (vertical lines) #97
Comments
What OS version is the device? |
Forgot to mention the remarkable2 is at 3.6.0.1865
…On Mon, 11 Sept 2023, 18:27 Nathaniel van Diepen, ***@***.***> wrote:
What OS version is the device?
—
Reply to this email directly, view it on GitHub
<#97 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5VYTLQSC2KNN3Q4BXNTXDXZ4UW5ANCNFSM6AAAAAA4TBXS2M>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This is likely a duplicate of #95 |
Thanks. I will try the suggested fix at
#95 (comment) and let
you know.
…On Mon, 11 Sept 2023, 21:40 Nathaniel van Diepen, ***@***.***> wrote:
This is likely a duplicate of #95
<#95>
—
Reply to this email directly, view it on GitHub
<#97 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5VYTP4UWJVWVTMXHE2ET3XZ5LINANCNFSM6AAAAAA4TBXS2M>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks! I think it was the pixel format in the first place that was causing the issue. I have tuned my options to the below:
Now, just a small leftover: |
Hello, In the header part of the code In the part which check the remarkable 2 version In my case the grey12be was cleaner but feel free to try out the available format in the list (ending by be is nicer than le). One remaining minor issue is that the stream is duplicated into two vertical windows but resizing the app window works just fine to remain lazy enough. |
This should be fixed in the latest release by #100. Let me know if you encounter any additional issues. |
I was using the reStream on a weekly basis and without any changes to the settings/code, the output became garbled.
Host is Fedora release 38 (went from beta to GA over a few
dnf upgrade
s)I am currently at 3862d9c and using the below:
The text was updated successfully, but these errors were encountered: