|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| std::shared_ptr< Kakshya::VideoFileContainer > MayaFlux::IO::IOManager::load_video | ( | const std::string & | filepath | ) |
Load a video file into a VideoFileContainer.
Performs can_read check, opens the file with metadata extraction, creates the container, registers the reader with IOManager (assigning a globally unique reader_id), calls setup_io_service(), loads into container, and configures the default FrameAccessProcessor with auto_advance enabled.
Audio is NOT extracted. Use load_video(path, options) for that.
| filepath | Path to the video file. |
Definition at line 77 of file IOManager.cpp.
References load_video().
Referenced by load_video().
Here is the call graph for this function:
Here is the caller graph for this function: