6.12.2020 | FFmpeg |
Video encoding with x264 and x265 takes a lot of CPU usage. This is because you’re using a software encoder. The whole encoding is done in software and this is executed on your CPU. Modern Macs have a hardware encoder on board. But how to use it with FFmpeg? We...
31.5.2020 | FFmpeg |
This is a series of articles. Follow the link here to get an overview over all articles. Introduction A lot of people were asking me how to add more than one audio stream. This article covers the answer for this question. What’s stored in a file of a stream...
20.4.2020 | General |
OVH has closed their cloud storage hubiC for new registrations over two years ago. For more information about this follow the article published vom OVH: The hubiC service is now closed to new subscriptions So I have decided to close also the service StackHub on the...
17.4.2020 | FFmpeg |
This is a series of articles. Follow the link here to get an overview over all articles. Understanding the delay HLS has a delay by design. In our example we have a typically delay of 20-30 seconds. But why? We create currently segments with a duration of 4 seconds....
17.4.2020 | FFmpeg |
During the time a series of articles regarding using FFmpeg as a HLS streaming server has been published. This article is an overview on all published articles: Using FFmpeg as a HLS streaming server (Part 1) – HLS Basics Using FFmpeg as a HLS streaming server (Part...