Integer Variables formatting
Posted: Tue Apr 19, 2016 4:29 pm
I am trying to create workflows from a single watch folder so that our media team can drop videos and the workflow determines resolution of source and which formats/resolutions to transcode into. I've read through the help several times but I'm not finding any clear examples on how to format variables or how to place multiple variables on a single line.
I've verified that my source media contains Frame Width and Frame Height metadata in the file properties.
My current workflow works properly with no variables (It will transcode 4:3 video into 16:9 and upscale 1280x720 into 1920x1080, I'd like to put a little more intelligence behind the workflow)
I've tried the following under Accept files:
%i_width% = "1920"
%i_width% = 1920
%i_width%="1920"
%i_width%=1920
"%i_width% = "1920"" "%i_height% = "1280"" (including all variations from above)
%i_width% = "1920";%i_height% = "1280" (including all variations from above)
%i_width% = "1920",%i_height% = "1280" (including all variations from above)
TLDR
1. How do I format integer variables
2. How do I place more than one variable in a line
Thank you for your help in advance
I've verified that my source media contains Frame Width and Frame Height metadata in the file properties.
My current workflow works properly with no variables (It will transcode 4:3 video into 16:9 and upscale 1280x720 into 1920x1080, I'd like to put a little more intelligence behind the workflow)
I've tried the following under Accept files:
%i_width% = "1920"
%i_width% = 1920
%i_width%="1920"
%i_width%=1920
"%i_width% = "1920"" "%i_height% = "1280"" (including all variations from above)
%i_width% = "1920";%i_height% = "1280" (including all variations from above)
%i_width% = "1920",%i_height% = "1280" (including all variations from above)
TLDR
1. How do I format integer variables
2. How do I place more than one variable in a line
Thank you for your help in advance