[GH-ISSUE #1165] [Bug] Unable to import frames from video using ffmpeg #3199

Closed
opened 2026-03-01 19:08:20 +03:00 by kerem · 0 comments
Owner

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.
image

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


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. ![image](https://user-images.githubusercontent.com/38835726/215727944-1bc0f2e4-f4f0-44f9-9a8a-3af13fa2a205.png) **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 ----------------------------------
kerem 2026-03-01 19:08:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#3199
No description provided.