[Fixed the e-mail subject for you.] On Thu, Apr 25, 2019 at 15:29:17 +0300, lastk...@tut.by wrote: > hi! i need to know if ffmpeg.exe uses Gpu or cpu when we use it to convert > video to number of images?
ffmpeg can use either CPU or GPU for decoding video. ffmpeg can use either CPU or GPU for filtering video. ffmpeg will only use CPU for encoding the resulting images (for most image formats). It all depends on your hardware of course, whether your ffmpeg is built with the support for it, and also on the codec used (and the filters applied). Please also see https://trac.ffmpeg.org/wiki/HWAccelIntro Cheers, Moritz _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".