Returns the bytes of the jpeg image in the file.
List<int> getImageBytes() { return input.getBytes(0, videoStartOffset); }