Ricardo Funke
Ricardo Funke
I have this issue only for me-south-1 region, while us regions works fine. - I already checked the date/time, my system uses NTP so I don't think this is the...
Sorry, I didn't test this suggestion and I just realized I put a return clause inside a for loop. My goal is to have some sort of way to return...
I've commented the line 546 of devede_ffmpeg_convert.py and it seems it's working... The block code is: ``` while (at>1): if (volume!=100): command_var.append("-vol") command_var.append(str((256*volume)/100)) #command_var.append("-newaudio") at-=1 ```