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:
| Property | Description |
|---|---|
| Codec | Filter by the subtitle format. Supports String Operations. |
| Language | Matches using the Language Helper, which compares names and ISO codes (e.g., en matches English and eng). |
| Title | Filter by the track title metadata. Supports String Operations. |
| Index | Match by the relative track position. Supports Math Operations. Index 0 is the first non-deleted track. |
Outputs
- Subtitle found: Matching track was found and set to forced; others were cleared.
- No match: No matching subtitle track was found to modify.