Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: ffmpeg Clear Filter

FFmpeg 8.0

A complete, cross-platform solution to record, convert and stream audio and video. Download Converting video and audio has never been so easy. $ ffmpeg -i input.mp4 output.avi Discover more August 23nd, 2025, FFmpeg 8.0 "Huffman" A new major release, FFmpeg 8.0 "Huffman", is now available for download. Thanks to several delays, and modernization of our entire infrastructure, this release ended up being one of our largest releases to date. In short, its new features are: Native decoders: APV

FFmpeg Assembly Language Lessons

Welcome to the FFmpeg School of Assembly Language. You have taken the first step on the most interesting, challenging, and rewarding journey in programming. These lessons will give you a grounding in the way assembly language is written in FFmpeg and open your eyes to what's actually going on in your computer. Required Knowledge Knowledge of C, in particular pointers. If you don't know C, work through The C Programming Language book High School Mathematics (scalar vs vector, addition, multipl

FFmpeg moves to Forgejo

FFmpeg README FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata. Libraries libavcodec provides implementation of a wider range of codecs. provides implementation of a wider range of codecs. libavformat implements streaming protocols, container formats and basic I/O access. implements streaming protocols, container formats and basic I/O access. libavutil includes hashers, decompressors and miscellaneous utility fu

Show HN: Lue – Terminal eBook Reader with Text-to-Speech

✨ Features Feature Description 📖 Multi-Format Support Support for EPUB, PDF, TXT, DOCX, DOC, HTML, RTF, and Markdown with seamless format detection 👄 Modular TTS System Edge TTS (default) and Kokoro TTS (local/offline) with extensible architecture for new models 🌌 Rich Terminal UI Clean, responsive interface with customizable color themes and full mouse & keyboard support 💾 Smart Persistence Automatic progress saving, state restoration, and cross-session continuity for seamless reading 🌍 Cross-

Show HN: WTFfmpeg – Natural Language to FFmpeg Translator

wtffmpeg - Natural Language to FFmpeg Translator wtffmpeg is a command-line tool that uses a local Large Language Model (LLM) to translate plain English descriptions of video and audio tasks into executable ffmpeg commands. Stop searching through Stack Overflow and documentation for that one specific ffmpeg flag. Just ask for what you want. Example: > wtff " convert my_video.avi to mp4 with no sound " Loading model... (this may take a moment) Model loaded. Generating command... --- Generated

FFmpeg devs boast of another 100x leap thanks to handwritten assembly code

The developers behind the FFmpeg project are again claiming major performance uplifts delivered by wielding the art of handwritten assembly code. With the latest patch applied, users should see a “100x speedup” in the cross-platform open-source media transcoding application. However, the developers were soon to clarify that the 100x claim applies to just a single function, “not the whole of FFmpeg.” BREAKING: FFmpeg 100x speedup from handwritten assembly13:55:30 <•haasn> rangedetect8_avx512: 12

Lost Chapter of Automate the Boring Stuff: Audio, Video, and Webcams in Python

The third edition of Automate the Boring Stuff with Python is now available for purchase or to read for free online. It has updated content and several new chapters, but one chapter that was left on the cutting room floor was "Working with Audio, Video, and Webcams". I present the 26-page rough draft chapter in this blog, where you can learn how to write Python code that records and plays multimedia content. Working with Audio, Video, and Webcams These days a smartphone is a portable film st