corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
ffe global preferences:
The following settings can NOT be usefully placed inside a preset..
The can only be usefully placed inside the main "ffe" preset.
Preference/Setting: Type: Description:
------------------- ----- ------------
debug_level I = 0=disable, 1=default (errors only), then up to 10.
dump_file S = Location of debug file (when compiled).
max_debug_log_size I = Maximum size of debug log files, in MB.
x I = X position of main ffe window, in pixels.
y I = Y position of main ffe window, in pixels.
width I = Width of main ffe window, in pixels.
height I = Height of main ffe window, in pixels.
start_minimized B = Whether or not to start in a minimized state.
always_on_top B = Whether to remain on top of other windows on your desktop.
transparency I = Level of transparency (any level can be set in the ini file).
do_output B = Whether to produce media files (disable for image sequences and such).
do_tooltips B = Whether or not to create useful ToolTips over controls.
allow_output_tooltip B = ToolTips over the console? You only need to read this once!.
tooltip_time I = How long to display ToolTips while hovering over a control (default 10s).
tip_icon_res S = Path of file to use for icon for the ToolTips.
tip_icon_index I = Index of the icon with in the file.
system_tip_icon I = ToolTip icon override with system icon.
tip_style I = ToolTip Style.
sort_presets_list B = Whether or not to show presets list sorted alphabetically.
show_ffe_in_sorted_list B = If the presets are sorted, should be show the default ("ffe") preset?
image_buttons B = Whether or not to display images on (some) buttons.
replace_mode B = Loading presets replaces (on) or adds-to (off) current settings.
store_filepaths B = Store file paths inside presets? (exit settings always retain file paths).
console_wordwrap B = Wrap the output of the Console? (probably, yes)).
drop_command S = Available commands: "go", "report", "play", "generate" and "none".
launch_with_drop_command B = Perform drop command with files on the command-line (SendTo, etc.)?
retain_recent_files B = Whether or not to maintain a tray menu of recently created files.
recent_files S = ffe maintains this list automatically.
retain_exit_settings B = Whether or not to remember where you left-off.
do_countdown_timer B = When a delayed start is set, choose whether or not to display a groovy countdown counter.
enable_custom_buttons B = SuperDooper Handy FFmpeg snippets in button form.
button_delim S = Character(s) used to split the command/tip/comments parts of button arguments.
custom_buttons_columns I/S = Sets the number of custom button columns. Best left to "auto".
custom_buttons_width I = How wide each custom button, in pixels.
custom_buttons_height I = How high each custom button, in pixels.
buttons_x_shunt I = How far to nudge the custom button along the X-Axis.
buttons_y_shunt I = How far to nudge the custom button along the Y-Axis.
button_spacing I = How far apart buttons are from each other, in pixels.
custom_buttons_font_size I = The size of the font used for the custom buttons (can be decimal fraction).
double_check_rclicks B = A Double-check for the Right-Now-Click buttons.
show_ffplay_output B = Show the output from FFplay in the ffe console (F6).
ffmpeg_command S = The command used for the FFmpeg quick task button.
ffplay_command S = The command used for the FFplay quick task button.
log_append B = Whether or not to append new logs to old logs.
job_log_append B = Whether or not to append new job logs to old logs.
log_each_job B = Whether or not to log each job.
log_location S = Location of log file.
job_log_location S = Location of job log file.
ffmpeg_binary S = Location of FFmpeg binary (exe).
plugins_path S = Location of FFmpeg plugins directory.
help_texts S = The help texts commands/output files/title.
magic_butt_icon_index I = Icon indexes for button images.
dropwin_butt_icon_index I = ''
folder_icon_index I = ''
time_icon_index I = ''
ffmpeg_task_butt_icon_index I = ''
matof_separator S = String used to separate MATOF part of file name (usually space).
video_codecs S = List of video codec to show in the ffe interface.
audio_codecs S = List of audio codec to show in the ffe interface.
file_types S = File types that will appear in a file open dialog.
video_bitrates S = Available (in the ffe interface) video bitrates.
audio_bitrates S = Available audio bitrates.
frames_per_second S = Available frames-per-second.
target_types S = List of available target types (built-in to FFmpeg: svcd,pal-svcd,ntsc-svcd,dvd, etc.).
preset_resizes S = List of available built-in preset resizes (hd720, hd1080, SVCD, etc.).
console_output_font S = Size of the font used for the console output.
console_output_font_size I = Name of the font to use for the console output.
short_test_frames I = Number of frames to set for a short test.
do_drop_window B = Whether or not to display the Drop Window.
drop_win_image S = Image to use for the drop window (by default, a relative path).
drop_win_image_folder S = Folder to use for drop window images.
drop_win_transparency I = Transparency of drop window.
allowed_image_types S = List of images types we allow to be dropped into the drop window for use.
fluid_image_menu B = Whether or not to use a fluid image menu (follows dropped images).
auto_copy_images B = Whether or not to automatically copy images to (fixed) drop window image folder.
GDI_dll S = Location of the GDI DLL used for displaying drop window.
clean_comments B = Whether or not to strip all comments from the ini file.
pause_is_global B = The pause HotKey (usually {SCROLLLOCK}) works globally on the system.
auto_codecs B = Whether or not to automatically generate codec drop-downs (combos) (F7).
auto_crop_frames I = Number of frames to grab for crop detect. Default is 24
auto_crop_limit I/F = Black value threshold, from 0 - 255 (default: 24).
Or a float (0 to 65535), the default being 0.0941176, check your binary's help.
auto_crop_round I = The value which the width/height should be divisible by. Default is 16.
auto_crop_reset I = Recalculate the crop area after this many frames (default: 0).
notes_prefix S = On preset load, this string is output before any preset notes.
time_in_title B = Whether or not to display running time in the Title bar.
Types:
B = Bool => Boolean. Usually 'on' or 'off' (no quotes)
I = Integer => Integer. A whole number. Can be 0. (some are actually just plain "numbers"!)
F = Float => Floating point number.
S = String => String. A file path or codec name, etc.