[封装]ts和mp4(fragment fmp4)的区别以及理解

Part.1 《Ts和Mp4》


参考:https://stackoverflow.com/questions/11762464/what-is-difference-between-mp4-and-mpegts


以下内容为原文和本人重点翻译

  • 如下回答

MPEG-TS is designed for live streaming of events over DVB, UDP multicast, but also over HTTP. It divides the stream in elementary streams, which are segmented in small chunks. System information is sent at regular intervals, so the receiver can start playing the stream any time.

MPEG-TS isn't good for streaming files, because it doesn't provide info about the duration of the movie or song, as well as the points you canseekto.

There are some new protocols that can use MPEG-TS for streaming over HTTP, that put additional metadata in files and fix the disadvantage I talked before. These are HTTP Live Streaming and DASH (Dynamic adaptive streaming over HTTP).

On the other hand MP4 has that info in part of the stream, called moov atom. The point is that the moov must be placed before the media content and downloaded from the server first.This way the video player knows the duration and can seek to any point without downloading the whole file (this is called HTTP pseudostreaming).

Sadly ffmpeg places the moov at the end of the file. You can fix that with software like Xmoov-PHP.

Here you can find more info about pseudostreaming.



如上 ^^^ ,翻译一下 划了一些重点

主要说了以下几点:
  • .ts文件不提供关于时长等信息,你无法在ts文件里去实现音视频的seek操作
  • .mp4不同于ts,是提供了时长等信息,可以执行seek到指定位置
  • .ts文件一般用于m3u8中, 或者提供了流媒体基础信息的前提下使用
  • .mp4文件可以在不下载完全媒体文件的前提下进行seek操作;因为其头部记录moov信息(moov box 中包含编码、分辨率、码率、帧率、时长、音频采样率等等媒体信息)

在无特殊情况下很多回答都推荐mp4, https://forums.tomshardware.com/threads/ts-vs-mp4-format-which-is-better.1765493/




Part.2 《关于MP4》


1. 传统的 MP4 文件格式

MP4 容器是由很多个 box 组成的,传统的 MP4 文件由 ftyp box、moov box、mdat box 组成。

moov box 中包含编码、分辨率、码率、帧率、时长、音频采样率等等媒体信息;mdat box 中包含音视频的媒体数据。

一般来讲 moov box 在文件的开头,也有在文件尾的情况,这样播放器需要扫描到文件结尾,才能读取媒体信息,导致起拨时间太长;mdat box 一个文件中一般只有一个。

2. Fragmented MP4 文件格式

Fragmented MP4 文件结构如图所示:

image.png

Fragmented MP4 以 Fragment 的方式存储视频信息。每个 Fragment 由一个 moof box 和一个 mdat box 组成。

moof box 中存放的是该 Fragment 中 mdat 的视频分片的描述信息,读取 moof box 即可对该 Fragment 进行解码播放。

Fragmented MP4 中的 moov box 只存储文件级别的媒体信息,因此 moov box 的体积比传统的 MP4 中的 moov box 体积要小很多。

3. MPEG-DASH 协议

MPEG-DASH (Dynamic Adaptive Streaming over HTTP)协议是一种类似于 HLS 协议的码率自适应方案。

MPEG-DASH 使用 XML格式的 MPD(Media Presentation Description)文件来描述码流的详细信息,类似于 HLS 的 m3u8 文件。

MPD 文件结构:https://www.brendanlong.com/the-structure-of-an-mpeg-dash-mpd.html

下面是两个 MPD 文件的例子:

<?xml version="1.0" ?>
<MPD mediaPresentationDuration="PT10M34.533S" minBufferTime="PT4.58S" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="static" xmlns="urn:mpeg:dash:schema:mpd:2011">
  <!-- Created with Bento4 mp4-dash.py, VERSION=1.7.0-610 -->
  <Period>
    <!-- Audio -->
    <AdaptationSet mimeType="audio/mp4" segmentAlignment="true" startWithSAP="1">
      <SegmentTemplate duration="4583" initialization="$RepresentationID$/init.mp4" media="$RepresentationID$/seg-$Number$.m4s" startNumber="1" timescale="1000"/>
      <Representation audioSamplingRate="48000" bandwidth="162758" codecs="mp4a" id="audio/und">
        <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
      </Representation>
    </AdaptationSet>
    <!-- Video -->
    <AdaptationSet maxHeight="1080" maxWidth="1920" mimeType="video/mp4" minHeight="1080" minWidth="1920" segmentAlignment="true" startWithSAP="1">
      <SegmentTemplate duration="4583" initialization="$RepresentationID$/init.mp4" media="$RepresentationID$/seg-$Number$.m4s" startNumber="1" timescale="1000"/>
      <Representation bandwidth="5908997" codecs="avc1.640029" frameRate="30" height="1080" id="video/1" scanType="progressive" width="1920"/>
    </AdaptationSet>
  </Period>
</MPD>
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.5.1-DEV-rev4984  on 2014-01-27T22:05:18Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500000S" type="static" mediaPresentationDuration="PT0H2M56.37S" profiles="urn:mpeg:dash:profile:full:2011">
 <ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
  <Title>sample_dash.mpd generated by GPAC</Title>
 </ProgramInformation>
 <Period id="" duration="PT0H2M56.37S">
  <AdaptationSet segmentAlignment="true" maxWidth="1280" maxHeight="720" maxFrameRate="30" par="16:9">
   <ContentComponent id="1" contentType="video"  lang="eng"/>
   <ContentComponent id="2" contentType="audio"  lang="eng"/>
   <Representation id="1" mimeType="video/mp4" codecs="avc1.4d0020,mp4a.40.2" width="1280" height="720" frameRate="30" sar="1:1" audioSamplingRate="48000" startWithSAP="1" bandwidth="917965">
    <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
    <BaseURL>sample_dashinit.mp4</BaseURL>
    <SegmentList timescale="1000" duration="9335">
     <Initialization range="0-94558"/>
      <SegmentURL mediaRange="94559-1126981" indexRange="94559-94699"/>
      <SegmentURL mediaRange="1126982-2128137" indexRange="1126982-1127122"/>
      <SegmentURL mediaRange="2128138-3217574" indexRange="2128138-2128278"/>
      ...
     <SegmentURL mediaRange="19425183-20239268" indexRange="19425183-19425323"/>
    </SegmentList>
   </Representation>
  </AdaptationSet>
 </Period>
</MPD>
4. 生成 Fragmented MP4 以及 MPD 文件

使用 Bento4 的 mp4fragment 命令来生成 fragmented mp4,使用 mp4dash 命令来生成 MPD 文件。

mp4fragment input.mp4 fragmented.mp4
mp4dash -o output fragmented.mp4
image.png

对应的 MPD 文件就是上面第一个例子。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 213,992评论 6 493
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,212评论 3 388
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 159,535评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,197评论 1 287
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,310评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,383评论 1 292
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,409评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,191评论 0 269
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,621评论 1 306
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,910评论 2 328
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,084评论 1 342
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,763评论 4 337
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,403评论 3 322
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,083评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,318评论 1 267
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,946评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,967评论 2 351