User Tools

Site Tools


variables:inbuilt_variables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
variables:inbuilt_variables [2024/01/28 10:03] benjaminvariables:inbuilt_variables [2024/03/20 21:20] (current) emcodem
Line 95: Line 95:
 |**%i_v_precharge%**|Return number of pre-charge frames if available.| |**%i_v_precharge%**|Return number of pre-charge frames if available.|
  
 +**%s_last_enc_cmd%**
  
 +The latest calculated 
  
 Metadata Variables Metadata Variables
Line 242: Line 244:
  
 {{:variables:success_variable.png?nolink&800|}} {{:variables:success_variable.png?nolink&800|}}
 +
 +
 +**%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/disable options by setting %s_options% to some value using a populate vars processor. Setting one a single option will not change possible existing options.
 +
 +Note that **skip_encoding=True|save_enc_cmd=True** can be used to "not encode" but just calculate some encoding command string which you can change to your needs.
 +
 +
 +^ 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't execute procs when false|
 +|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,mem,bounds,var,obj,halt,recurse,stress, null, Option to emulate node crash. For testing purpose only!|
 +|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.1706436221.txt.gz · Last modified: 2024/01/28 10:03 by benjamin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki