FranceBB
9th June 2018, 14:02
Hi,
we get JSON files that contain metadata with the start and end time in ms, a type and a message.
Is there anything that is able to read these JSON files?
I'm writing a program myself in C#, but I'd like to avoid that.
The file reports the analysis made with a software that recognises objects, scene changes and so on.
Any guess?
This is the JSON file: http://www.opfitalia.net/Server/test.json
Category id1: shots
These are scene changes in a video.
Category id2: faces VIP people.
It means that it recognises the faces of important people that have been inserted into the database.
Category id3: object.
It shows the objects that are recognised in the video, like chairs, people, buses etc.
Category id4: speech to text.
In other words, subtitles.
"full transcript" is the whole text contained in the video.
"timeline" are the single lines.
In other words, the single subtitles.
Category id5: compliance explicit.
It basically finds things like nudity, if people are naked and so on.
Category id6: compliance - SW.
It finds offensive or sexual-oriented words like "shit", "fuck you" etc.
Category id7: settings.
It basically finds if there are signs, graphics, text on the video and so on.
Like if there are many people (crowd).
If people are in a studio, if people are outside or inside etc.
I'm looking for an easy way to open these JSON files we get and check them against the video sample we sent to various companies.
we get JSON files that contain metadata with the start and end time in ms, a type and a message.
Is there anything that is able to read these JSON files?
I'm writing a program myself in C#, but I'd like to avoid that.
The file reports the analysis made with a software that recognises objects, scene changes and so on.
Any guess?
This is the JSON file: http://www.opfitalia.net/Server/test.json
Category id1: shots
These are scene changes in a video.
Category id2: faces VIP people.
It means that it recognises the faces of important people that have been inserted into the database.
Category id3: object.
It shows the objects that are recognised in the video, like chairs, people, buses etc.
Category id4: speech to text.
In other words, subtitles.
"full transcript" is the whole text contained in the video.
"timeline" are the single lines.
In other words, the single subtitles.
Category id5: compliance explicit.
It basically finds things like nudity, if people are naked and so on.
Category id6: compliance - SW.
It finds offensive or sexual-oriented words like "shit", "fuck you" etc.
Category id7: settings.
It basically finds if there are signs, graphics, text on the video and so on.
Like if there are many people (crowd).
If people are in a studio, if people are outside or inside etc.
I'm looking for an easy way to open these JSON files we get and check them against the video sample we sent to various companies.