Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 588 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 588 Bytes

Tijdmachine-processing

This Processing sketch uses Java's RandomAccessFile to scrub through a very large uncompressed RGB video file (300GB in this case with 1,1 million frames) to be able to lookat interesing phenomena in the video at different time intervals.

Demo

Demo movie

This animated GIF was created using FFMPEG by converting the TIFF files generated by Processing's saveFrame() function using ffmpeg -i screen-%04d.tif demo.gif.