<graphviz>
digraph G{

"Top Layer" -> Tools
"Top Layer" -> Formate

Tools       -> OS
Tools       -> Features

OS       -> BSD
OS       -> "GNU/Linux"
OS       -> Windows
OS       -> Mac

Features       -> Synchronisieren
Features       -> Konvertieren
Features       -> Übersetzen
Features       -> Editieren
Features       -> OCR
Features       -> GUI
Features       -> CLI

Formate     -> Untertitel
Formate     -> Container
Formate     -> Audio
Formate     -> Video

Untertitel  -> "VobSub-Format"
Untertitel  -> "SubRip-Format"

Windows     -> SubRip
Mac         -> SubRip
"GNU/Linux" -> AviDemux
Windows     -> AviDemux

GUI         -> AviDemux
GUI         -> SubRip
Editieren -> SubRip
Konvertieren -> SubRip

"VobSub-Format" -> AviDemux
OCR -> AviDemux

}
</graphviz>