mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 15:19:55 +09:00
README kdenlive
This commit is contained in:
@@ -169,3 +169,5 @@ Try recording to an SSD and make sure it's not using NTFS file system. Also reco
|
|||||||
You have to either record in hdr mode (-k `hevc_hdr` or -k `av1_hdr` option) to record a HDR video or record with desktop portal option (`-w portal`) to turn the HDR recording into SDR.
|
You have to either record in hdr mode (-k `hevc_hdr` or -k `av1_hdr` option) to record a HDR video or record with desktop portal option (`-w portal`) to turn the HDR recording into SDR.
|
||||||
## GPU Screen Recorder records night light when recording in HDR mode
|
## GPU Screen Recorder records night light when recording in HDR mode
|
||||||
You can record with desktop portal option (`-w portal`) instead which ignores night light, if you are ok with recording without HDR.
|
You can record with desktop portal option (`-w portal`) instead which ignores night light, if you are ok with recording without HDR.
|
||||||
|
## Kdenlive says that the video is not usable for editing because it has variable frame rate
|
||||||
|
To fix this you can either record the video in .mkv format or constant frame rate (-fm cfr).
|
||||||
|
|||||||
4
TODO
4
TODO
@@ -176,3 +176,7 @@ Support recording while in replay mode. This will be needed when enabling replay
|
|||||||
Dynamically change bitrate/resolution to match desired fps. This would be helpful when streaming for example, where the encode output speed also depends on upload speed to the streaming service.
|
Dynamically change bitrate/resolution to match desired fps. This would be helpful when streaming for example, where the encode output speed also depends on upload speed to the streaming service.
|
||||||
Implement opengl injection to capture texture. This fixes VRR without having to use NvFBC direct capture and also allows perfect frame timing.
|
Implement opengl injection to capture texture. This fixes VRR without having to use NvFBC direct capture and also allows perfect frame timing.
|
||||||
Always use direct capture with NvFBC once the capture issue in mpv fullscreen has been resolved (maybe detect if direct capture fails in nvfbc and switch to non-direct recording. NvFBC says if direct capture fails).
|
Always use direct capture with NvFBC once the capture issue in mpv fullscreen has been resolved (maybe detect if direct capture fails in nvfbc and switch to non-direct recording. NvFBC says if direct capture fails).
|
||||||
|
|
||||||
|
Support ROI (AV_FRAME_DATA_REGIONS_OF_INTEREST).
|
||||||
|
|
||||||
|
Default to hevc if capture size is larger than 4096 in width or height.
|
||||||
Reference in New Issue
Block a user