Fe2_filter_cut, Fe2_cut_start_sec, 2 define documentation – Google Flix Engine Linux Reference Manual User Manual

Page 108

Advertising
background image

102

Flix Engine Linux Module Documentation

• #define

FE2_CUT_STOP_SEC

Filter parameter for setting the cut stop time.

• #define

FE2_CUT_USE_SEEK

Set FE2_CUT_START_SEC application method.

5.25.2

Define Documentation

5.25.2.1

#define FE2_CUT_START_SEC

Filter parameter for cut start time.

Sets the time (in seconds relative to the beginning of the source) to begin the media cut. A value of 0
indicates that the cut should start at the beginning of the input media.

Note:

Default: 0

Definition at line 64 of file cut.h.

5.25.2.2

#define FE2_CUT_STOP_SEC

Filter parameter for setting the cut stop time.

Sets the time (in seconds relative to the beginning of the input media) to end the media cut. A value of -1
indicates the cut should stop at the end of the input media.

Note:

Default: -1

Definition at line 75 of file cut.h.

5.25.2.3

#define FE2_CUT_USE_SEEK

Set FE2_CUT_START_SEC application method.

When

FE2_CUT_START_SEC

is non-zero this parameter determines how the cut is applied. A value of 0

indicates that the entire source file should be read and discarded until

FE2_CUT_START_SEC

is reached.

This method will increase the time necessary to process the source media as it must be decoded before it
be discarded. This was the default behavior prior to 8.0.7.0. A value of 1 indicates that the engine should
attempt to perform a seek on the source media to arrive at

FE2_CUT_START_SEC

. Should this method

fail the engine will fall back to the legacy method.

Note:

Default: 1
If output is produced with the value set to 1, but the results are undesirable the only workaround is to
re-encode with the value set to 0.

Definition at line 95 of file cut.h.

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising