ffmpeg -framerate 29.97 -start_number 70001 -i L:\baf1400_70001-90000\%06d.tif -c:v libx264 -preset veryslow -tune film -profile:v high -pix_fmt yuv420p -level 4.1 -crf 17 -r 29.97 -threads 2 L:\baf1400700019000016tiff.mkv
Derek -----Original Message----- From: ffmpeg-user <[email protected]> On Behalf Of Carl Eugen Hoyos Sent: 29 November 2020 23:58 To: FFmpeg user questions <[email protected]> Subject: Re: [FFmpeg-user] Using GPU with ffmpeg Am So., 29. Nov. 2020 um 21:36 Uhr schrieb madderek--- via ffmpeg-user <[email protected]>: > The process is slow. Please show us the command line you tested together with the complete, uncut console output to allow us to better understand what your issue is. > Is there a simple way of using the GPU ram? Hardware acceleration (which is typically provided by third-party libraries) allows to use GPU resources, ffmpeg itself cannot (and doesn't need to) use GPU ram. Please find out what top-posting means and avoid it here, Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
