Commander Kotori
Commander Kotori
Consider the audio filters `acompressor` and `loudnorm`. Inspection of ffmpeg source code reveals that they could be represented in the following factory method. ```C++ QList audioFilters = { Filter("acompressor", "Audio...
**Is your feature request related to a problem? Please describe** It would be nice to grab the cookies from Firefox so that logged-in session can automatically use their api/session key...
Media players are basically giant state machines. Right now program state is something that several modules keep track of separately, and are synchronized through signals. This leads to mess, duplicate...