m2tsファイルをmkvまたは他の形式に変換できるアプリケーションを知っている人はいますか?できれば、Blu-rayディスク全体を変換するのではなく、直接変換できるものを使用してください。hddumpは、m2tsファイルのみを変換するわけではなく、内容は仮想的にマウントした.isoにあるため、機能しませんでした。
m2tsファイルをmkvまたは他の形式に変換できるアプリケーションを知っている人はいますか?できれば、Blu-rayディスク全体を変換するのではなく、直接変換できるものを使用してください。hddumpは、m2tsファイルのみを変換するわけではなく、内容は仮想的にマウントした.isoにあるため、機能しませんでした。
回答:
ハンドブレーキ、あなたはあらゆる種類のファイルを変換することができます:
サポートされているソース:
- DVDまたはBlurayに似たソース:VIDEO_TSフォルダー、DVDイメージ、実際のDVDまたはBluay(暗号化されていない-コピー保護の削除はサポートされていません)、および一部の.VOB、.TS、M2TSファイル
- ほとんどのマルチメディアファイルは、libavformatで読み取り、libavcodecでデコードできます。
出力:
- ファイル形式:MP4(M4V)およびMKV
- ビデオ:MPEG-4(ffmpeg)、H.264(x264)、またはTheora(libtheora)
- オーディオ:AAC、CoreAudio AAC(OS Xのみ)、MP3、またはVorbis。AC-3パススルー、DTSパススルー(MKVのみ)」
使用する最も簡単なツールmkvmerge
は、mkvtoolnix
パッケージの一部であるです。ファイルを変換するには:
sudo apt-get install mkvtoolnix
mkvmerge -o output.mkv input.m2ts
出力例:
mkvmerge v6.1.0 ('Old Devil') built on Mar 4 2013 20:24:55
'input.m2ts': Using the demultiplexer for the format 'MPEG transport stream'.
'input.m2ts' track 0: Using the output module for the format 'AVC/h.264'.
'input.m2ts' track 1: Using the output module for the format 'AC3'.
'input.m2ts' track 2: Using the output module for the format 'PGS'.
The file 'output.mkv' has been opened for writing.
'input.m2ts' track 0: Extracted the aspect ratio information from the MPEG-4
layer 10 (AVC) video data and set the display dimensions to 1920/1080.
Progress: 100%
The cue entries (the index) are being written...
Muxing took 4 minutes 20 seconds.