Convert media batch
Use “Convert media batch” in Recued. Convert a list of dropped videos or images in one run with the local ffmpeg and imagemagick tools. Videos transcode to H.264/AAC MP4 at a chosen encoder preset; images resize to a geometry (provider records.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (22 steps)
source_count
count
Count items in setting sources
has_sources
compare
Check if source count is greater than 0
sources_guard
guard
Stop if has sources equals
is_video
compare
Check if setting media kind equals video
is_image
not
Apply not
converted_video
?
skip: step.is_video equal false
converted_image
?
skip: step.is_image equal false
converted
ternary
Apply ternary
succeeded
filter
Filter by condition
failed
filter
Filter by condition
succeeded_count
count
Count items in succeeded
failed_count
count
Count items in failed
produced
map
Extract from each item
kept
?
kept_ok
filter
Filter by condition
kept_count
count
Count items in kept ok
kept_rows
map
Extract from each item
failed_rows
map
Extract from each item
kept_table
to_table
Format results as a data table
failed_table
to_table
Format results as a data table
target_note
ternary
Apply ternary
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
preset
setting
=
medium
sources
setting
=
geometry
setting
=
1200x1200
media kind
setting
=
video