mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1348] [Feature Request] Allow the option to select All Files (*.*) when opening media (images or videos) or project files. #3539
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#3539
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 @MianSoft on GitHub (Nov 3, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1348
Originally assigned to: @NickeManarin on GitHub.
Translation from chatgpt-3.5-turbo
描述 | Description
I would like the option to select

All Files (*.*)when opening media (images or videos) or project files.原因 | Reason
Recently, while working on an online document for a project, I created a workflow using OBS to record MOV videos with a transparent channel, which I then imported into ScreenToGif to export as high-quality GIF files (without the concern of capturing non-rectangular windows).
The final result is as follows:

However, I encountered a small inconvenience when importing: the default

All Supported Files (*.apng, *.avi, *.bmp, *.gif, *.jpg, *.jpeg, *.mkv, *.mp4, *.png, *.stg, *.webp, *.webm, *.wmv, *.zip)does not include theMOV format (*.mov).I found that renaming the file extension to

Video (*.mp4)allows for a successful import, though it requires switching the renderer from MediaPlayer to FFmpeg.Therefore, I believe allowing the option to select
All Files (*.*)when opening media (images or videos) or project files, or allowing for more video formats, could be helpful to users like me.