nimaid / binary-waterfall

A Raw Data Media Player
GNU General Public License v3.0
87 stars 3 forks source link

Video Export error: [Errno 32] Broken pipe #15

Open KK-Designs opened 3 months ago

KK-Designs commented 3 months ago

Getting this error when exporting anything as a video. Latest version of ffmpeg is installed on the system, and added to PATH. Audio export works completely fine.

image

An error occurred while exporting the video: [Errno 32] Broken pipe

MoviePy error: FFMPEG encountered the following error while writing file videoTEMP_MPY_wvf_snd.mp3:

b'videoTEMP_MPY_wvf_snd.mp3: Permission denied\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).

KK-Designs commented 3 months ago

Interestingly this only happens if i open the exe from the start menu search, so perhaps something to do with the env paths?

yabastar0 commented 1 month ago

Having this same issue. Opening it in the file explorer fixes the issue

KK-Designs commented 1 month ago

Having this same issue. Opening it in the file explorer fixes the issue

yeah I found that out too