Skip to main content

Set Forced

FFmpeg Builder: Set Forced

Sets a specific subtitle track as forced and clears the forced flag from all other subtitle tracks if a match is found.


Track Selection

Determines which track should be flagged as the forced track.

You can specify the target track using the following properties:

PropertyDescription
CodecFilter by the subtitle format. Supports String Operations.
LanguageMatches using the Language Helper, which compares names and ISO codes (e.g., en matches English and eng).
TitleFilter by the track title metadata. Supports String Operations.
IndexMatch by the relative track position. Supports Math Operations. Index 0 is the first non-deleted track.

Outputs

  1. Subtitle found: Matching track was found and set to forced; others were cleared.
  2. No match: No matching subtitle track was found to modify.