Tho*_*ley 19 convert software-recommendation blu-ray
有谁知道允许我将 m2ts 文件转换为 mkv 或其他格式的应用程序?最好是允许我直接转换它的东西,而不是转换整个蓝光光盘。hddump 不起作用,因为它不仅转换 m2ts 文件,而且内容位于我虚拟安装的 .iso 上。
hhl*_*hlp 13
我认为 ffmpeg 可以完成这项工作,它非常简单地复制所有流并将它们输出到 mkv 容器中。没有信息丢失/重新编码。
ffmpeg -i input.mt2s -scodec copy -acodec copy -vcodec copy -f matroska input.mkv
Run Code Online (Sandbox Code Playgroud)
Alv*_*var 12
使用Handbrake,您可以转换各种文件:
支持的来源:
- 任何 DVD 或类似蓝光的源:VIDEO_TS 文件夹、DVD 图像、真实 DVD 或蓝光(未加密——不支持删除复制保护),以及一些 .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)"
小智 10
最容易使用的工具是mkvmerge
,它是mkvtoolnix
软件包的一部分。要转换您的文件:
sudo apt-get install mkvtoolnix
mkvmerge -o output.mkv input.m2ts
Run Code Online (Sandbox Code Playgroud)
示例输出:
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.
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
32027 次 |
最近记录: |