User Tools

Site Tools


processors:decoder_avmedia

A/V Media Decoder

Purpose

This node is needed if you want to use any filters behind.


Original Manual



This decoder is necessary only in order to use filters. It will produce a valid AviSynth script on which filters can be built. FFAStrans is shiped with AviSynth+ as standard. If you have any other versions installed, FFAStrans will still used the one that comes with FFAStrans.

Use video

This decides whether to use video from incoming file or not. If the option is unchecked FFAStrans will create one black video stream with 16x16 pixels. Frame rate will be fixed at 25 fps.

Decoding (video)

This decides how to process incoming video.

No decode: No decoding is performed. It will rely on "ffms2" to output valid video information.

Intelligent: FFAStrans will try to decide whether it should perform a full video decode or not.

Full decode: Video will be decoded to x264 "lossless".

Force output video format

Force decoding to a particular video sample format or "Same as source".

Use audio

This decides whether to use audio from incoming file or not. If the option is unchecked FFAStrans will create 32 silent audio channels.

Decoding (audio)

This decides how to process incoming audio.

No decode: No decoding is performed. It will rely on "ffms2" to output valid audio information.

Intelligent: FFAStrans will try to decide, based upon predefined aberrations, whether it should perform a full decode or not.

Full decode: Will always decode ALL audio found in media. This is the safest but slowest bet.

Note: Dolby E decoding is experimental and might not properly with some odd DBE layouts.

Force channels

Force decoding to the specified number of channels or "Same as source". Missing channels will be filled with silence audio.

Bit depth

Force decoding to specified bit depth regardless of any source audio bit depth.

Sample rate

Force decoding to specified samplerate regardless of any source audio sample rate.

Use x64 AviSynth

Forces the use of 64 bit version of AviSynth+.

Force 8 bit

The new AviSynth+ support higher bitdepths than 8 so this option will insert a ConvertTo8Bit() function at the end of the script created by the decoder.

Enable non linear seek

Normally, FFAStrans will set the seek flag in ffms2 to linear. However, setting this option enable custom scripts to do non linear seeking. This is important with plugins that require to look at previous and future frames in order to process current frames.

2019/12/09 16:19
processors/decoder_avmedia.txt · Last modified: 2021/10/31 17:21 by benjamin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki