mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 07:05:54 +03:00
[PR #751] [Feature] Use Windows 10 graphics capture to record #1196
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#1196
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?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/751
Author: @h82258652
Created: 10/29/2020
Status: 🔄 Open
Base:
master← Head:feature_SystemCapture📝 Commits (5)
c636547add a feature which can use windows system capture to recordd16769bfix button visibilityc84ffcbDue to encoder not support different frame size, remove recreate frame pool codes.113282dimplement system capture pause function.21edd7eimplement discard📊 Changes
12 files changed (+866 additions, -127 deletions)
View changed files
📝
ScreenToGif/Model/ApplicationViewModel.cs(+179 -107)📝
ScreenToGif/Resources/Localization/StringResources.en.xaml(+6 -1)📝
ScreenToGif/Resources/Localization/StringResources.zh.xaml(+5 -0)📝
ScreenToGif/ScreenToGif.csproj(+18 -10)➕
ScreenToGif/SystemCapture/CaptureHelper.cs(+24 -0)➕
ScreenToGif/SystemCapture/Direct3D11Helper.cs(+53 -0)📝
ScreenToGif/Util/Enums.cs(+1 -0)📝
ScreenToGif/Windows/Other/Startup.xaml(+13 -3)📝
ScreenToGif/Windows/Other/Startup.xaml.cs(+14 -0)➕
ScreenToGif/Windows/SystemCapture.xaml(+138 -0)➕
ScreenToGif/Windows/SystemCapture.xaml.cs(+415 -0)➖
ScreenToGif/packages.config(+0 -6)📄 Description
Hello, I have used ScreenToGif for several years. Record a window is always a bad hurt. These days I'm playing the Windows 10 graphics capture and I notice ScreenToGif can use it to record the window.
I implemented the basic function, it works well on my machine.
But I need bits of help such as icon, localization and test on old Windows version.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.