KazuyaFCB

Results 3 issues of KazuyaFCB

In my code: `await ffmpeg.run("-i","http://someurl","output.mp4")`, I got error in this image. But when running manually in terminal: `ffmpeg -i "http://someurl" output.mp4`, I run successfully. I use `ffmpeg.run()` instead of `fetchFile()`...

In my code `await ffmpeg.run("-i", "https://videoabcxyz.com", "output.mp4")`, I got `https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled` error. I also tried to run `await ffmpeg.run("-protocols")`, it...

It hits error in the line: `await client.create_tweet(comment_content['text'], reply_to=new_tweet.id, media_ids=comment_media_ids)` **Error:** `twikit.errors.CouldNotTweet: {'message': "Authorization: This request looks like it might be automated. To protect our users from spam and other...