Video compressing normally happens directly by the codec itself. It is realized based on two main strategies. They are called
Continue readingCategory: Technology
Reduce video size (without quality loss?)
Sorry, but that is (nearly always) bullshit! It’s only possible if you remove unused parts like audio channels or subtitles
Continue readingJTAG Adapter – ARM 10-pin <---> ARM 20-pin
We’ve got a new microcontroller board, which got a 10-pin JTAG interface for external debugging. The problem was that we
Continue readingVPN – Full vs. Split Tunnel
Full Tunnel All your traffic get send to the VPN server and if you aren’t requesting a server in its
Continue readingJPEG – Baseline vs. Progressive
Baseline – Gets loaded from the top to the bottom – The default setting Loading process (Illustration) 33% 66% 100%
Continue readingCan’t play MP4 file during download?
That problem occurs if the moov atom is at the end of the MP4 container. It contains necessary metadata for
Continue readingLogin without access to DC (Windows)
Depending on the value of the following registry key Windows caches the last X numbers of logins. This makes it
Continue readingUnit testing series – Test with Mock (Part 5)
The third szenario is using a mock. Mock Test App Exec $ g++ -c UserInterface.cpp WindowManager.cpp $ ar rcs libwnd.a
Continue readingUnit testing series – Test scenario (Part 2)
For my unit testing series I have designed the following szenario. Prev: Unit testing series – Intro / Setup (Part
Continue readingUnit testing series – Intro / Setup (Part 1)
Introduction With unit testing you want to test the smallest unit possible, which means a single function. These units shall
Continue reading