In a conversation in the Rare Replay thread, W7RE showed me how easy it is to upload video from the Xbox One DVR to Youtube. This is a longterm project of mine, which started in the 360 version of MC. I was always afraid it would be too much for the 360, so I never went all the way with it. It involves hundreds of pistons and redstone components. It's not a new idea, and has been done years ago in the PC version. The principle involves rotating a "cylinder" of blocks akin to the drum in a music box. Opaque blocks conduct redstone current while transparent blocks do not. Each cylinder is programmed with the data required to drive a 7-segment display, and bump the next cylinder when the display rolls over. The 5th cylinder also drives a "half" digit--a 1 or a blank, so that 10, 11 and 12 can be displayed. Then the final rollover bit drives the AM/PM flip-flop. The 7-segment display works because of the shading when blocks in the white wall get retracted by sticky pistons behind it.
I completed it recently, and then added the ability to run either real time or Minecraft time (72x the speed of normal time). I'm surprised how well it runs. Running normal time is easy, since each tick of a repeater or redstone torch is 1/10th of a second. Running at 72x speed was trickier. Driving the minutes display at the speed of seconds gets it to 60x. Dropping the clock cycle to 8 ticks from 10 gets it to 75x, which is close. To go the rest of the way, I had to figure out how to interrupt one clock cycle out of every 25. That's where this gadget comes in. (I cut away the floor to show it.)
The big L-shape of repeaters is a clock running at 1/25th the speed of the main clock. It sends a pulse to block the output to the display once per 25 main-clock pulses, which is why the display hesitates every so often in MC-time mode. The main clock is a little thing toward the lower-left, with a gold block, a redstone torch, 2 repeaters, and a redstone wire going off to the right. The repeater facing down at 90 degrees to the other repeater (center-bottom) is what locks the redstone at the right time.
Anyway, definitely nerd stuff. Just thought I'd share.
Edit: And of course, I can't leave well-enough alone. I've been doing a lot to this thing. I totally revamped the clocks that drive the display. Now a 1-tick pulse circles forever in a loop of repeaters, and drives the display at the appropriate intervals. I moved those behind the display mechanism, to their own chunks (a Minecraft term for a 16x16x256 volume where processing is considered "local", and thus faster/better-behaved). The result was the virtual disappearance of glitches in the digital display. Yes! I also added chimes, complete with half the Westminster tune to lead them off each hour. Haha! I'm using fireworks and beacons in addition to 6 noteblocks to make them so. The mechanism for that is those rows of red and yellow blocks behind the display. There's a 1-12 counter in front of them made possible by repeater locking. (Won't get into that here. It just works.)
Here's a lousy vid of it. The glitches are in the video, not the machine.