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

huge size when recording a gif #13

Open
mgabs opened this issue May 13, 2021 · 2 comments
Open

huge size when recording a gif #13

mgabs opened this issue May 13, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@mgabs
Copy link

mgabs commented May 13, 2021

I recently tried to record a gif with Green Recorder
I noticed that after recording coupling of minutes the following:

  1. The file is huge

-rw-r--r-- 1 mgaber mgaber 383938461696 May 12 12:56 Filters.gif
-rw-r--r-- 1 mgaber mgaber 358G May 12 12:56 Filters.gif
2. The file won't open

@stale
Copy link

stale bot commented Jul 12, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jul 12, 2021
@stale stale bot closed this as completed Jul 20, 2021
@dvershinin
Copy link
Owner

I reproduced it.

This sequence worked more reliably:

ffmpeg -video_size 2560x1440 -framerate 30 -f x11grab -i :0 test.mkv
ffmpeg -y -i "test.mkv"  -vf fps=10,palettegen /tmp/palette.png
ffmpeg -i "test.mkv" -i /tmp/palette.png -filter_complex "paletteuse" test.gif

Had not time to implement it yet...

@dvershinin dvershinin added bug Something isn't working and removed wontfix This will not be worked on labels Mar 13, 2022
@dvershinin dvershinin reopened this Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants