From 4a07ad122c28949af83e0f46c032ef497d748c27 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sun, 9 Aug 2026 07:01:55 +0300 Subject: [PATCH] Add 10-bit video support Enable motion blur processing for 10-bit pixel formats. This fixes the "Invalid data found" error when applying motion blur to 10-bit sources such as GoPro Hero 11 footage. Fixes #78 --- src/rendering.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rendering.rs b/src/rendering.rs index 2288385..abd3b4a 100644 --- a/src/rendering.rs +++ b/src/rendering.rs @@ -260,8 +260,6 @@ impl Rendering { ffmpeg_command.append(&mut vec![ "-c:v", "libx264", - "-pix_fmt", - "yuv420p", "-preset", "superfast", "-crf",