mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 15:46:00 +03:00
[GH-ISSUE #780] Importing a mp4 with FFmpeg crops the end of the video #627
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#627
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 @Garfounkel on GitHub (Jan 18, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/780
Originally assigned to: @NickeManarin on GitHub.
Importing a mp4 by drag and drop in the editor deletes the end of the video when using FFmpeg as the importer. For instance, I have a 8 seconds clip where only the first 7.1 seconds can be imported in ScreenToGif (the preview window shows a total duration of 7.1 seconds and the last frame is clearly not the correct one).
@NickeManarin commented on GitHub (Jan 19, 2021):
Can you share your video? If not here, via any other method in here.
@Garfounkel commented on GitHub (Jan 20, 2021):
I've attached the video here, thanks for your help!
@NickeManarin commented on GitHub (Jan 23, 2021):
Thanks for uploading the video.
I fixed the issue. It was caused by a workaround for some issue of FFmpeg not loading the last few milliseconds of the video.
I was reducing the duration of the video more than needed.