Help:ビデオ変換
From Wikimedia Commons, the free media repository
| 他の言語:
Català | Deutsch | English | Español | Français | Galego | 日本語 | +/− |
ウィキメディアで取り扱っているビデオ形式ファイルは、Theora Ogg形式のみです。今のところ、そのTheora Ogg形式ファイルを取り扱えるビデオ・マネジメント・ツールは、ほんの数個しかありません。このページでは、Theora形式へ変換する方法やツールを紹介しています。
Contents |
[edit] Ogg-Theora変換
今現在、様々なビデオ形式から、Ogg-Theora形式ビデオへ、変換するためのツールが数個あります。 しかしながら、ソース・ファイル(変換前のファイル)のファイル形式によっては(特に、デジカメで撮影したビデオの形式などで)、変換の実行で、out of syncのオーディオ・トラックへ誘導されてしまう場合がありますが、ほとんどの場合、まずソース・ファイルをMPEG形式に変換してから、その後Theora形式へ変換するという2段階の手順で、この問題を回避することができます。
まず初めに、you might have to use manufacturer-specific operating-system tools. If this is not the case, you can use either of the following:
[edit] Ogg-Theora変換: マルチ・プラットフォーム向け
[edit] ffmpeg2theora
ffmpeg2theoraは、おそらく最も知られたコンバーター(変換)ツールで、多種の異なるOSをサポートしており、Theoraプロジェクトで利用を勧めているツールです。
1.変換作業は、簡単なコマンド・ライン・ツールを使い、変換するファイル名を入力します。
ffmpeg2theora ファイル名.avi
2.ほとんどの場合、ffmpeg2theoraだけで十分ですが、もしオーディオに関連する問題がある場合には、tovidを使っているfirst transcodingを試してください。もしビデオ画質が低い場合には、-dvd-vcdオプションを使い、画質が高い場合には、-dvdオプションを使うと良いでしょう。
オプションの使用例:
$ tovid -dvd-vcd -pal -full -in 変換前のファイル.avi -out 変換後のファイル
$ tovid -dvd -pal -full -in 変換前のファイル.avi -out 変換後のファイル
3.この手順の後、生成された「変換後のファイル.mpg」に、ffmpeg2theoraを使います。
$ ffmpeg2theora 変換後のファイル.mpg
オプションについて詳しくは、ffmpeg2theoraサイトをご覧ください。
[edit] VLCメディア・プレーヤー
VLCは、GUIを持ったメディア・プレーヤーで、変換機能も備えています。theora形式へ変換することができますが、少なくともLinuxバージョンではオーディオに関する問題が報告されています。オーディオに関連する問題があった場合には、Theora形式へ変換する前の、MPEG形式へ変換する最初の手順の段階を検討してください。
[edit] XiphQT
XiphのQuickTimeコンポーネントは、OSX (ver 10.3.9か、それ以降)や、Windowsで動くQuickTime ProにOGGサーポート機能を追加するものです。 コンポーネントをダウンロードして、インストールしてください。「File→Export」ダイアログに、"Movie to OGG"オプションが新しく追加されます。
[edit] Ogg-Theora変換: MACユーザー向け
[edit] SimpleTheoraEncoder
If you use it, please report on how well it works here.
[edit] Ogg-Theora変換: Windowsユーザー向け
[edit] Using Mediacoder
Mediacoder is a free gui-based tool with which one can convert between various encodings.
[edit] RADツールを使う
Quicktimeの動画をOgg Theoraビデオ形式に変換する方法です。2つの処理が必要です。(instead of the ideal single-step).
- Download and install RAD Video Tools [1]
- Download and install the Quicktime alternative codec [2]
- Download and install Virtualdub [3]
- Download ffmpeg2theora [4]
- Using the Rad video tools, convert the movie from Quicktime (.mov) to uncompressed AVI
- (Optional) Use Virtualdub to do any necessary editing (such as rotating the video using the "rotate" filter) and save as an uncompressed AVI
- Use ffmpeg2theora to convert from uncompressed AVI to Ogg theora
[edit] Quicktime Proを使う
If you have Quicktime Pro with an Export function, here's how you can convert Quicktime movies with it:
- Export to MPEG-4. For video, use passthrough (i.e. don't re-sample).
- Then use ffmpeg2theora, but you may have to use the
--inputfpsflag to manually override the input file's fps setting. Just experiment until it becomes the right length.
[edit] ffmpeg2theoraの使い方
For those of us who don't understand a single word at the "examples" page of the ffmpeg2theora site, it would be nice with a hint on how to use it. Jon Harald Søby \ no na 18:36, 1 September 2005 (UTC)
Here's the super-executive summary of how to use ff2mpeg for windows:
- Save ffmpeg2theora to your desktop
- Go to start -> run
- Type "cmd" and hit enter. A black screen will pop up. This is the command prompt
- Drag the ffmpeg2theora icon (the one on your desktop) into the window. The ffmpeg2theora's location will be copied into the command prompt window
- Click the window and hit the space bar once (to put a space a after the address)
- Drag the file you want decoded (let's call it xyz.mpg) into the command prompt window
- Click the command prompt window and hit enter
- Assuming you did everything correct, ffmpeg2theora will convert the file. The new location will be xyz.ogv. →Raul654 19:45, September 3, 2005 (UTC)
copied from [5] Pschemp 23:02, 25 February 2007 (UTC)
[edit] ウェブ・オンライン・ツールを使う
[edit] mux
[edit] DV形式へ変換する
The following shell script is maybe useful for import of video files into video editing programs such as iMovie.
[edit] 関連項目
- Commons:メディア・ヘルプ: オーディオ・ファイルの再生に関してのヘルプです。
- Commons:ファイル形式: ウィキメディア・コモンズで利用が許可されているファイル形式の解説
- Commons:Transition to SVG: SVG変換
- Commons:ソフトウェア: メディア・ファイルの作成や編集などに便利なソフトを紹介しています。
- Commons:ツール: ウィキメディア・コモンズの日常作業を効率良くする便利なツール機能。