This depends on how you retrieve the information.
The SVO file contains RAW image streams; you extract the images by using the retrieveImage API function, like you normally do with a live camera.
To extract rectified images, you must use the sl::VIEW::LEFT or sl::VIEW::RIGHT parameter.
To extract unrectified images, you must use the sl::VIEW::LEFT_UNRECTIFIED or sl::VIEW::RIGHT_UNRECTIFIED parameter.
Please read more on the API documentation: C++ / Python