You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: