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

Support other capturing tools than Byzanz #3

Open
lemmy04 opened this issue Jan 9, 2019 · 5 comments
Open

Support other capturing tools than Byzanz #3

lemmy04 opened this issue Jan 9, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@lemmy04
Copy link
Contributor

lemmy04 commented Jan 9, 2019

byzanz looks kind of abandoned to me ... website is down, no official release for eight years...

also, the output quality is quite bad compared to what gyazo on windows produces:

https://gyazo.com/8249f5aa920cf5140d090149d5968048

@lemmy04
Copy link
Contributor Author

lemmy04 commented Jan 9, 2019

here's the same view captured on windows:
https://gyazo.com/d5ebe0423a9091ea2c0e9b413cdcac72

looks almost as if byzanz does a really bad job of reducing the colordepth or something like that.

What other file formats does gyazo itself accept as uploads for video?

@mpsijm
Copy link
Owner

mpsijm commented Jan 9, 2019

Note that the GIF format indeed has only 256 colors and reduced frame rate, which is indeed really low quality compared to MP4, what Gyazo GIF for Windows uses:

https://gyazo.com/eac4c3d3312b459287c30f483937e01b

I just tried to upload an MP4 file via the command line (by running gyazo <path-to-mp4>). I notice that something is uploading, but after a few seconds it gives me an error popup that says:

Unable to detect the URI-scheme of "".

It looks like Gyazo-for-Linux does not support MP4 videos (I opened an issue at gyazo/Gyazo-for-Linux#125), which means we're stuck with (ugly) GIFs until that's fixed. 😞

@mpsijm mpsijm added the enhancement New feature or request label Jan 9, 2019
@mpsijm mpsijm changed the title support other capturing tools than byzanz Support other capturing tools than Byzanz Jan 10, 2019
@lemmy04
Copy link
Contributor Author

lemmy04 commented Jan 10, 2019

Hello Neighbour,

I found a way to get a gif with way better quality into gyazo from linux, but the resulting GIF is HUGE.

byzanz-get-rect
ffmpeg -y -video_size 434x694 -framerate 25 -an -f x11grab -i ":0.0+2660,207" -frames 250 /tmp/test.mp4
ffmpeg -i test.mp4 test.gif
gyazo test.gif

@lemmy04
Copy link
Contributor Author

lemmy04 commented Jan 10, 2019

Have a look at my fork at https://github.com/lemmy04/gyazo-gif-for-linux, I'm capturing with ffmpeg instead of byzanz, the result is much better but the files are huge.
https://gyazo.com/b9766cd645d13d02ec7fd2670ef88fde

@hitchhooker
Copy link

https://github.com/linuxdeepin/deepin-screen-recorder you could take a look of this as a replacement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants