+ Reply to Thread
Results 1 to 2 of 2
-
I prefer ffmpeg, NVENC leads to HW acceleration, the opinion of ffmpeg about HW encoding : Faster but less good result (check it with vmaf or vivictpp).
First of all what is your intention, best result, high compression, encoding time consumption ... E.g.: 10 Bits leads to greater size.
I use ffmpeg, with the intention to best H.265 results, this is not possible by HW encoding :
ffmpeg -y -i input.ts -map 0:v -map 0:a -vcodec libx265 -crf 16 -preset slow -vf nlmeans="1.4:7:5:3:3",unsharp="3:3:1.0" -c:a copy output.mkv
It will have an encoding speed of 1/10, 1 hour to convert leads to 10 hours encoding.
I use a linux system, I does not recognize the CPU load during normal operation like an input to this page (8 x CPU threads near by 100%), why should I use HW encoding to get bad results (my vmaf score > 99.9).
Similar Threads
-
Encoding 24/7
By BlurayHD in forum Newbie / General discussionsReplies: 10Last Post: 28th Jul 2024, 12:57 -
CUDA encoding
By BlurayHD in forum Newbie / General discussionsReplies: 3Last Post: 8th Jul 2024, 23:01 -
Concatenating while encoding clips from video A without encoding video B
By imkira3 in forum EditingReplies: 10Last Post: 9th Jun 2024, 06:24 -
Encoding tricks
By Francois Laperriere in forum Newbie / General discussionsReplies: 2Last Post: 15th Apr 2023, 02:20 -
AV1 encoding: Intel ARC GPU encoding vs CPU encoders
By qb_master in forum Video ConversionReplies: 9Last Post: 2nd Sep 2022, 21:01



Quote