Here is my code os.environ['REQUESTS_CA_BUNDLE'] = os.path.join('/path/to/','ca-own.crt') s = requests.Session() s.cert = ('some.crt', 'some.key') s.get('https
Let's say I have an input .mp4 file that contains 4 audio tracks. How can I change their volumes independently and convert it to a new file that just contains a
I tried to use @use instead of @import,but it gives me compiling error when i try to use one. compiling error is shown in the image below @import url('https://f
I have written the below code-snippet in Main method. I'm not able to use await keyword before WriteAsync(). snippet-1: while (fileLength < 100)