libde265
Open h.265 video codec implementation. (by strukturag)
FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git (by FFmpeg)
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.
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
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
After googling... It's a video codex
- Libde265 – open H.265 codec implementation
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
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
-
Construyendo un sistema RAG para búsqueda y análisis de contenido de video
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
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
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
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
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
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
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?
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