PRO6 ファイル形式とは?
.pro6 ファイルは、教会、会議、スポーツイベントなどで使用される Renewed Vision 社のライブ制作ソフトウェア ProPresenter 6 で作成されたプレゼンテーションドキュメントです。このファイルは、<RVPresentationDocument> ルートを中心に構築された、人間が読める形式の XML として書き込まれます。その中には、スライドグループ、スライドごとのレイアウト、背景、トランジション、タイミング、およびオーディオやビデオを指し示すキューが含まれています。
表示されるスライドテキストは、プレーンテキストとしては保存されていません。各テキスト要素は base64 エンコードされた .rtf 文字列を保持しているため、フォント、サイズ、色などの書式が文言と共に保持されます。メディアは参照されるだけで、埋め込まれることはありません。ドキュメントは、ディスク上の別の場所にある画像、ビデオ、オーディオへのファイルパスを保持します。これにより .pro6 ファイルは小さく保たれますが、ドキュメントを単体でコピーするとメディアとのリンクが失われることを意味します。
セキュリティと安全性
リスク: 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.
形式の詳細
概要PRO6 ファイルを開くプログラム
.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. 技術的詳細
詳細仕様| 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. |
| リリース日 | 2015 |
| 最新バージョン | ProPresenter 6 |
| 仕様書 | gist.github.com |
PRO6 の変換
コミュニティ Q&A
ユーザーからの質問まだ質問はありません。PRO6 ファイルについて最初の質問をしてみましょう。
よくある質問
.pro6 ファイルはどうやって開きますか?
.pro6 ファイルをインポートして変換できます。構造を確認したいだけであれば、任意のテキストまたは XML エディタで表示できますが、スライドテキストは base64 エンコードされた RTF であり、デコードが必要です。なぜ .pro6 ファイルに画像やビデオが含まれていないのですか?
.pro6 ドキュメントはメディアへのパス参照のみを保存し、メディア自体は保存しません。メディアフォルダを含めずにファイルをコピーすると、リンクが切れてしまいます。ProPresenter でメディアを再リンクするか、メディアがドキュメントと一緒に移動するようにプレゼンテーションを .pro6x バンドルとしてエクスポートしてください。.pro6 と .pro6x の違いは何ですか?
.pro6 は外部メディアを参照する単一の XML プレゼンテーションドキュメントです。.pro6x は、1つ以上の .pro6 ドキュメントと実際のメディアファイルをパッケージ化した ZIP バンドルであり、コンピュータ間での持ち運びを可能にします。ProPresenter 7 で .pro6 ファイルを開けますか?
.pro6 ファイルをインポートし、新しい .pro 形式に変換します。バージョン 7 から .pro6 に戻して保存する方法はないため、ProPresenter 6 を引き続き使用する場合は、元のコピーを保管しておいてください。