videoshow
videoshow copied to clipboard
Videoshow with Images that Have different Dimensions
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.
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.
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
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
.
I use ffmpeg version 3.3.2 from https://ffmpeg.zeranoe.com/builds/ I can run some js examples from you .
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.