mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #637] Crash when trying to save a video using the system encoder #519
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#519
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 @Swandog on GitHub (Apr 13, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/637
Hi. I was trying to save a recording as video using the system encoder, and ScreenToGif crashed almost immediately, and made a 0 byte AVI file.
Based on another issue I read, I went searching through the Windows Events, and I believe this is the crash event:
I originally created the project in 2.17.1 (the Portable version), and I saw this issue. I tried downloading 2.23.1 (again, the Portable version), and saw the same problem.
Saving via gif works okay. I haven't tried ffmpeg because I don't have it installed, yet.
Let me know what I can do to help. I'm a programmer myself, but I've never worked in .NET and rarely on Windows, so I'll be new to this.
@NickeManarin commented on GitHub (Apr 13, 2020):
So, the built in AVI encoder is not reliable depending of the compressor used.
When saving, a "Choose your compressor" UI should appear. Do you remember which one did you pick?
Anyway, FFmpeg is the way to go.
You can download it via Options > Extras.
@Swandog commented on GitHub (Apr 13, 2020):
Yeah, I just tried FFmpeg and it worked great.
I didn't see a "Choose your compressor" option. When I click to save the AVI, I see an entry show up in the "Encoding" window with a status of 0%, and then all windows crash. Is there supposed to be a pop-up window at that point?
Anyway, FFmpeg is sufficient for me so this is not something you need to care about, just thought it might be useful.
@NickeManarin commented on GitHub (Apr 13, 2020):
Ah, it crashed before the window.
I'm going to try to fix this anyway, the entire app should not close like that.
@NickeManarin commented on GitHub (Apr 13, 2020):
Just to check, a recording created with the new version has the same result while saving with the built in encoder? (a crash)
@Swandog commented on GitHub (Apr 13, 2020):
Yeah. I just tried creating a new recording using 2.23.1 Portable, and I got the same result.
(I gotta go do some work but I'll check back on this later tonight. Let me know what else I can do)
@NickeManarin commented on GitHub (Apr 21, 2021):
The system's AVI encoder was removed from v2.28.
It's recommended to export as MP4, WEBM or MKV using FFmpeg instead.