Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU accelerated encoding #195

Closed
dtugend opened this issue Jun 15, 2019 · 4 comments
Closed

GPU accelerated encoding #195

dtugend opened this issue Jun 15, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@dtugend
Copy link
Member

dtugend commented Jun 15, 2019

@dtugend dtugend added the enhancement New feature or request label Jun 15, 2019
@dtugend dtugend added this to the dunno yet milestone Aug 31, 2019
@Purple-CSGO
Copy link
Member

It seems ffmpeg support gpu encode. Does it work fine to use native ffmpeg commands to accellerate? heard that CUDA works well encoding HEVC/H265

@dtugend
Copy link
Member Author

dtugend commented Nov 27, 2019

I didn't check if the FFMPEG builds used by HLAE support GPU accelerated encoding.

However what this issue means is to support it without having to download form the GPU into system memory and back again etc. (this is not possible with the way FFMPEG is currently integrated with HLAE through pipes).

@dtugend dtugend modified the milestones: dunno, v3.2 Mar 17, 2020
@dtugend dtugend removed this from the v3.2 milestone Feb 13, 2021
@dtugend dtugend closed this as completed Feb 13, 2021
@advancedfx advancedfx locked and limited conversation to collaborators Feb 13, 2021
@advancedfx advancedfx unlocked this conversation Jul 5, 2021
@dtugend dtugend reopened this Jul 5, 2021
@dtugend dtugend closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2022
@dtugend dtugend reopened this Oct 9, 2022
@Dechno1337 Dechno1337 changed the title GPU accellerated encoding GPU accelerated encoding Jan 29, 2023
@maxpain
Copy link

maxpain commented Jul 23, 2023

Are there any plans in the near future for this feature? @YaLTeR did fantastic work on optimizing the encoding pipeline for Half-Life, especially converting colors in GPU and using Vulkan to capture frames.

In our case, we record hundreds of CS:GO highlights for our users per hour and recording speed is the most important factor, so I'm doing research on how to optimize it.

@dtugend
Copy link
Member Author

dtugend commented May 19, 2024

The implementation of this feature in a reasonable time-frame is currently not realistic for me. After considering that together with issue #896 I am closing this request as not planned for now, since it would block other things I would like to still get done before that. Sorry for the copy pasta.

@dtugend dtugend closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants