This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* Set current directory for sanity *) | |
SetDirectory["E:\\Development\\BadApple\\"]; | |
(* Load the video in *) | |
badAppleVideo = Import["BadApple.mp4"]; | |
frameList = ColorConvert[VideoFrameList[badAppleVideo, All], "Grayscale"]; | |
(* This is dependent on how many CPU cores and RAM you have. *) | |
LaunchKernels[16]; |