mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1165] [Bug] Unable to import frames from video using ffmpeg #877
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#877
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 @NormanMises on GitHub (Jan 31, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1165
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
Unable to import frames from video using ffmpeg
I have configured ffmpeg, it is the latest version of the build that I downloaded. But when I use ffmpeg to import video frames, it doesn't work and the progress bar stays at 0 without change.
To Reproduce
Steps to reproduce the behavior:
Just use ffmpeg to import video frames
Expected behavior
Video frames can be successfully imported
Screenshots

If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
版本 Windows 11 家庭中文版
版本 22H2
安装日期 2022/05/12
操作系统版本 22623.1245
体验 Windows Feature Experience Pack 1000.22638.1000.0
Additional context
might be the log
► Title -
Purging cache
♦ [Version] Date/Hour -
[2.37.1] 01/31/2023 17:55:40
▬ Message -
The process cannot access the file '0a207526-6eb8-4d6b-969a-5ca6aa0c8a53.tmp' because it is being used by another process.
○ Type -
System.IO.IOException
▲ Source -
System.Private.CoreLib
▼ TargetSite -
Void RemoveDirectoryRecursive(System.String, WIN32_FIND_DATA ByRef, Boolean)
♠ StackTrace -
at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel)
at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
at System.IO.Directory.Delete(String path, Boolean recursive)
at ScreenToGif.Util.StorageUtils.PurgeCache() in C:\Users\nicke\source\ScreenToGif\ScreenToGif\Util\StorageUtils.cs:line 19
@NormanMises commented on GitHub (Jan 31, 2023):
Even though I changed the cache location, it still doesn't work
@7peanuts commented on GitHub (May 24, 2023):
换一个 ffmpeg 版本,或者使用 STG 下载的 ffmpeg
@cherinyy commented on GitHub (Aug 31, 2023):
I had the same problem with FFmpeg from gyan.dev.
FFmpeg version: 2023-08-30-git-7aa71ab5c0
@cherinyy commented on GitHub (Aug 31, 2023):
FFmpeg 5.1.2 works fine.
@NickeManarin commented on GitHub (Oct 1, 2023):
Fixed, it will be available with the next version of the app.