Update README.md

Esse commit está contido em:
hesamsagha
2017-04-27 17:36:07 +02:00
commit de GitHub
commit 168254fa81
+4
Ver Arquivo
@@ -32,6 +32,10 @@ To upload an audio/video file use curl:
Linux: curl -v -H "Content-Type:multipart/form-data" --user meuser -i -X POST -F 'file=@./sample.wav' http://localhost:8888/er/aer/upload
Moreover, this repository handles the fusion of audio and video outputs.
Run this command to fuse the results of audio and video outpus:
wget "localhost:8080/er/general/fuse?video=`cat json_video_plain.txt`&audio=`cat json_audio_plain.txt`"
In which the files should have the following entities.
Note: keep ':time=start,end' in the "@id" section.
See http://localhost:8888/er/general for more information