zllrunning / video-object-removal

Just draw a bounding box and you can remove the object you want to remove.
MIT License
2.66k stars 474 forks source link

I can't save mp4 result #20

Open 1057520143 opened 4 years ago

1057520143 commented 4 years ago

After configuring the environment according to the steps, you can get the image results in the / results / data directory, but when saving as an MP4 file, the code error is as follows: image According to the inspection of the operating environment, the ffmpeg package already exists in the environment. I want to ask how to solve this problem? image

ppsha3 commented 4 years ago

Make sure the ffmpeg is added in your global env path... 1) Open terminal and type : echo $PATH 2) If ffmepg is not there, add it by - PATH=$PATH: