Skip to main content

Questions tagged [video]

Video is an electronic medium for the recording, copying, and broadcasting of moving visual images. Use this tag for posts in which the code works with videos.

16 votes
1 answer
7k views

I'm currently working on a robotics application where a video feed is being displayed from a Raspberry Pi 3. I've been working on a way to stream the video directly into JavaFX (the rest of the UI is ...
flakes's user avatar
  • 1,945
12 votes
3 answers
3k views

I've been trying to implement a fast Huffman decoder in order to encode/decode video. However, I'm barely able to decode a 1080p50 video using my decoder. On the other hand, there are lots of codecs ...
ronag's user avatar
  • 596
10 votes
1 answer
2k views

This is a quick script that helps me to convert MP3 files from my CDs into videos I can upload on YouTube. It is intended for personal use, so no input error checks. I am creating a silent video using ...
Yulia V's user avatar
  • 645
9 votes
2 answers
4k views

I tried to prove to myself that MJPEG stream decoding can be accomplished using bare-bones .NET. So I wrote a class that decode MJPEG streams, trying to keep tips in mind: No allocation, except the ...
Larry's user avatar
  • 276
9 votes
1 answer
2k views

In an effort to reduce the images being used on the page, I've manipulated box-shading, etc. to make a "vector" looking monitor/ipad look. This is great and all, gets the job done, however, seems ...
darcher's user avatar
  • 714
8 votes
4 answers
3k views

I'm currently trying to make a screen recorder in C#, and so far it works but the problem is that something as simple as a 20second video will take about 1GB of space. I have it setup so a timer ...
TermSpar's user avatar
  • 223
8 votes
2 answers
214 views

I'm very new to Python, and I've made a small program/script that will allow me to stream specific files at a given time. My idea is that I have a .csv file for each day, with one row for each movie/...
Fizk's user avatar
  • 181
7 votes
2 answers
2k views

I've been working on an html5 canvas video player with a lot of fun little extras and ui toys, the main one being a chroma key (green screen) effect that allows the user to key out different colors or ...
apaul's user avatar
  • 207
7 votes
2 answers
1k views

The purpose of making this code is to copy/paste and run it (and it should run). I'm open to all feedback. ...
user3530862's user avatar
7 votes
1 answer
186 views

I posted this on Stack Overflow, but it was suggested that I move it over to Code Review. I would like some feedback on the way I decided to clean up code from the in a .NET project that had ...
tophstar's user avatar
7 votes
1 answer
2k views

I've been working on implementing a fast Huffman decoder for video decoding. With some help from you, I have been able to produce a decent implementation. However I am still not satisfied with the ...
ronag's user avatar
  • 596
7 votes
2 answers
863 views

I've written a JavaScript prototype which extends the video tag with a new function. ...
Red's user avatar
  • 227
6 votes
1 answer
410 views

I'm working on a design for a video buffer in C++ that will be used by many consumers both in the native library space(C++) as well as Java side using JNI. My Idea is the following: Have a buffer ...
eliranno's user avatar
6 votes
1 answer
634 views

The code displays a video that will play a video and then display some text on the screen at specific locations on the video screen. The code works but I would like to see if I could change ...
user3491862's user avatar
6 votes
1 answer
227 views

This is my 2nd program I wrote on my own, a pretty simple program consisting of two functions (those functions are not combined in any way yet though). The first function moves the display times of ...
Valenar's user avatar
  • 63

15 30 50 per page
1
2 3 4 5