View Single Post
Old 17th January 2013, 20:02   #21  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by mzso View Post
Is there anything faster than the ultrafast preset?

I tried this:
Code:
ffmpeg -f dshow -i video=screen-capture-recorder -acodec copy -vcodec libx264 -preset ultrafast -crf 0 out.mkv
My pc is not the fastest and I prefer to record losslessly with minimal compression, and later convert, and this was a bit too much for my pc too. Or I shouldn't use h264 in this case?

(Of course audio didn't work. Could anyone tell me how to record the sounds too?)
If you just want to capture to a lossless intermediate format, you could try huffyuv/ffvhuff. Should be pretty fast.

(Alternatively you might also give Lagarith a try, which should compress a bit better and supports multi-threading)
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote