Sanitize File Name Part
Makes one file-name component safe across macOS and Windows while preserving readable Unicode text. Sanitizes one file-name component, not a complete path. It preserves readable Unicode, replaces control characters and characters invalid on Windows, protects reserved Windows device names, trims trailing dots/spaces, and limits the result to 180 Unicode code points. The optional fallback passes through the same sanitization and falls back again to export if it becomes empty.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
value | yes | expression | — | — |
fallback | no | expression | — | — |
Notes
No additional notes are available yet.
Examples
Export Timeline Clips As Separate Files
Exports matching video Track Items as the complete timeline result, as an isolated clip with directly applied effects, or as the used source-file range.
Topics: rendering and export, timeline clips, clip effects, adjustment layers, source ranges, safe cleanup
Source: recipes/ex-render-timeline-clips-as-separate-files.json
Render Marker Ranges With Export Preset
Configures preset, output folder, filename pattern, and collision handling in one dialog, then renders one safely named file per non-zero-duration active-sequence marker with counted failures and guarded In/Out restoration.
Topics: markers, rendering and export, sequence export, presets, filename patterns, file dialogs, folder dialogs, collision handling
Source: recipes/ex-markers-render-active-sequence-ranges-with-preset.json