Go Ffprobe Versions Save

Library to easily get the ffprobe output of a given file

v2.1.1

1 year ago
  • Fix ProbeData.Format maybe nil if ffprobe output is empty #37
  • Ignore gosec in test file #38
  • Change golang test versions to 1.18.x and 1.19.x #39

v2.1.0

1 year ago
  • Create new tag maps instead of a static struct and deprecate the old structs #32
  • Adding FieldOrder to Stream struct #33

v2.0.3

2 years ago
  • Adds missing stream constants StreamData & StreamAttachment. #26
  • Converts CI to github actions #27

v2.0.2

3 years ago

Do not set Pdeathsig because it forces a fork

v2.0.1

3 years ago

v2.0.0

4 years ago
  • New import path for version 2: gopkg.in/vansante/go-ffprobe.v2
  • Removed deprecated functions and variables
  • Renamed some functions for brevity
  • Always use context for timeouts
  • Added Dockerfile for tests
  • Added tests

v1.1.0

4 years ago
  • Cleanup project, add a CI pipeline and add comments #2
  • Use golangci-lint for all linting purposes (adds more static code analysis) #6
  • Add new function to use a context with ffprobe instead of a plain timeout #8

v1.0.0

5 years ago
  • Initial release