.META

META ファイル

RealPlayer Metafile
質問する
クイック回答

META ファイルは、RealPlayer(RealNetworks 社製)によって作成される小さなテキストファイルであり、ビデオ自体を含むのではなく、実際のメディア(URL またはローカルパス)を指し示すものです。テキストエディタで開いて中のリンクを確認し、参照されているメディアを VLC または RealPlayer で再生してください。 .meta 拡張子は、他のソフトウェア(特に Unity ゲームエンジン)でも、無関係なサイドカーファイルとして使用されます。

開発元: RealNetworks カテゴリ: 動画ファイル MIME: text/plain
対応OS Windows macOS
関連: .DAV · .MKV · .MP4 · .H264

このページの内容

19k+ 個の拡張子を索引済み
最終確認日:Jul 11, 2026

ファイルの種類がわかりませんか?

ファイルを識別ツールにドロップしてください。最初の数バイトを読み取って形式を特定します。

ファイルを識別する

META ファイル形式とは?

.meta ファイルは、1990年代後半に RealNetworks 社によって開発されたストリーミングメディアアプリケーションである RealPlayer によって作成されるメタデータファイルです。アプリケーションによってメディアファイルがダウンロードまたはストリーミングされる際、それを説明する .meta ファイルが一緒に作成されます。このメタデータファイルは、ビデオのタイトル、ファイルの場所、再生時間などの情報を提供します。

重要な点として、.meta ファイル自体はビデオではありません。これは小さなプレーンテキストのポインタです。通常、.rm または .rmvb ファイルを指す rtsp:// や http:// の URL として表現される、実際のメディアストリームの場所への参照が含まれています。RealPlayer はこの参照を読み取って、実際のメディアコンテンツを特定し再生します。

.meta ファイルはバイナリシグネチャのないプレーンテキストであるため、メモ帳などの任意のテキストエディタで開いて内容を確認できます。RealPlayer がインストールされていない場合でも、VLC media player などのアプリケーションを使用して、埋め込まれたリンクをたどり、ターゲットのストリームを再生できる場合があります。この形式は、オーディオやブラウザ内再生で同様のポインタの役割を果たす .ram (RealAudio Metafile) や .rpm ファイルと密接に関連しています。

セキュリティと安全性

リスク: LOW

A RealPlayer .meta is plain text and harmless to open in an editor. The only real caution is that, like any media pointer, it can reference a remote URL - opening it in a player makes that player fetch a network resource, so be wary of .meta files from untrusted sources that could point at unwanted content. Also avoid 'RealPlayer downloader/converter' sites that bundle adware; get RealPlayer only from real.com, and note RealPlayer has a history of bundled toolbars during install.

形式の詳細

概要
正式名称RealPlayer Metafile
開発元RealNetworks登場時期 Late 1990s (RealPlayer / RealMedia era)
カテゴリ動画ファイル
MIME タイプtext/plain
タイプSmall text pointer/metadata file referencing a media stream (text)
この拡張子は以下でも使用されています…
  • Generic metadata / sidecar files - Many unrelated apps and games drop '.meta' sidecar files (e.g. Unity .meta import files, backup/manifest metadata) - these are unrelated to RealPlayer and are read by their own software.
  • Unity asset .meta file - Unity game engine creates a .meta file next to every asset to store its import settings and GUID; it is a YAML text file used only inside Unity projects.

META ファイルを開くプログラム

Windows3 apps
VLC media player オープンソース If the .meta points to a stream/file VLC supports, paste that URL/path into VLC (Media > Open Network Stream) to play it without RealPlayer.
RealPlayer / RealTimes フリーミアム Open the .meta in RealPlayer to follow its reference and play the linked media (if the source still exists).
Notepad / any text editor 標準搭載 Open the .meta as text to read the URL/path inside and locate the real media file.
macOS2 apps
RealPlayer / RealTimes フリーミアム Open the .meta in RealPlayer to follow its reference. (Mac RealPlayer is legacy - a text editor + VLC is often more reliable.)
TextEdit / VLC オープンソース Read the .meta as text in TextEdit to find the media link, then open that link/file in VLC.

技術的詳細

詳細仕様
Format typePlain-text pointer and metadata file - not a video container
DeveloperRealNetworks
MIME typetext/plain
Text encodingASCII / UTF-8 plain text
Binary signatureNone - the file has no magic bytes and is fully human-readable
Typical file sizeA few bytes to a few kilobytes
Stream protocolReferences rtsp:// or http:// URLs pointing to the actual media stream
Associated media formats.rm, .rmvb, .ram, .rpm, .smil
Content structureOne or more lines containing a URL or local file path, optionally followed by title and duration metadata
RoleActs as a launcher or shortcut that RealPlayer resolves to locate and play the real media file
Identification methodRead as plain text - a URL or file path on the first line confirms the format; no binary detection possible
Editable withAny plain-text editor (e.g., Notepad on Windows, TextEdit on macOS)
Platform originWindows and macOS via RealPlayer and RealTimes
EraIntroduced in the late 1990s alongside the RealMedia streaming ecosystem
リリース日Late 1990s (RealPlayer / RealMedia era)
仕様書en.wikipedia.org

META の変換

コミュニティ Q&A

ユーザーからの質問
質問する
META ファイルを扱うユーザーからヘルプを得られます。OSやソフトウェアのバージョンなど、具体的に記載してください。
アカウント不要 ・ 通常1日以内に回答されます

まだ質問はありません。META ファイルについて最初の質問をしてみましょう。

よくある質問

What is a .meta file from RealPlayer?
It's a small text descriptor that points RealPlayer to the actual media (by URL or path) and stores info like the title and duration. It is not the video itself.
Why is my .meta file so small / won't play a video?
Because it contains no video - only a reference to where the media is. If that source is a dead streaming link, the .meta can't recover the content; if it's a local path, the real video file is nearby.
How do I open a .meta file without RealPlayer?
Open it in any text editor (Notepad/TextEdit) to read the link inside, then open that file or stream URL in a normal player like VLC.
Can I convert a .meta file to MP4?
No - there's nothing to convert; it's just a pointer. Get the actual media it references first, then convert that file to MP4 with VLC or HandBrake.
I have a .meta file next to game/Unity files - is that a video?
No. Many programs (notably the Unity engine) create generic '.meta' sidecar files for metadata. Open it as text to confirm - if it's YAML/import settings, it's not a RealPlayer file at all.
Is RealPlayer still needed to use .meta files?
Not really. RealPlayer is legacy software; you can read the .meta as text and play the referenced media in VLC, which is usually more reliable than installing RealPlayer today.

参考文献

1Wikipedia - RealPlayeren.wikipedia.org
2Wikipedia - RealMediaen.wikipedia.org

さらに探索

データベース全体から

今週のトップ拡張子

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.PARTPartial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.RPMSGRestricted Permission Message
6.MDMarkdown Document
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.EXEWindows Executable (Portable Executable)
10.PRDXSoftMaker Presentations Document

関連する拡張子

.DAVDVR365 / Dahua DVR Video File (DHAV stream)
.MKVMatroska Video
.MP4MPEG-4 Part 14 Video File
.H264Raw H.264 / AVC Video Elementary Stream
.VOBDVD Video Object File
.264Raw H.264 / AVC Video Elementary Stream (DVR/CCTV export)

無料ファイルツール

ブラウザで動作するファイル識別および画像変換ツール。すべてお使いのデバイス上で実行されます。

ツールボックスを開く

ファイル拡張子を A-Z で閲覧