abema / go-mp4

Go library for reading and writing MP4 file
https://dev.to/sunfishshogi/go-mp4-golang-library-and-cli-tool-for-mp4-52o1
MIT License
468 stars 30 forks source link

Create Writer #82

Closed sunfish-shogi closed 3 years ago

sunfish-shogi commented 3 years ago

Create Writer which wrap the io.WriteSeeker and help to write box tree.

codecov-io commented 3 years ago

Codecov Report

Merging #82 (1a86861) into master (626e9eb) will decrease coverage by 0.68%. The diff coverage is 36.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
- Coverage   80.90%   80.21%   -0.69%     
==========================================
  Files          15       16       +1     
  Lines        1754     1784      +30     
==========================================
+ Hits         1419     1431      +12     
- Misses        196      208      +12     
- Partials      139      145       +6     
Impacted Files Coverage Δ
write.go 36.66% <36.66%> (ø)
box_info.go 78.94% <0.00%> (+1.75%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 626e9eb...1a86861. Read the comment docs.