Closed CHITTIMOTU closed 1 year ago
Provided device doesn't support required NVENC features
https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new
I think my hardware (Quadro T2000) supports nvenc
I tried to use -b_ref_mode 0
, as suggested https://github.com/GyanD/codexffmpeg/issues/78
but got error
https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new
I think my hardware (Quadro T2000) supports nvenc
I tried to use
-b_ref_mode 0
, as suggested https://github.com/GyanD/codexffmpeg/issues/78 but got error
did you actually edit the code to add that command line argument to ffmpeg or did you just try to run the downloader with it?
did you actually edit the code to add that command line argument to ffmpeg or did you just try to run the downloader with it?
i tried to download without any code change first, got B frame not supported error. Then i tried to change code, (to be honest, i don't know python, and i just tried this), still same error.
can you help me, what to change and where to change in code, i can try.
did you actually edit the code to add that command line argument to ffmpeg or did you just try to run the downloader with it?
i tried to download without any code change first, got B frame not supported error. Then i tried to change code, (to be honest, i don't know python, and i just tried this), still same error.
can you help me, what to change and where to change in code, i can try.
this should be correct, but will only apply to videos that have DRM
Can add support with AMD cards hevc_amf, no more thanks
What happened?
Expected Result
videos should convert after downlaod.
Branch
master/main
What operating systems are you seeing the problem on?
Windows
Relevant log output
Other information
May be this option can helps "-b_ref_mode 0 "
I got it from here https://github.com/GyanD/codexffmpeg/issues/78
I have this hardware