Open zhouzk5 opened 1 year ago
Does the file shinzo_abe_seq00.mp4
exists in a directory in the same folder as the original video?
Does the file
shinzo_abe_seq00.mp4
exists in a directory in the same folder as the original video?
Yes,as shown in the figure. @YuvalNirkin
@zhouzikang Hi! Have you fixed this error ?QAQ
@zhouzikang Hi, did you find a solution to this error? There are many issues raised, but none of them seem to work.
Try to run ffprobe directly with the path to the videos and see if that works.
conda update fmmpeg
worked for me #172
Based on #70
I add --encoder_codec mp4v onto the end of the command.
But the problem remains unsolved.
this is my commend:
python fsgan/inference/swap.py docs/examples/shinzo_abe.mp4 -t docs/examples/conan_obrien.mp4 -o . --finetune --finetune_save --seg_remove_mouth --encoder_codec mp4v
I read many issues, but I really don't know how to solve this problem.Could you help me?