---
title: "FFmpeg-Kit-Extended Upgraded to FFmpeg 9.0.1: New FFmpeg, FFprobe & FFplay Features for Flutter and React Native"
url: https://daily.dev/posts/a0jqgorfn
source_url: https://daily.dev/posts/a0jqgorfn
type: share
source: "Open Source"
author: "Akash"
published: 2026-08-23T15:44:41.153Z
updated: 2026-08-23T15:44:41.156Z
tags: ["backend", "flutter", "gpu", "react-native"]
upvotes: 28
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# FFmpeg-Kit-Extended Upgraded to FFmpeg 9.0.1: New FFmpeg, FFprobe & FFplay Features for Flutter and React Native

**[Open Source](https://daily.dev/sources/opensourcesquad)** · [@akashskypatel](https://daily.dev/akashskypatel) · 28 upvotes · 1 comments

## Summary

FFmpegKit Extended, a wrapper exposing FFmpeg, FFprobe, and FFplay to Flutter and React Native apps, has upgraded from FFmpeg 8.1.2 to FFmpeg 9.0.1 'Lei', released August 12, 2026. The upgrade bumps major library ABI versions (libavcodec 63, libavformat 63, etc.) and unlocks new FFmpeg 9 capabilities directly through existing command syntax, including an animated WebP decoder/demuxer, transpose_cuda for CUDA GPU rotation, v360_vulkan for Vulkan-accelerated 360° video, AMD AMF frame rate conversion (frc_amf), an ONNX Runtime DNN backend for AI-powered processing, a Dolby Vision Profile 7 splitter, HE-AAC 960/DAB+ decoding, ProRes RAW VideoToolbox acceleration, APV Vulkan acceleration, SMPTE ST 2094-50 HDR metadata support, and a Playdate video encoder/muxer. FFmpeg 9.0.1 also ships numerous stability, security, and correctness fixes across WebP, MPEG-TS, MOV, DASH, HLS, RTSP, TLS/OpenSSL, and hardware decoders. One notable behavioral change: FFmpeg 9 enables TLS peer-certificate verification by default, so apps using HTTPS/HLS/remote media URLs should test certificate handling during migration. Feature availability remains build-dependent across FFmpegKit Extended's Base, Audio, Video, Video+Hardware, and Full configurations.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://daily.dev/posts/a0jqgorfn>

## Community discussion

Top comments from developers on daily.dev.

**@agustinbarrientos** · 1 upvotes

> Teams should test private CAs, redirected HLS playlists, and expired certificates before the FFmpeg bump reaches mobile users. TLS peer verification becoming default can't stay a footnote

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#flutter](https://daily.dev/tags/flutter), [#gpu](https://daily.dev/tags/gpu), [#react-native](https://daily.dev/tags/react-native)

[View this post on daily.dev](https://daily.dev/posts/a0jqgorfn)
