Wat is het PRO6-bestandsformaat?
Een .pro6-bestand is een presentatiedocument gemaakt door ProPresenter 6, de live-productiesoftware van Renewed Vision die wordt gebruikt in kerken, conferenties en sportevenementen. Het bestand is geschreven als voor mensen leesbare XML, opgebouwd rond een <RVPresentationDocument> root. Daarin vindt u diagroepen, lay-out per dia, achtergronden, overgangen en timing, plus cues die verwijzen naar audio en video.
De zichtbare diatekst wordt niet als platte tekst opgeslagen. Elk tekstelement bevat een base64-gecodeerde .rtf-tekenreeks, zodat lettertypen, formaten en kleuren behouden blijven samen met de tekst. Media worden alleen aangeroepen, nooit ingesloten: het document bewaart bestandspaden naar afbeeldingen, video en audio die elders op de schijf staan. Dat houdt .pro6-bestanden klein, maar het betekent ook dat een document zijn media verliest wanneer het afzonderlijk wordt gekopieerd.
Beveiliging & veiligheid
RISICO: 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.
Formaatdetails
in een notendopProgramma's die PRO6-bestanden openen
.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
diepe specificaties| 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. |
| Uitgebracht | 2015 |
| Laatste versie | ProPresenter 6 |
| Specificatie | gist.github.com |
PRO6 conversies
Community V&A
gevraagd door gebruikersNog geen vragen - wees de eerste om iets te vragen over PRO6-bestanden.
Veelgestelde vragen
Hoe open ik een .pro6-bestand?
.pro6-bestanden ook importeren en converteren. Als u alleen de structuur wilt lezen, kan elke tekst- of XML-editor deze weergeven, hoewel de diatekst base64-gecodeerde RTF is en decodering vereist.Waarom ontbreken er afbeeldingen en video's in mijn .pro6-bestand?
.pro6-document slaat alleen padverwijzingen naar media op, niet de media zelf. Als u het bestand hebt gekopieerd zonder de bijbehorende mediamap, worden de koppelingen verbroken. Koppel de media opnieuw in ProPresenter, of exporteer de presentatie als een .pro6x-bundel zodat de media met het document meereizen.Wat is het verschil tussen .pro6 en .pro6x?
.pro6 is een enkel XML-presentatiedocument dat verwijst naar externe media. Een .pro6x is een ZIP-bundel die een of meer .pro6-documenten samen met de daadwerkelijke mediabestanden verpakt, waardoor het draagbaar is tussen computers.Kan ik een .pro6-bestand openen in ProPresenter 7?
.pro6-bestanden en converteert ze naar het nieuwere .pro-formaat. Er is geen mogelijkheid om vanuit versie 7 terug op te slaan naar .pro6, dus bewaar een kopie van het origineel als u ProPresenter 6 nog gebruikt.