Problem I tried to prove to myself that MJPEG stream decoding can be accomplished using bare-bones .NET. So I wrote […]
Tag: video
Bash script for xrandr modification
Problem Simply, I call the script (brightness.sh) and pass a three character value as an argument. I’ve got commands to […]
Media manager batch script for qbittorrent downloads + video sorting & duplicates check
Problem I am building a complete-as-possible media manager in batch. It watches your qbittorrent downloads, processes them and sorts the […]
Creating an iPad-style video frame with CSS and without images
Problem In an effort to reduce the images being used on the page, I’ve manipulated box-shading, etc. to make a […]
Prototype to add subtitle .srt support to any video element
Problem I’ve written a JavaScript prototype which extends the video tag with a new function. myVideo.subtitle(‘/path/to/subtitle’) The HTML video tag […]
Screen recorder producing huge AVI files
Problem I’m currently trying to make a screen recorder in C#, and so far it works but the problem is […]