首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用MediaInfo软件确定与视频相关的容器和编解码器?

使用MediaInfo软件确定与视频相关的容器和编解码器?
EN

Stack Overflow用户
提问于 2014-10-11 12:42:51
回答 1查看 1.8K关注 0票数 0

我对与视频文件相关的技术方面的理解是非常基本的。我们有一个媒体文件,它无法在常规的上播放。我们希望确定视频文件所期望的容器和代码。我们使用MediaInfo软件收集有关视频文件的技术信息

请告诉我,根据MediaInfo软件分析显示的以下技术数据,视频文件需要什么样的容器和代码:

代码语言:javascript
复制
General
Unique ID                                : 199699655166945097281031563218776713670 (0x963CC12BF5060B3082021A86238B69C6)
Complete name                            : D:\temp3\2014-03-28+Stanford+v+Pepperdine+3-0.mp4
Format                                   : Matroska
Format version                           : Version 4 / Version 2
File size                                : 230 MiB
Duration                                 : 2h 5mn
Overall bit rate                         : 257 Kbps
Encoded date                             : UTC 2014-03-29 05:14:28
Writing application                      : mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec  1 2013 17:55:00
Writing library                          : libebml v1.3.0 + libmatroska v1.4.1

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : Main@L4.1
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 1 frame
Format settings, GOP                     : M=1, N=32
Codec ID                                 : V_MPEG4/ISO/AVC
Duration                                 : 2h 5mn
Bit rate                                 : 252 Kbps
Width                                    : 1 280 pixels
Height                                   : 720 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 30.000 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.009
Stream size                              : 226 MiB (98%)
Title                                    : Video
Language                                 : English
Default                                  : Yes
Forced                                   : No
Color primaries                          : BT.709
Transfer characteristics                 : BT.709
Matrix coefficients                      : BT.709
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-10-11 12:47:00

  • .MP4文件-这是一个MPEG-4第14部分兼容的容器文件,但是MediaInfo检测到它是Matroska文件,正确的扩展名是.MKV。
  • MPEG-4第10部分也称为H.264视频流在文件中,视频编码/编解码器。

我是从以下评论中提出来的:

我建议您将该文件重新编码(更具体地说,重新复用或重新修改)到H.264 .MP4文件中。该文件将持有相同的视频,它应该是可播放的股票Windows 7。FFmpeg可以处理转换。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/26314804

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档