Answers:
使用手刹,您可以转换各种文件:
支持的来源:
- 任何DVD或类似Bluray的源:VIDEO_TS文件夹,DVD映像,真实DVD或Bluray(未加密-不支持删除复制保护),以及某些.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.