mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 07:05:54 +03:00
[GH-ISSUE #1256] [Bug] MP4 import with FFmpeg or MediaPlayer cuts the end of the video #925
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#925
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 @GregariousJB on GitHub (Dec 4, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1256
Originally assigned to: @NickeManarin on GitHub.
To Reproduce
Steps to reproduce the behavior:
Video
https://github.com/NickeManarin/ScreenToGif/assets/540857/37ae37a4-ee6e-44f1-bab5-2dad88aff97b
In the video, he completes his sentence by saying "valid". However, ScreenToGif cuts this word off. As you can see in the video above, he ends the sentence with his eyes looking back up. In ScreenToGif (MediaPlayer), the final frame shows his eyes looking down. In FFmpeg mode, his eyes are up but it looks like it cuts off at, "find my opinion v-".
Seems to be a duplicate of previously closed issue #780
Desktop (please complete the following information):
@GregariousJB commented on GitHub (Dec 4, 2023):
I don't know if this is helpful, but I edited this video using DaVinci Resolve 18.6.3 with the following settings: https://i.imgur.com/emHGHPB.png
(My plan was to crop out the black bars from the video using ScreenToGif because I can't figure out how to do it using DaVinci)
@NickeManarin commented on GitHub (Dec 5, 2023):
Let's check:
MediaInfo says that the video is
3.337sand the audio is3.349s.FFmpeg says that the video
00:00:03.35which I interpret as3.350s.MediaPlayer says the video is
3swhich is useless in this case.I do a 100ms trim while using FFmpeg, because for some reason it fails to grab any frames past that mark: