Pooya Mohammadi Kazaj

Results 26 comments of Pooya Mohammadi Kazaj

@TrancyAlois Check this repo: [https://github.com/pooya-mohammadi/vox2wav](https://github.com/pooya-mohammadi/vox2wav)

@yallavaibhav Have you solved the issue?

@keikoro Hi, I believe the following example would make it easy for you to test: ``` from io import BytesIO with open("video.mp4", mode="rb") as f: file = f.read() VideoFileClip(BytesIO(file)) ```...

@yallavaibhav Thank you for your reply, I don't want to write the file on a hard drive. I want to open the file from the memory

@yallavaibhav There is no difference, when you write your file in a temp file, you are still writing it on a hard drive. It can slow the process

@MatyashDare Hi, sorry for the delay. I don't have the project on my PC right now, I checked the `hazm`'s version and simply added it to a single `requirements.txt` file....