We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inference: python3 inference.py --face examples/face/1.mp4 --audio examples/audio/1.wav --outfile results/1_1.mp4
python3 inference.py --face examples/face/1.mp4 --audio examples/audio/1.wav --outfile results/1_1.mp4
Question 1: Are below cases possible?
Case 1
--face
--audio
Case 2
Question 2: What is the longest duration that can be achieved by the shortest input video with and without audio?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Inference:
python3 inference.py --face examples/face/1.mp4 --audio examples/audio/1.wav --outfile results/1_1.mp4
Question 1: Are below cases possible?
Case 1
--face
argument has a 10-second video with its own audio, and--audio
argument has 5 minutes of audio.Case 2
--face
argument has a 10-second video without audio, and--audio
argument has 5 minutes of audio.Question 2: What is the longest duration that can be achieved by the shortest input video with and without audio?
The text was updated successfully, but these errors were encountered: