IBM / watson-multimedia-analyzer

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode. A Node app that use Watson Visual Recognition, Speech to Text, Natural Language Understanding, and Tone Analyzer to enrich media files.
https://developer.ibm.com/code/patterns/enrich-multi-media-files-using-ibm-watson/
Apache License 2.0
23 stars 25 forks source link

Could not enrich the video in windows #28

Open ybouzidrs opened 6 years ago

ybouzidrs commented 6 years ago

Hello,

Everything seems to be OK except the video enrichment. The command "bin/processMedia -S -V -f public/media_files/grid-breakers.mp4" does not work on windows. Could you pls help me ?

Thanks in advance and BR, Yassine.

stevemar commented 6 years ago

@ybouzidrs the enrichment was tested on linux platforms and osx -- can you paste an error message?

alternatively, you can create a ubuntu vm and run the enrichment there.

ybouzidrs commented 6 years ago

Thanks for you quick feedback @stevemart, unfortunately there is no error message. Windows could not recongnize the processMedia file. Pls see snapshot below. image

Because the enrichment is not working I cannot get the video in the web UI. image

swgraham commented 6 years ago

I don't recall completely, but I think if you preface the 'bin/processMedia' w/ the path to node you can get it to run, for example node bin/processMedia <rest of command>

rawiasammout commented 6 years ago

i cannot upload the video any help please

rawiasammout commented 6 years ago

help

rhagarty commented 6 years ago

@rawiasammout - can you provide some more details? Like the command you used to enrich your file (i.e. your processMedia command and parms)

rawiasammout commented 6 years ago

help

rhagarty commented 6 years ago

ok - it looks like the app is up and running. Now you need to enrich your media file. Have you done that yet? If so, what command did you use?

ybouzidrs commented 6 years ago

@rawiasammout, pls five a try to what @swgraham suggested above 12 days ago. After starting your app, open a new CLI and type the following command. node bin/processMedia -S -f public/media_files/grid-breakers.mp4 I am not 100% sure that it will work in windows. Pls see snapshot below. _Cannot read property 'endtime'

image

It is interesting to know the source of this issue. But in your case I highly recommend you to use a linux or mac VM.