Converting mp4 to gif with ffmpeg
ffmpeg -i minecraft-ore-lamp_01.mp4 \ -vf "fps=10,scale=500:-1:flags=lanczos" \ -c:v pam -f image2pipe - | \ convert -delay 10 - -loop 0 -layers optimize output.gif
ffmpeg -i minecraft-ore-lamp_01.mp4 \ -vf "fps=10,scale=500:-1:flags=lanczos" \ -c:v pam -f image2pipe - | \ convert -delay 10 - -loop 0 -layers optimize output.gif
This is a crash course in getting the Movidius NCS2 neural compute stick up and running with a benchmark application. Even though only the benchmark app is covered, the same steps can be used to co...
Prerequisites: PowerEdge Gen 14 server (R740, M640, etc) iDRAC 9 with firmware version: 3.21.21.21 or above Create RAID volume (virtual disk) Method: POST URI: https:///redfish/v1/Systems...
Assumptions: PowerEdge Gen 14 server (R740, M640, etc) iDRAC 9 with firmware version: 3.30.30.30 or above The ISO file is hosted on a web server and can be reached via HTTP Attach: Metho...
A story of IoT and Octopods in the far-east (or, if preferred: How to leverage EdgeX Foundry for a successful customer demonstration). *A normal day in Shinjuku: The EdgeX Foundry Cthulhu lookalik...
Introduction Photon OS is a VMware initiative to create a lightweight Linux based OS with container support. I have to admit my initial reaction to Photon OS was: “y tho?” It’s a reasonable rea...
Disclaimer: The opinions in this article (and on this website in general) are entirely mine and not those of my employer Dell EMC. Testing has been done in a short period of time and may not accura...
Intel Movidius Neural Compute stick 2 – Machine Learning and Deep Learning inferencing in USB format(!) Machine learning is now available on a stick! Well, not a normal stick from the forest but a...
First install required packages: sudo apt install bluetooth bluez bluez-tools rfkill pulseaudio-module-bluetooth Reboot Use bluetoothctl to scan, pair and connect to BT devices: jonas@octo:~$ ...
Failure to start a Virtualbox VM results in the following error: jonas@yggdrasil:~/EdgeXfoundry$ vboxmanage startvm node-1 –type headless Waiting for VM “node-1” to power on… VBoxManage: error: Co...