mendevi.decode.decode_and_store¶ mendevi.decode.decode_and_store(database: Path, env_id: int, vid: Path, **kwargs: dict) → None[source]¶ Decode a video file and store the result in the database. Parameters¶ databasepathlikeThe path of the existing database to be updated. env_idintThe primary integer key of the environment. vidpathlib.PathThe path of the video to be encoded. **kwargsTransmitted to decode().