View Timer Save as File Note: On Window systems, access the fonts like this: “/Windows/Fonts/arial.ttf”. You can’t use the traditional “C:\Windows\Fonts\arial.ttf” because the colon is a reserved character in the FFmpeg syntax. FFmpeg Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZOPDZ71Khzt5PX4X4j6flkg FFmpeg notes: https://www.rickmakes.com/ffmpeg-notes/
Category Archives: FFmpeg
FFmpeg Hardware Encoding on a Windows 10
Installing FFmpeg: https://www.rickmakes.com/ffmpeg-notes/ Identifying your Processor: https://youtu.be/2T47fLcnp60 FFmpeg doc on Hardware Acceleration: https://trac.ffmpeg.org/wiki/HWAccelIntro Intel QuickSync Support Chart: https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video Hardware Encoding with Default Bitrate (low quality) Create a 5 Second Test Clip with Software Encoder View Test Clip Specs to Determine Bitrate (ex. 6658 kb/s) Encode with Hardware Encoder (fastest) Encode with Software Encoder (slowest)
FFmpeg Hardware Encoding on a Mac
Installing FFmpeg: https://www.rickmakes.com/ffmpeg-notes/ Identifying your Processor: https://youtu.be/yJjnLe4HbCM FFmpeg doc on Hardware Acceleration: https://trac.ffmpeg.org/wiki/HWAccelIntro Intel QuickSync Support Chart: https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video Mac Models by Processor Type: https://en.wikipedia.org/wiki/List_of_Macintosh_models_grouped_by_CPU_type Hardware Encoding with Default Bitrate (low quality) Create a 5 Second Test Clip with Software Encoder View Test Clip Specs to Determine Bitrate (ex. 6658 kb/s) Encode with Hardware Encoder (fastest) …