json job{Filters{FilterList[ ??? ]}}

General questions or discussion about HandBrake, Video and/or audio transcoding, trends etc.
Post Reply
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

json job{Filters{FilterList[ ??? ]}}

Post by markfilipak »

Description of problem or question:

I can't figure out what the job log is telling me regarding filters.

In the job log is found json job{Filters{FilterList[]}}.
In the 'FilterList' array there is a bunch of anonymous objects that have "ID" properties.
How they are related to the GUI is crucial for understanding the job log and how to replicate a job.
(This is offal json and is _not_ _friendly_.)

Code: Select all

ID  1?    // is there an anonymous object with "ID": 1?
ID  2 =   // what is this?
ID  3 =   // what is this?
ID  4 = GUI Filters > Detelecine
ID  5?    // is there an anonymous object with "ID": 5?
ID  6 = GUI Video > Video
ID  7 = GUI Filters > Filters > Denoise > Preset
ID  8 =   // what is this?
ID  9?    // is there an anonymous object with "ID": 9?
ID 10?    // is there an anonymous object with "ID": 10?
ID 11?    // is there an anonymous object with "ID": 11?
ID 12 = GUI Dimensions > Size & Cropping
ID 14 =   // what is this?
ID 15 = GUI Filters > Rotate
Are there any more? Can anyone answer the questions? Is there a guide anywhere?

Thank you,
Mark.
markfilipak
Bright Spark User
Posts: 313
Joined: Thu Aug 01, 2019 8:58 pm

Re: json job{Filters{FilterList[ ??? ]}}

Post by markfilipak »

I'm asking how to match the "ID"s to the choises made in the GUI.
Post Reply