MikhailSinelnikov
Results
1
issues of
MikhailSinelnikov
Hello. We use Kinescope a streaming platform, not YouTube, and we created a script for this: ``` cat ./ffmpeg #!/bin/bash COMANDO="/usr/bin/ffmpeg1" while test $# -gt 0 do T="$1" echo =__=$T=__=;...