Skip to content

Releases: SoTrxII/encode-box

1.6.1

09 Oct 15:30
Compare
Choose a tag to compare

Changelog

  • 61b7041 fix(presets): Removing unecessary resampling in AudiosOnly preset

1.6.0

08 Oct 22:35
Compare
Choose a tag to compare

Changelog

  • 6e1fca2 feat(encoder): Chaging the type of EncodeData time property from time.Time to time.Duration

1.5.0

08 Oct 18:37
Compare
Choose a tag to compare

Changelog

  • fdd6960 ci(goreleaser): Fixing goreleaser out of date
  • 3303704 feat(encode-box): Computing the output file duration and sending it in the progress event
  • 3b21569 fix(server): Fixing DAPR_GRPC_PORT being improperly parsed

1.2.2

25 Oct 10:13
Compare
Choose a tag to compare

Changelog

  • 0e7ca80 Fixing encoding progress no being sent out

1.2.1

24 Oct 13:48
Compare
Choose a tag to compare

Changelog

  • 905da46 Adding a retry strategy in encode-box.go to download encoding assets from the object storage

1.2.0

06 Oct 09:48
Compare
Choose a tag to compare

Changelog

  • a75b056 Renaming attribute "RecordId" to "JobId" to be more consistent in the naming scheme between all services
  • 5e21db1 Updating Readme.md

1.1.0

20 Sep 12:52
Compare
Choose a tag to compare

Changelog

  • 8a2982d Unifying syntax of progress events between services

1.0.1

25 Aug 15:27
Compare
Choose a tag to compare

Changelog

  • 3108e41 Fixing an outdated test failing if no video track was provided

1.0.0

25 Aug 15:17
Compare
Choose a tag to compare

Changelog

  • ecd3fdf Adding 1 image / 1+ audio encoding mode
  • 5c02235 Adding AudioOnly preset, corresponding tests and documentation

0.5.0

25 Aug 12:54
Compare
Choose a tag to compare

Changelog

  • baa151a Adding Delete method on in object-storage.go and corresponding units and integration tests
  • 8a99004 Adding option "DeleteAssetsFromObjStore" to the encoding request, allowing to delete used assets after a successful encoding
  • d8beaba Replacing deprecated "ioutil" package with "io"
  • 5cf8f1f Setting object storage with a special build flag to prevent it from being run in unit testing
  • b7e4ae7 Upgrading to go 1.19