Was ist das PRO6-Dateiformat?
Eine .pro6-Datei ist ein Präsentationsdokument, das mit ProPresenter 6 erstellt wurde, der Live-Produktionssoftware von Renewed Vision, die in Kirchen, Konferenzen und bei Sportveranstaltungen eingesetzt wird. Die Datei ist als menschenlesbares XML geschrieben, das um ein <RVPresentationDocument>-Root-Element herum aufgebaut ist. Darin finden Sie Folgengruppen, Layouts pro Folie, Hintergründe, Übergänge und Timing sowie Cues, die auf Audio- und Videodateien verweisen.
Der sichtbare Folientext wird nicht als Klartext gespeichert. Jedes Textelement enthält eine base64-kodierte .rtf-Zeichenfolge, sodass Schriftarten, Größen und Farben zusammen mit dem Wortlaut erhalten bleiben. Medien werden nur referenziert, niemals eingebettet: Das Dokument speichert Dateipfade zu Bildern, Videos und Audio, die sich an anderer Stelle auf der Festplatte befinden. Das hält .pro6-Dateien klein, bedeutet aber auch, dass ein Dokument seine Medien verliert, wenn es einzeln kopiert wird.
Sicherheit
RISIKO: LOWA .pro6 file is a plain XML text document and is not executable, so it cannot run code on its own. The main practical risk is broken media links when the file is separated from the external images, audio and video it references. Only open .pro6 files from sources you trust, but the format itself carries no known malware vector.
Formatdetails
kurz gefasstProgramme zum Öffnen von PRO6-Dateien
.pro6 file from its library or via File then Open to edit and present it with full media playback. .pro6 file; it will convert the older document into the current format, though some styling may need review. .pro6 file as XML to read slide structure and metadata; the visible lyric text is base64-encoded RTF and needs decoding to be legible. .pro6 file and extract slide lyrics and metadata into plain data. .pro6 document in ProPresenter 6 on macOS to edit slides, relink media and run the presentation. .pro6 file into ProPresenter 7 on macOS to migrate it to the current version. .pro6 XML to inspect the document tree; decode the base64 RTF fields separately to read the actual slide text. Technische Details
technische Spezifikation| Encoding | UTF-8 XML text; per-slide text stored as base64-encoded RTF inside <NSString> / RTFData fields |
| Byte order | N/A (text format) |
| Container | Plain XML document (single file). The bundled equivalent .pro6x is a ZIP archive containing one or more .pro6 files plus media |
| Compression | None for the .pro6 file itself; the companion .pro6x bundle is ZIP-compressed |
| Typical size | A few KB to a few hundred KB, since media is referenced rather than embedded |
| Structure | Root <RVPresentationDocument> element carries document attributes (version, CCLI metadata, background color, dimensions). It contains an array of <RVSlideGrouping> groups, each holding <RVDisplaySlide> elements. Each slide holds <RVTextElement> objects whose visible text is a base64-encoded RTF string, plus optional cues, media cues and shape/foreground elements. Colors are stored as component strings and some values are base64-encoded. |
| Platforms | Windows, macOS |
| Notes | Media (images, video, audio) is not embedded; the XML stores absolute or relative path references to external files. Moving a .pro6 without its media breaks those links, which is why Renewed Vision added the self-contained .pro6x bundle export. The format is fully human-readable, which spawned several community parsers. ProPresenter 7 abandoned this XML design in favour of Google Protocol Buffers, so its .pro documents are not compatible with .pro6 tooling. |
| Veröffentlicht | 2015 |
| Neueste Version | ProPresenter 6 |
| Spezifikation | gist.github.com |
PRO6-Konvertierungen
Community Q&A
von Nutzern gefragtNoch keine Fragen - stellen Sie die erste Frage zu PRO6-Dateien.
Häufig gestellte Fragen
Wie öffne ich eine .pro6-Datei?
.pro6-Dateien ebenfalls importieren und konvertieren. Wenn Sie nur die Struktur lesen möchten, zeigt jeder Text- oder XML-Editor diese an, obwohl der Folientext base64-kodiertes RTF ist und dekodiert werden muss.Warum fehlen in meiner .pro6-Datei Bilder und Videos?
.pro6-Dokument speichert nur Pfadreferenzen zu Medien, nicht die Medien selbst. Wenn Sie die Datei ohne ihren Medienordner kopiert haben, brechen die Verknüpfungen ab. Verknüpfen Sie die Medien in ProPresenter neu oder exportieren Sie die Präsentation als .pro6x-Bundle, damit die Medien mit dem Dokument reisen.Was ist der Unterschied zwischen .pro6 und .pro6x?
.pro6 ist ein einzelnes XML-Präsentationsdokument, das auf externe Medien verweist. Eine .pro6x ist ein ZIP-Bundle, das ein oder mehrere .pro6-Dokumente zusammen mit den tatsächlichen Mediendateien verpackt und sie so zwischen Computern portabel macht.Kann ich eine .pro6-Datei in ProPresenter 7 öffnen?
.pro6-Dateien und konvertiert sie in sein neueres .pro-Format. Es gibt keine Möglichkeit, aus Version 7 zurück als .pro6 zu speichern. Behalten Sie also eine Kopie des Originals, wenn Sie noch ProPresenter 6 verwenden.