Truncated VideoReader width value when reading .mov files
I am getting a consistently truncated video pixel width value when reading in my .mov files into my script using VideoReader(). This is a new issue that showed up when i started using a macbook with M3 chip (this was not an issue on my intel chip mac). The video file info description says that the dimensions are 720×480, however the return dimensions from VideoReader() say the dimensions are 640×480. Displaying a video frame confirms that part of my image is cut off on the right side.
Any help or explanation is appreciated, thanks!I am getting a consistently truncated video pixel width value when reading in my .mov files into my script using VideoReader(). This is a new issue that showed up when i started using a macbook with M3 chip (this was not an issue on my intel chip mac). The video file info description says that the dimensions are 720×480, however the return dimensions from VideoReader() say the dimensions are 640×480. Displaying a video frame confirms that part of my image is cut off on the right side.
Any help or explanation is appreciated, thanks! I am getting a consistently truncated video pixel width value when reading in my .mov files into my script using VideoReader(). This is a new issue that showed up when i started using a macbook with M3 chip (this was not an issue on my intel chip mac). The video file info description says that the dimensions are 720×480, however the return dimensions from VideoReader() say the dimensions are 640×480. Displaying a video frame confirms that part of my image is cut off on the right side.
Any help or explanation is appreciated, thanks! video processing MATLAB Answers — New Questions