Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm not trying to create the exact same tool, but rather integrate the logic of the dovi_tool into a script that I'm using for my media. Said script remuxes a file and strips out elements I dont want based on filters I've setup... I'm wanting to do an analysis on the remuxed file after the script has reached that stage and I do like to organise my media in such a way that it is in the various video formats - the OCD part in me likes it :P
Anyway, at some level, I'm guessing dovi_tool uses ffprobe given its wide array of analytics so I'm hoping someone could point me in the right direction. I've got this in my python code which does generate a fair amount of data, however, I can't seem to come up with something that can accurately parse the JSON data because every file structures DOVI and HDR10+ differently - at least what ffprobe is showing me.
Whenver I run a file into ffprobe using those commands, sometimes its the same structure in side_data_list, and sometimes its just incomprehensibly different than what I'm expecting.
I've played around with the dovi_tool and it does seem to be very, very robust and accurate at spitting out data so I'm thinking my command to generate the JSON is wrong so I'm hoping I could be steered in the right direction.
Any help would be appreciated, I'm sure I'm going to be answering a bunch of questions :)
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions