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

Videoshow with Images that Have different Dimensions #48

Open
jaleelg opened this issue Jul 26, 2017 · 10 comments
Open

Videoshow with Images that Have different Dimensions #48

jaleelg opened this issue Jul 26, 2017 · 10 comments

Comments

@jaleelg
Copy link

jaleelg commented Jul 26, 2017

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.

@h2non
Copy link
Owner

h2non commented Jul 26, 2017

You should use image with the exact same size, otherwise it won't work.

@jaleelg
Copy link
Author

jaleelg commented Jul 26, 2017

Oh, so there's absolutely no workaround?

@h2non
Copy link
Owner

h2non commented Jul 27, 2017

I did not find it, but you might be luckier than me.

@xDyN
Copy link

xDyN commented Jul 27, 2017

Somebody can help me run videoshow in window ?

@h2non
Copy link
Owner

h2non commented Jul 27, 2017

You would need first to share what's your problem.

@xDyN
Copy link

xDyN commented Jul 28, 2017

image
When i run test , i get a error ?
and

$ npm install rimraf
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "rimraf"
npm ERR! node v6.11.1
npm ERR! npm v3.10.10
npm ERR! path I:\videoshow\node_modules\ffmpeg
npm ERR! code EISGIT
npm ERR! git I:\videoshow\node_modules\ffmpeg: Appears to be a git repo or submodule.
npm ERR! git I:\videoshow\node_modules\ffmpeg
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.
npm ERR! Please include the following file with any support request:
npm ERR! I:\videoshow\npm-debug.log

@xDyN
Copy link

xDyN commented Jul 28, 2017

image
image

@h2non
Copy link
Owner

h2non commented Jul 28, 2017

The first error is because you don't have the required dependencies. Please, within the videoshow directory, run: npm install.

Secondary, what version of ffmpeg are you running? You can discover that by running: ffmpeg --version.

@xDyN
Copy link

xDyN commented Jul 28, 2017

I use ffmpeg version 3.3.2 from https://ffmpeg.zeranoe.com/builds/
I can run some js examples from you .

@ghost
Copy link

ghost commented Oct 6, 2017

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.

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

3 participants