Tutorials, guides and articles
Updated: 2023-10-14
DaVinci Resolve is a professional-grade video editing and color grading software that offers a comprehensive set of tools and features for post-production work. One key aspect of DaVinci Resolve is its support for Linux as a platform, making it an attractive choice for Linux users and professionals working in Linux-based environments. There are some quirks with DaVinci Resolve under Linux and… Read more...
Updated: 2023-09-15
How to build native Android ARM OpenCV 4.5 that can be used together with Qt 5.12 or later C++ framework on the Android platform.
Updated: 2023-08-30
The 4k and 6k Blackmagic Pocket Cinema Cameras support control over USB connection, using the PTP protocol. We will be using gphoto2 for read and write settings.
You can easily control various camera settings. Set ISO, f-value, toggle recording, adjust focus, etc. And of course you can also read out various values like focal length, battery level, focal length, etc.
Updated: 2023-05-18
When exporting a video from DaVinci Resolve to a QuickTime mov container you will add a timecode (tmcd) track to the file. When checking with ffprobe on the video, there will be a stream looking like this:
Stream #0:2(und): Data: none (tmcd / 0x64636D74), 0 kb/s (default)
This is can give issues as some applications, at least on Android, won't be able to open the file and will just complain… Read more...