Hi There,
If I import a video using:
images = Import[file, {"MP4", "ImageList"}];
imageCount = Length[images];
The image/frame count is significantly less than expected. When I export the video, it runs very fast and appears to be missing a lot of frames.
I looked at the FrameRate setting but I can't seem to capture the entire video.
Any help would be appreciated.