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 not sure if this is a vid.stab issue or a general ffmpeg issue.
I found that vid.stab fails with videos generated from images with -concat and an image list. It seems that vid.stab only sees the first 4 frames.
-concat
vid.stab succeeds with videos generated from images with -f image2 -start_number 1 -i frame%04d.png.
-f image2 -start_number 1 -i frame%04d.png
Sample output of global-motions.trf:
global-motions.trf
0 0 0 0 0 1 # no fields 0 0.670578 -0.066691 -0.000322 0.007731 0 # 3.378333 2 0 0.574375 0.031080 -0.000628 -0.021180 0 # 4.328137 2 0 0.771602 0.315560 -0.000463 -0.075547 0 # 3.999384 2
In fact the video has more than 4 frames. Playing the full video with ffplay works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am not sure if this is a vid.stab issue or a general ffmpeg issue.
I found that vid.stab fails with videos generated from images with
-concat
and an image list. It seems that vid.stab only sees the first 4 frames.vid.stab succeeds with videos generated from images with
-f image2 -start_number 1 -i frame%04d.png
.Sample output of
global-motions.trf
:In fact the video has more than 4 frames. Playing the full video with ffplay works.
The text was updated successfully, but these errors were encountered: