This is an old revision of the document!
Processor Nodes
To understand how use FFAStrans, you have to understand how it works. It works by a sequence of processor nodes where each node runs one after the other. You have to choose a first node, which continues to the second if the conditions are met, then to the third if the conditions are met, etc. The running direction of the processor nodes is from left to right. There is an input and/or an output and each output goes into an input.
There are 8 categories :
Monitors
Node | Description |
Canon-XF | Monitor folder for Canon-XF files. |
Folder | Monitor folder for files. |
FTP | Monitor FTP-server for files. |
Go Pro | Monitor folder for Go Pro and concatenates spanned clips. |
Image Sequence | Monitor folder for images sequences. |
Panasonic P2 | Monitor folder for Panasonic P2 files. |
Decoders
Node | Description |
A/V media | Decodes and prepares audio/video files for AviSynth filters. |
Stills | Decodes and prepares still images for AviSynth. |
Youtube | Processes internet shortcuts from YouTube, Vimeo, Instagram etc. Compatible with shortcuts from: Safari, Opera, Internet Explorer, Firefox, Google Chrome. Windows, OSX or Linux |
Analysers
Node | Description |
Loudness | Analyse audio with the EBU-R128 method. |
Interlacing | Analyse media for interlacing and save to variable. |
Filters
Node | Description |
Channel Mapper | With this filter you can mix audio channels. |
Color Conversion | Convert between color spaces. |
Crop | Crops video. Option to maintain video size. |
Custom AviSynth script | As the title says. You can make your own scripts and save them as presets. |
Deinterlace | Deinterlace video. |
Fade | Fades audio/video in and/or out. |
Flip | Flips video horizontal or vertical. |
FPS Converter | Forces FPS to the selected rate. |
Insert Media | Insert video at insert point. |
Normalize | Gain audio level to max without clipping. |
PAD | Adds border/edges to video. |
Resize | Resize video/stills. Accepts interlaced source. |
Reverse | Reverses audio/video. (No GUI). |
Swap Field | Swaps field order. (No GUI). |
Timecode | Overlays timecode on video. |
Video Layer | Overlay a video over video. Must be unconpressed AVI format. Accepts video with alphachannel. |
Watermark | Overlay an image over video. Must be in PNG format. Accepts stills with alpha channel. |
Encoders
Node | Description |
AVC-Intra | Encodes to AVC-Intra in 50, 100Mbits or 200Mbits as MXF. |
Audio extraction | Extracts audio from media to one or more output files. |
Avid DNxHD | Encodes to Avid DNxHD format as MXF or MOV. |
Avid DNxHR | Encodes to Avid DNxHR format as MXF or MOV. |
Custom FFmpeg | Enables the use of customized encoding using FFMpeg. User can also save templates for later use. |
DV/DVCPRO | Encodes to DV format. |
DVD | Creates DVD compatible file or complete iso-files ready for burning to disc. |
H.264 | 'Encodes x264 video and AAC audio to MP4 or M4V. |
H.265/HEVC | Encodes x265 video (HEVC) and AAC audio to MP4. |
IMX D-10 | Encodes to IMX-D10 format as MXF or MOV. |
Prores AW/KS | Encodes to FFmpegs Prores AW/KS variants as MOV. |
Stills | Encodes to still images or sequences. |
Uncompressed | Encodes to uncompressed audio/video. |
Windows Media | Encodes to Windows Media as WMV format. |
XDCAM-HD | Encodes to XDCAM-HD 422 format as MXF or MOV. |
Deliveries
Node | Description |
Folder | Delivers processed media to folder. |
FTP | Delivers files to FTP-server. |
Others
Operations