-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find encoder for codec id 27: Encoder not found #70
Comments
Please provide more details. |
@YuvalNirkin Came across same error on ubuntu 16.04: (base) root@beast:~/Documents/fsgan/data/dev/projects/fsgan/inference# python swap.py ../docs/examples/shinzo_abe.mp4 -t ../docs/examples/conan_obrien.mp4 -o . --finetune --finetune_save --seg_remove_mouth |
You're missing the avc1 encoder. You can try using a different encoder by adding the following argument:
Though this will reduce the quality of the video. |
I can confirm this solves the issue. Thank you and very good work! |
Sorry where do I type that? |
@DrCrayRay add it onto the end of the command. |
|
Hello, how to add, sorry, I didn't understand,Why do I show up after adding "unrecognized arguments: mp4v" |
Getting the same encoder error, even with alternate option: => Cropping video sequences from video: "shinzo_abe.mp4"... Any suggestions would help, before I try windows :) |
The path is correct and the video is also not corrupted why I am getting that error? I have checked it on other videos as well, as error again and again. Processing dataset |
No description provided.
The text was updated successfully, but these errors were encountered: