Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
NVIDIA NVENC support #25086
NVIDIA NVENC support #25086
Comments
|
To understand what is going wrong, the full/verbose output of youtube-dl is required. |
|
Command : Exit Code: 1(General error) Result : Unknown decoder 'h264_nvenc' My FFMPEG support h264_nvenc : It consider that the h264_nvenc is the decoder but how can I declare it for only encoder? |
|
This is still not a verbose log. Run this command and send the output:
|
|
I resolve my problem, it works ! In postprocessor-args, I had to have this : Also I had to upgrade my NVIDIA drivers because FFMPEG support NVENC on drivers v435 or more recent. |
|
Can you write the right command? I still has trouble with h264_nvenc |
Replace url_youtube_video by your URL and my_cache_path by your folder that you want to declare like a cache directory (optional). |
Checklist
Description
I've tried to pass args for NVENC FFMPEG with external-downloader-args. But it doesn't work because it's not make for encode (to H.264 MP4) but for download, as a result if I try to passed some args for hardware encode : it doesn't work when YouTube-DL try to download the video. How I can force NVENC transcode for YouTube-DL? Can you add this feature? Would like to have this feature because my CPU is used for encode.