mendevi.encode.encode_and_store¶ mendevi.encode.encode_and_store(database: Path, env_id: int, src: Path, **kwargs: dict) → None[source]¶ Transcode 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. srcpathlib.PathThe path of the video to be decoded. **kwargsTransmitted to encode().