hello is there any way to encode video extremely fast? ok handbreak good but takes too much to encode 5 gb video to 2gb is thereany software/tool that ca encode rocket fast even if its paid one?
thanks
+ Reply to Thread
Results 1 to 3 of 3
-
-
Most of these kinds of software run x264 or x265 under the covers. To get a appreciable speedup, use HW acceleration with your PC's
GPU/APU -
use a command line tool like ffmpeg
ffmpeg -i input.mkv -c:v libx265 -vtag hvc1 -tune film -c:a copy output.mkv
ffmpeg -i input -tune film -c:v libx265 -crf 28 -preset slower -c:a copy output.mp4
-hwaccel cuda
Similar Threads
-
Video source question for encode
By iKron in forum Newbie / General discussionsReplies: 5Last Post: 8th Mar 2022, 22:11 -
Doles adding Metadata Re-encode video?
By Budman1 in forum Video ConversionReplies: 1Last Post: 3rd Jun 2021, 01:12 -
Need help to encode difficult video to compress
By Maxime in forum Newbie / General discussionsReplies: 3Last Post: 18th Jun 2018, 01:42 -
How could I encode video for Scenarist UHD?
By nicksilverstein in forum Authoring (Blu-ray)Replies: 22Last Post: 23rd Mar 2018, 07:29 -
How to encode video in avi without losses
By Megafox in forum Newbie / General discussionsReplies: 3Last Post: 1st Feb 2018, 11:12