variables:inbuilt_variables
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
variables:inbuilt_variables [2023/05/21 15:05] – benjamin | variables:inbuilt_variables [2024/03/20 21:20] (current) – emcodem | ||
---|---|---|---|
Line 51: | Line 51: | ||
|**%s_pixel_format%**|Pixel format of first video stream (yuv422p).|**%i_a_channels%**|Total number of audio channels (2).| | |**%s_pixel_format%**|Pixel format of first video stream (yuv422p).|**%i_a_channels%**|Total number of audio channels (2).| | ||
|**%f_frame_rate%**|Frames per second (29.97).|**%i_a_sample_rate%**|Audio sample rate of first audio stream(48000).| | |**%f_frame_rate%**|Frames per second (29.97).|**%i_a_sample_rate%**|Audio sample rate of first audio stream(48000).| | ||
+ | |**%s_frame_rate%**|Frames per second represented as num/den (30000/ | ||
|**%s_v_codec%**|Codec of first video stream (mpeg2video).|**%s_a_codec%**|Codec of first audio stream (pcm_s16le).| | |**%s_v_codec%**|Codec of first video stream (mpeg2video).|**%s_a_codec%**|Codec of first audio stream (pcm_s16le).| | ||
- | |**%s_v_profile%**|The profile of the first video stream.|**%s_a_profile%**|The profile | + | |**%s_v_profile%**|The profile of the first video stream.|**%s_a_codec_long%**|Long codec name of first audio stream |
|**%i_v_first%**|Stream number of the first video stream.|**%i_a_first%**|Stream number of the first audio stream.| | |**%i_v_first%**|Stream number of the first video stream.|**%i_a_first%**|Stream number of the first audio stream.| | ||
|**%s_pix_aspect%**|Pixel aspect of the first video stream (1: | |**%s_pix_aspect%**|Pixel aspect of the first video stream (1: | ||
Line 58: | Line 59: | ||
|**%i_interlace%**|Field domination(0=Progressive, | |**%i_interlace%**|Field domination(0=Progressive, | ||
|**%s_date_created%**|Creation date of media (2015-15-11 21: | |**%s_date_created%**|Creation date of media (2015-15-11 21: | ||
+ | |**%i_v_bit_depth%**|Bit depth of first video stream (10).|**%s_a_profile%**|The profile of the first audio stream.| | ||
+ | |**%i_dheight**|Display height of the codec video.|**%i_has_cover**|Return 1 if audio file has cover image.| | ||
+ | |**%i_dwidth**|Display width of the codec video.|**%i_has_dolbye**|Checks if source media has Dolby E content.| | ||
{{: | {{: | ||
Line 85: | Line 89: | ||
|**%s_start_tc%**|Start TC of Media (01: | |**%s_start_tc%**|Start TC of Media (01: | ||
|**%s_start_tc_alt%**|Alternative start TC based on creation time. NOT frame accurate.| | |**%s_start_tc_alt%**|Alternative start TC based on creation time. NOT frame accurate.| | ||
+ | |**%f_pix_aspect%**|The calculated aspect from denum/num (1.4222).| | ||
+ | |**%f_v_tbase%**|The time base of the source video returned as float.| | ||
+ | |**%i_xoffset%**|Start position of display width.| | ||
+ | |**%i_yoffset%**|Start position of display height.| | ||
+ | |**%i_v_precharge%**|Return number of pre-charge frames if available.| | ||
+ | **%s_last_enc_cmd%** | ||
+ | The latest calculated | ||
Metadata Variables | Metadata Variables | ||
Line 117: | Line 128: | ||
|**%s_original_name%**|Original filename without extension and path.| | |**%s_original_name%**|Original filename without extension and path.| | ||
|**%s_original_path%**|Path of original file.| | |**%s_original_path%**|Path of original file.| | ||
- | |**%s_original_folder%**|Path of original without drive or UNC.| | ||
|**%s_original_path~n%**|Folder name n-steps backwards.| | |**%s_original_path~n%**|Folder name n-steps backwards.| | ||
+ | |**%s_original_folder%**|Path of original without drive or UNC.| | ||
|**%i_original_size%**|File size of original in bytes.| | |**%i_original_size%**|File size of original in bytes.| | ||
|**%s_original_date%**|Creation date of original file (YYYY-MM-DD_hh-mm-ss).| | |**%s_original_date%**|Creation date of original file (YYYY-MM-DD_hh-mm-ss).| | ||
Line 127: | Line 138: | ||
|**%i_original_min%**|Creation minute of original file.| | |**%i_original_min%**|Creation minute of original file.| | ||
|**%i_original_sec%**|Creation second of original file.| | |**%i_original_sec%**|Creation second of original file.| | ||
+ | |**%s_original_root%**|Valid drive or UNC server path of the original file.| | ||
|**%s_original_drive%**|Drive or UNC server of the original file.| | |**%s_original_drive%**|Drive or UNC server of the original file.| | ||
|**%s_recursed_path%**|Path of original without drive/UNC, monitored path and filename.| | |**%s_recursed_path%**|Path of original without drive/UNC, monitored path and filename.| | ||
Line 232: | Line 244: | ||
{{: | {{: | ||
+ | |||
+ | |||
+ | **%s_options%** (since FFAStrans 1.4) advanced users can force special behaviour. | ||
+ | |||
+ | Mostly used by advanced users to change the encoding commands of internal encode processors to specific needs. | ||
+ | You can enable/ | ||
+ | |||
+ | Note that **skip_encoding=True|save_enc_cmd=True** can be used to "not encode" | ||
+ | |||
+ | |||
+ | ^ Heading 1 ^ Heading 2 ^ | ||
+ | |skip_encoding |Option to skip encoding in encoding nodes - used to retrieve the calculated encoding cmd in combination with save_enc_cmd| | ||
+ | |proc_execute |Don' | ||
+ | |save_enc_cmd |Option to save ffmpeg processing and filter chains to variables| | ||
+ | |allow_text_source |Option to turn the string in s_source into a text file| | ||
+ | |end_branch |Option to end the current branch even if there are subsequent nodes| | ||
+ | |dispel_branch |Option to end the current branch even if there are subsequent nodes and hide from history| | ||
+ | |emulate_crash |none, | ||
+ | |allow_afuncs |Allow using native AutoIT functions in the populate and conditional node.| | ||
+ | |encode_errors |Stop and error on known encoding andomalies resulting in a complete but incompatible file.| | ||
+ | |afilters |Add extra ffmpeg audio filters at the end of filter chain per stream.| | ||
+ | |apre_filters |Add extra ffmpeg audio filters at the start of filter chain per stream.| | ||
+ | |apost_filters |Add extra ffmpeg audio filters at the end of filter chain per stream.| | ||
+ | |vfilters |Add extra ffmpeg video filters at the end of filter chain.| | ||
+ | |vpre_filters |Add extra ffmpeg video filters at the start of filter chain.| | ||
+ | |vpost_filters |Add extra ffmpeg video filters at the end of filter chain.| | ||
+ | |enc_pre_input |Add extra ffmpeg arguments before input specifier.| | ||
+ | |enc_pre_output |Add extra ffmpeg arguments before output specifier.| | ||
+ | |||
+ | |||
+ | **%s_last_enc_cmd%** | ||
+ | |||
+ | Read only variable for retrieving the latest internally ffmpeg encoding command (after some encode processor) | ||
+ | |||
----- | ----- | ||
variables/inbuilt_variables.1684681530.txt.gz · Last modified: 2023/05/21 15:05 by benjamin