JCFontoura
JCFontoura
Getting 500 error when using the plugin filter without audio on the input stream: `Access-Control-Allow-Origin: * Content-Type: text/html;charset=utf-8 Content-Language: en Content-Length: 4853 Date: Sat, 25 Jun 2022 03:59:13 GMT Connection:...
Does the concat demuxer only works with text file? i.e. I need to put all my .mp4 file names inside a text file just to pass it as parameter to...
## Your Question I would like AutoMigrate to be able to perform this in my Table2: `FOREIGN KEY (table1_id) REFERENCES table1(id) ON DELETE CASCADE` but without me having to insert...
Hi. In the main.py file there is an import `from core.config import config`, which means that get_config() is being executed before `os.environ["ENV"] = env` from main(), so I always end...