nang-dev / automated_youtube_channel

Automated youtube that can scrape content, edit a compilation, and upload to youtube daily.
MIT License
708 stars 284 forks source link

MoviePy error #15

Closed vinswat closed 3 years ago

vinswat commented 3 years ago

Hi,

The script works up until it tries to compile the video, I have intsalled FFMPEG but it didn't make any difference - Anyone else getting this ? ''
Moviepy - Building video ./JUNE_2021_v15.mp4. MoviePy - Writing audio in /tmp/temoaudiofile.m4a chunk: 0%| | 2/5574 [00:01<1:06:47, 1.39it/s, now=None]Routine Failed on OS error: [Errno 32] Broken pipe

MoviePy error: FFMPEG encountered the following error while writing file /tmp/temoaudiofile.m4a:

b'/tmp/temoaudiofile.m4a: No such file or directory\r\n'

In case it helps, make sure you are using a recent version of FFMPEG (the versions in the Ubuntu/Debian repos are deprecated). ''

vinswat commented 3 years ago

I see this was previously closed, solved by changing the path (done) and creating a file with the same name as the one missing. I assume he meant temoaudiofile.m4a

Abhidcruez commented 2 years ago

Can help me out I have the same problem but not able to solve it