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

Command never ends #180

Open
qeude opened this issue Jun 8, 2021 · 3 comments
Open

Command never ends #180

qeude opened this issue Jun 8, 2021 · 3 comments

Comments

@qeude
Copy link

qeude commented Jun 8, 2021

Hi,

I'm currently using this command and can't figure out what is happening, when I execute my command, I've got the progress bar and everything, but the command never ends. The progress bar keep staying at "0s" or "1s" remaining as on the screenshot.
Screenshot 2021-06-08 at 13 09 49

The weirdest thing is that the gif is actually generated as it should be. 🤷‍♂️
But a gifski process is still working.

EDIT: It seems to be due to the .mov extension since it works with the same file converted to mp4.

EDIT 2: It works using a converted file from cloudconvert, but not using a file converted using ffmpeg

@kornelski
Copy link
Member

I think screen recorder in macOS is buggy and generates broken files. Even macOS itself has problems reading these.

sindresorhus/Gifski#202

@qeude
Copy link
Author

qeude commented Jun 9, 2021

@kornelski Argh, that's a shame 😔 Pretty much hope they will fix this in the near future 😄

@qeude
Copy link
Author

qeude commented Jun 10, 2021

I did manage to figure it out by converting my .mov broken file right before converting it by using the following command : ffmpeg -y -loglevel panic -err_detect aggressive -fflags discardcorrupt -i file.mov -c:v libx264 -preset slow -crf 18 -c:a copy file.mp4.
That could maybe help to implement a lib level fix.

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