Skip to content

Commit

Permalink
Merge pull request #51 from edgeware/v016-1
Browse files Browse the repository at this point in the history
doc: v0.16.1
  • Loading branch information
tobbee authored Jan 4, 2021
2 parents d303a5c + eae223f commit 3502848
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Since this will change the size of boxes, it is important that this function is
before `Encode` on any parent box of `Traf`. In particular, this method is called automatically
when running `Fragment.Encode`.

Another value which is automatically set by `Moof.Encode` is `MoofBox.Traf.Trun.DataOffset`.
Another value which is automatically set by `Moof.Encode` is `MoofBox.Traf.Trun.DataOffset`.
This value is the address of the first media sample relative to the start of the `MoofBox` start.
It therefore depends on the size of `MoofBox` and is unknown until all values are in place so that
it can be calculated. It is set to `MoofBox.Size()+8`.
Expand All @@ -121,7 +121,7 @@ Some simple command line tools are available in `cmd`.
2. `mp4ff-info` prints a tree of the box hierarchy of an mp4 file with information
of the boxes. The level of detail can be increased with the option `-l`, like `-l all:1` for all boxes or `-l trun:1,stss:1` for specific boxes.

You can install them by going to their respective directory and run `go install`.
You can install them by going to their respective directory and run `go install .`.

## Example code

Expand Down
1 change: 1 addition & 0 deletions Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Highlight |
| ------ | --------- |
| 0.16.1 | fix: isNonSync flag declaration and use sdtp values in segmenter example |
| 0.16.0 | New mp4ff-info tool. Many new boxes incl. encryption boxes and sdtp. ADTS support. Test improvements with golden files |
| 0.15.0 | Support for multiple SPS and more explicit NALU types for AVC |
| 0.14.0 | Added functions to use Annex B byte stream for AVC/H.264 |
Expand Down
3 changes: 1 addition & 2 deletions cmd/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Package cmd - command line tools built using mp4ff.
Install like
go install github.com/edgeware/mp4ff/cmd/mp4ff-info
go install github.com/edgeware/mp4ff/cmd/mp4ff-pslister
go install ./...
*/
package cmd

0 comments on commit 3502848

Please sign in to comment.