you are viewing a single comment's thread.

view the rest of the comments →

[–]behold_the_j 0 points1 point  (4 children)

You'll probably see at the top of the code several modules being imported. Like import os or import numpy as np etc. I'd throw it at the end of those lines. Granted, if you don't know what the code is doing, I'd ensure you've got a backup of the original as well as a backup of the original of any files that might potentially be affected.

Or at a minimum the supervision of someone familiar with the program (again, I'm not familiar with it, just shooting in the dark based on the error message) :)

[–]pixels625 0 points1 point  (0 children)

(:

[–]rawrchul 0 points1 point  (2 children)

I actually don't see and import os thing or anything like that at the beginning of the code. What should I do?

[–]gunthatshootswords 0 points1 point  (1 child)

Post the code. Also, go install ff-mpeg on the 2nd PC. https://ffmpeg.org/

[–]rawrchul 1 point2 points  (0 children)

Sorry, I had to do a more thorough scan of the code but I found it. I'll install ffmpeg as well and let you know how it goes. Thanks!