libde265 VS FFmpeg

Compare libde265 vs FFmpeg and see what are their differences.

libde265

Open h.265 video codec implementation. (by strukturag)
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
libde265 FFmpeg
3 499
1,805 51,290
0.8% 1.8%
7.2 10.0
23 days ago about 18 hours ago
C++ C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

libde265

Posts with mentions or reviews of libde265. We have used some of these posts to build our list of alternatives and similar projects.
  • Zooming HEIC image doesn’t load photo in Memories app
    1 project | /r/NextCloud | 10 May 2023
    sed -Ei 's/# deb-src /deb-src /' /etc/apt/sources.list apt-get update apt-get install build-essential autoconf libtool git-core apt-get build-dep imagemagick libmagickcore-dev libde265 libheif cd /usr/src/ git clone https://github.com/strukturag/libde265.git cd libde265/ ./autogen.sh ./configure make -j$(nproc) make install apt instal libheif-dev cd /usr/src/ wget https://www.imagemagick.org/download/ImageMagick.tar.gz tar xf ImageMagick.tar.gz cd ImageMagick-7* ./configure --with-heic=yes make -j$(nproc) make install ldconfig
  • libde265.dll
    1 project | /r/Malware | 24 Jul 2022
    After googling... It's a video codex
  • Libde265 – open H.265 codec implementation
    1 project | news.ycombinator.com | 4 Feb 2021

FFmpeg

Posts with mentions or reviews of FFmpeg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-06.
  • Auto-Generating Clips for Social Media from Live Streams with the Strands Agents SDK
    3 projects | dev.to | 6 Jun 2025
    To accomplish this task, I decided to try out the new Strands Agents SDK. It's a fairly new framework for building agents that has a simple way to define tools that the agent can use to assist in responding to prompts. For this solution, we'll need FFMPEG and Whisper installed on the machine where the agent runs. I'll be working locally, but this could easily be converted to a server-based solution using FastAPI or another web framework and deployed to the cloud in a Docker/Podman container.
  • FFmpeg Merges WebRTC Support
    2 projects | news.ycombinator.com | 3 Jun 2025
  • Construyendo un sistema RAG para búsqueda y análisis de contenido de video
    5 projects | dev.to | 16 Apr 2025
    Extraer fotogramas: Una clase VideoProcessor que utiliza la biblioteca ffmpeg libavcodec para procesar video y crear fotogramas a intervalos de un segundo (personalizable a través de la configuración de FPS).
  • Building a RAG System for Video Content Search and Analysis
    5 projects | dev.to | 10 Apr 2025
    Extract frames: A VideoProcessor class that uses the ffmpeg libavcodec library to process video and create frames at one-second intervals (customizable through FPS settings).
  • FFmpeg School of Assembly Language
    9 projects | news.ycombinator.com | 22 Feb 2025
    Intrinsics have the disadvantages of asm (non-portable) but also don't reliably have the advantages of them (compilers are pretty unpredictable about optimizing with them) and they're ugly (especially x86 with its weird Hungarian stuff).

    There is just a little bit of intrinsics code in ffmpeg, which I wrote, that does memory copies.

    https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/x86/i...

    It's like this because we didn't want to hide the memory accesses from the compiler, because that hurts optimization, as well as memory tools like ASan.

  • More storage for media : organize files using ChatGPT : part 2, converting JPEG to HEIC
    3 projects | dev.to | 29 Oct 2024
    Still no HEIC. Let's get the latest build from master. I have installed: ffmpeg-2024-10-24-git-153a6dc8fa-full_build.7z after having checked SHA256. Still no HEIC. Let's check the github of ffmpeg and it seems that HEIC is not listed in the ffmpeg image formats HEIC is not supported...read the manual before diving into the implementation.
  • How we edited 175 conference videos in 5 hours
    2 projects | dev.to | 19 Aug 2024
    This gave me the full video on my hard drive. There is also a feature in yt-dlp to download a certain time segment of a video but it seemed unreliable and I also have to use ffmpeg to add intro and outro videos in any case.
  • GIF App Development – How to Develop GIF Encoding
    2 projects | dev.to | 4 Aug 2024
    Fortunately, you don’t always need to go to so low level of abstraction when you develop GIF encoding in your app. One of the most popular libraries for image/video encoding is FFmpeg. Android developer-friendly version is not provided officially. However, some wrappers do exist. At the time of writing one of the most popular is Mobile FFmpeg. Something like this will be probably all you need when you just want to produce GIF out of some input source.
  • Compress and Convert Your Videos with Command Line
    2 projects | dev.to | 14 Jul 2024
    There are many methods how we can solve this problem. But here, I would like to tell you about FFmpeg. It is a free and open-source tool available for all major operating systems. FFmpeg is fast and gives good results in compression, changing formats, and resolution.
  • Ask HN: Is there any software you only made for your own use but nobody else?
    65 projects | news.ycombinator.com | 4 Jul 2024

What are some alternatives?

When comparing libde265 and FFmpeg you can also consider the following projects:

OpenH264 - Open Source H.264 Codec

libvpx - Mirror only. Please do not send pull requests.

jcodec - JCodec main repo

Vireo - Vireo is a lightweight and versatile video processing library written in C++11

ffmpeg-python - Python bindings for FFmpeg - with complex filtering support

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that C++ is
the 7th most popular programming language
based on number of references?