原创 MP4容器系列文章之STSD BOX

以下內容皆翻譯自官方pdf,同時增加了自己的理解 這篇文章講述的是STSD BOX下的SampleEntry的編碼格式 8.16 Sample Description Box 8.16.1 Definition BoxTypes:

原创 軟編碼Flv 到Mp4 容器(二) flv tag拆解

https://github.com/332065255/flv2fmp4 代碼庫 軟編碼Flv 到Mp4 容器(一) 軟編碼Flv 到Mp4 容器(二) flv tag拆解 軟編碼Flv 到Mp4 容器(三) flv me

原创 ISO BMFF Byte Stream Format

Table of Contents 1. Introduction 2. MIME-type parameters 3. Initialization Segments 4. Media Segments 5. Random Acce

原创 MVVM雙向綁定簡單實現

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="

原创 軟編碼Flv 到Mp4 容器(三) flv metadata tag解析

https://github.com/332065255/flv2fmp4 代碼庫 軟編碼Flv 到Mp4 容器(一) 軟編碼Flv 到Mp4 容器(二) flv tag拆解 軟編碼Flv 到Mp4 容器(三) flv me

原创 React 組件不渲染的坑...

組件的標籤名必須大寫…. import './App.css'; import React from 'react'; import ShopTitle from './shopTitle/ShopTitle.jsx'; cons

原创 Sketch2Code

原创 對實現Promise A+規範的polyfill 的講解

Promise A+ 規範 本篇僅講述Promise聲明時的運行過程和.then鏈式回調 聲明時運行過程 Promise 解決過程 Promise 解決過程是一個抽象的操作,其需輸入一個 promise 和一個值,我們表示爲 [[Re

原创 軟編碼Flv 到Mp4 容器(外傳一)avcc box

avcc box avcc是AVCDecoderConfigurationRecord AVC decoder configuration record 定義 aligned(8) class AVCDecoderConfiguratio

原创 軟編碼Flv 到Mp4 容器(一)

這是一篇系列文章,用僞代碼來一步步講解flv 軟編碼到mp4 https://github.com/332065255/flv2fmp4 代碼庫 軟編碼Flv 到Mp4 容器(一) 軟編碼Flv 到Mp4 容器(二) flv tag

原创 軟編碼Flv 到Mp4 容器(十二) fmp4 mdat box詳解

https://github.com/332065255/flv2fmp4 代碼庫 軟編碼Flv 到Mp4 容器(一) 軟編碼Flv 到Mp4 容器(二) flv tag拆解 軟編碼Flv 到Mp4 容器(三) flv metada

原创 糙寫Promise

var a=new Promise(function(a,b){ setTimeOut(a,5000); }) setTimeOut(function(){ a.then(()=>{ console.log

原创 FLV視頻封裝格式詳解

Overview Flash Video(簡稱FLV),是一種流行的網絡格式。目前國內外大部分視頻分享網站都是採用的這種格式. File Structure 從整個文件上開看,FLV是由The FLV header 和 The

原创 軟編碼Flv 到Mp4 容器(七) fmp4 mdia>hdlr box 和 mdia>minf> smhd 和dinf box講解

https://github.com/332065255/flv2fmp4 代碼庫 軟編碼Flv 到Mp4 容器(一) 軟編碼Flv 到Mp4 容器(二) flv tag拆解 軟編碼Flv 到Mp4 容器(三) flv metada

原创 軟編碼Flv 到Mp4 容器(十三) fmp4 生成ftyp和moov所必要的 flv數據

https://github.com/332065255/flv2fmp4 代碼庫 軟編碼Flv 到Mp4 容器(一) 軟編碼Flv 到Mp4 容器(二) flv tag拆解 軟編碼Flv 到Mp4 容器(三) flv metada