solarorb93 / BetaSuite

68 stars 6 forks source link

betatv.py error #54

Closed Technodubber closed 1 year ago

Technodubber commented 1 year ago

I'm seeing this error after every time I try the "python betatv.py" command, it always waits until after processing the frames. I've double and triple checked the file input and output names, I even checked in betaconst.py to see if that was a slight mismatch with the instructions or the pathing, it isn't either. It happens for all the file types I've tried (MP4, WEBM, GIF). BetaSuite TV

solarorb93 commented 1 year ago

Almost surely this is an issue with ffmpeg's location

Technodubber commented 1 year ago

Almost surely this is an issue with ffmpeg's location

How would I go about fixing it, or is the problem not on my side?

Technodubber commented 1 year ago

oops sorry, I didn't mean to close it, I pressed the wrong button.

solarorb93 commented 1 year ago

You should have C:/users/xxx/downloads/installfolder/ffmpeg/bin/ffmpeg.exe

Do you have that file at that location?

Technodubber commented 1 year ago

You should have C:/users/xxx/downloads/installfolder/ffmpeg/bin/ffmpeg.exe

Do you have that file at that location?

Yes, but the ffmpeg folder is "ffmpeg-master-latest-win64-gpl" in full is that a problem?

solarorb93 commented 1 year ago

Yes, it needs to be named ffmpeg. You can rename the folder.

Technodubber commented 1 year ago

That's fixed it, thank you!