double-dubs
double-dubs
Is there a technical reason you can only create worker nodes with the same specs or just the way it was decided to sell it on Azure? There are use...
Has there been any thought into how Citus could manage multiple schemas with the same table structure? There could be a master template schema and then a Citus command that...
Is it possible to pass a string of audio filters like this? silenceremove=start_periods=1:start_duration=1:start_threshold=-60dB:detection=peak,aformat=dblp,areverse,silenceremove=start_periods=1:start_duration=1:start_threshold=-60dB:detection=peak,aformat=dblp,areverse What seems to work is this: ffmpeg -i input.mp3 -af "silenceremove=start_periods=1:start_duration=1:start_threshold=-60dB:detection=peak,aformat=dblp,areverse,silenceremove=start_periods=1:start_duration=1:start_threshold=-60dB:detection=peak,aformat=dblp,areverse" I have tried all sorts of...