Skip to content
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

[Bug] Imported video clips sometimes stuck and sometimes takes many time #11

Open
Iam-Muslim opened this issue Aug 4, 2023 · 1 comment

Comments

@Iam-Muslim
Copy link

Alslam alikom my brother ,

i have converted a png image to mp4 using ffmpeg libx264 encoding and tried to import the clip it took maybe 10 minutes to import a 20 second clip and when i made the clip more than 1 minute it was stuck at importing

@Iam-Muslim Iam-Muslim changed the title [Bug]Imported video clips sometimes stuck and sometimes takes many time [Bug] Imported video clips sometimes stuck and sometimes takes many time Aug 4, 2023
@rebinf
Copy link
Owner

rebinf commented Aug 12, 2023

I've just created a video using the ffmpeg library:

ffmpeg -loop 1 -i pic.png -c:v libx264 -t 60 -pix_fmt yuv420p -vf scale=1280:720 pic.mp4

And QVM imported it in no time.

If you can post the ffmpeg command here, maybe I can replicate the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants