Closed renat2985 closed 1 year ago
You can to do that using an lavfi-complex. Have a look at this issue and this StackOverflow post. The relevant python-mpv options are "lavfi_complex" and "external_files", both directly mapped from mpv, for how they work check out the mpv man page here. Both options can be passed to python-mpv's loadfile
method.
Feel free to open another issue if you have further questions.
How to make smooth video switching? For example, fade out and in when you switch a video file. Is it possible?