mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #417] Can display ffmpeg processing progress? #1709
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1709
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xueyu888 on GitHub (Dec 25, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/417
when I use FFmpeg, I can't see the percentage processed, just display processing. so I don't know how long it will take.
@Nesh108 commented on GitHub (Jan 14, 2019):
Just as a side, it seems that adding
-statsto the ffmpeg command works for showing progress. Perhaps STG can use that too?@NickeManarin commented on GitHub (Sep 27, 2019):
Done! It's valid for all file types (gif, apng, video).
Since FFmpeg log skips frames, the encoder will skips the percentage too.
For example, with this encoding log, FFmpeg processed/read the frames before finally encoding them into a gif.
This is the result, when the encoding starts, FFmpeg analyzes the frames and after a few seconds it starts encoding: