VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. 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
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    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
    Quote Quote  
  3. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by grabyea View Post
    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
    use a command line tool like ffmpeg
    ffmpeg -i input.mkv -c:v libx265 -vtag hvc1 -tune film -c:a copy output.mkv
    or
    ffmpeg -i input -tune film -c:v libx265 -crf 28 -preset slower -c:a copy output.mp4
    if you have a cuda enable nvidia gpu add the cuda flag
    -hwaccel cuda
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!