3D MKV MVC 很不错,但并未得到广泛支持。最新系列的 TV/BD 播放器支持 AVCHD 3D。有没有办法将 MKV 中的 H264 MVC 重新转换为 AVCHD 3D MTS?
答案1
ffmpeg -i infile.mkv -c copy -bsf h264_mp4toannexb outfile.mts
如果你想尝试.mp4
使用 AAC 音频,其中一个可能会有用
ffmpeg -i infile.mkv -c:v copy outfile.mp4
ffmpeg -i infile.mkv -c:v copy -bsf h264_mp4toannexb outfile.mp4