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
i am using the recommended command to stitch pngs backk to a video. but giving me a blank video.
command using:
ffmpeg -i video-frame-%0d.png -c:v libx264 -vf "fps=25,format=yuv420p" out.mp4
video output with the stitched frames
blank video
Describe, in some detail, the steps you tried that resulted in the behavior described above.
pip freeze
The text was updated successfully, but these errors were encountered:
ffmpeg problems are out of scope. Your best bet is to go to the Discord group where people will be able to help you.
https://discord.gg/FdEwxXd
Sorry, something went wrong.
No branches or pull requests
i am using the recommended command to stitch pngs backk to a video. but giving me a blank video.
command using:
ffmpeg -i video-frame-%0d.png -c:v libx264 -vf "fps=25,format=yuv420p" out.mp4
Expected behavior
video output with the stitched frames
Actual behavior
blank video
Steps to reproduce
Describe, in some detail, the steps you tried that resulted in the behavior described above.
Other relevant information
pip freeze
)The text was updated successfully, but these errors were encountered: