profile condition problem (aspect ratio) #14362
-
Hi I have a problem with setting up my conditions correct. Depending on the aspect ratio I want a different video-crop. If it's between 1.78 and 2.2 I want it to be Does someone know how to tackle this?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
this is just a guess, but probably because >=2.2 is also >=1.78 and both profiles apply. depending on the priority only the former or the latter does anything (they overwrite each other). you probably should test a range eg |
Beta Was this translation helpful? Give feedback.
-
Swap the profiles, the first one has higher priority. |
Beta Was this translation helpful? Give feedback.
this is just a guess, but probably because >=2.2 is also >=1.78 and both profiles apply. depending on the priority only the former or the latter does anything (they overwrite each other). you probably should test a range eg
width / height >=1.78 and width / height <2.2
for your OSC2 profile, to exclude the case from OSC3.