我对与视频文件相关的技术方面的理解是非常基本的。我们有一个媒体文件,它无法在常规的上播放。我们希望确定视频文件所期望的容器和代码。我们使用MediaInfo软件收集有关视频文件的技术信息
请告诉我,根据MediaInfo软件分析显示的以下技术数据,视频文件需要什么样的容器和代码:
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发布于 2014-10-11 12:47:00
我是从以下评论中提出来的:
我建议您将该文件重新编码(更具体地说,重新复用或重新修改)到H.264 .MP4文件中。该文件将持有相同的视频,它应该是可播放的股票Windows 7。FFmpeg可以处理转换。
https://stackoverflow.com/questions/26314804
复制相似问题