From 1304a246e7b922f388836a158104a417d3df336a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Feb 2023 11:06:44 -0700 Subject: [PATCH] Notes on hardware and software used --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README.md b/README.md index e760cb9..aa4d1ae 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,50 @@ Notes and scripts for using Blackmagic Design hardware with libre software. +No proprietary applications, SDKs, or similar are used. + + +# Video +The camera can acquire video in two main formats: + +* `.braw`, a proprietary format from Blackmagic. +* `.mov`, a format that can be read freely. + +There is some software available to use `.braw` files on Debian, +but they require using the proprietary SDK. + +There is one unmaintained hackish project that can read `.braw` +with ffmpeg. + + +# Still +The camera acquires still pictures in `.dng` format. + +Out-of-the-box neither Darktable or Gimp can read these files. +They can be read by Rawtherapee. + + +# Hardware +Tested with Blackmagic Design 6K camera, acquired used. + + +# Software +Tested using Debian Bookworm (Testing). + +Various applications used from Debian repos: + +* Rawtherapee. +* Darktable. +* Gimp. +* Kdenlive. +* FFMPEG. +* mpv. + + +# Disclaimer +I'm a computer sysadmin, not a video or camera expert. +This is just to explore how to use a free toolchain. + # Copyright Unofficial project, not part of Blackmagic Design.