Talos is the RELIQUARY remuxer: it repackages media into cleaner or more compatible containers without re-encoding streams.
- Inspect files with
ffprobe - Remux with
ffmpeg -c copy - Select video, audio, subtitle, attachment and data streams
- Drop incompatible tracks in strict compatibility mode
- Extract subtitle or audio streams as sidecar files
- Use system
ffmpegandffprobefromPATH, winget, or Homebrew
Talos is a container tool, not a transcoder. If a codec is not valid for the target container, it must be dropped, extracted, or handled by a future dedicated transcode workflow.