-
Notifications
You must be signed in to change notification settings - Fork 162
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
Videoshow with Images that Have different Dimensions #48
Comments
You should use image with the exact same size, otherwise it won't work. |
Oh, so there's absolutely no workaround? |
I did not find it, but you might be luckier than me. |
Somebody can help me run videoshow in window ? |
You would need first to share what's your problem. |
The first error is because you don't have the required dependencies. Please, within the Secondary, what version of ffmpeg are you running? You can discover that by running: |
I use ffmpeg version 3.3.2 from https://ffmpeg.zeranoe.com/builds/ |
I ran into the different size problem too. however it seems that I can generate a slideshow without errors when using square images (800x800 and 1000x1000) without errors. |
I am trying to use videoshow with images of different dimensions and I'm getting the error:
Error: Error: ffmpeg exited with code 1: Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #2:0
Conversion failed!
I'm wondering how to incorporate the complex filters that you suggested on another forum OR how I can go about this another way.
The issue has been troubling me for weeks.
The text was updated successfully, but these errors were encountered: