emmitrin

Results 3 comments of emmitrin

ffprobe for input audio file ```json { "streams": [ { "index": 0, "codec_name": "aac", "codec_long_name": "AAC (Advanced Audio Coding)", "profile": "LC", "codec_type": "audio", "codec_tag_string": "mp4a", "codec_tag": "0x6134706d", "sample_fmt": "fltp", "sample_rate":...

perhaps it's not possible to use commas there. packager uses the `base::SplitStringIntoKeyValuePairs` function for parsing stream descriptors and it doesn't seem to check for an escape character

Same issue. I know that the direct install of already built package via `apk add redis` will work, but for the sake of curiosity interested in resolving problem of the...