liziming5353

Results 9 comments of liziming5353

I met the same question. Have you solved it?

Got it. What's the difference between video_path and fragment_video_path? In my understanding, video_path is the path to the video to be processed. But in upload_video_without_audio function in chat_model.py, fragment_video_path is...

So need I prepare the video clips in advance or it will be generated automatically?

Where does it generated? I don't find it. The first time fragment_video_path is used seems to be as a parameter of load_video in upload_video_without_audio function.

I have run it. I set the fragment_video_path to "~/video_frames_moviechat" which is an empty folder. An error occurred:

So fragment_video_path and video_path are the same video?

But I only have one video to be processed and you said that fragment_video_path will be generated. So I am confused... Could you give me a sample?

It seems a bug in pypi code. In github code, the capture_video function write the tmp video file, and return the path. But in pypi code, the capture_video function does...