Releases: alfg/ffmpegd
Releases · alfg/ffmpegd
0.1.0
Changelog
- d157f49 update to Go 1.18.
- b5183b3 updating workflows
- ac28fbd maint: updating workflows.
- 233a4b4 ci: fix go build version to test.
- d58a1e2 maint: update file reader to os.ReadDir.
- 519f9e0 chore: upgrade codeql to v2
- e8f2661 feat: add gopsize option
- 72131f7 Merge branch 'master' of github.com:alfg/ffmpegd
- dca9469 bugfix: clean path from prefix.
- 7dfaf0d Update go.yml
- 6839932 Update go.yml
- 74f4203 Create codeql-analysis.yml
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Changelog
32638d3 feat: add gorelease workflow. tidy up go mod.
8f64b55 feat: check for ffmpeg + ffprobe version on startup
dce91be Adding more error handling and reporting to the ws client.
45d1584 Parse and add more filtering options and start 2 pass encoding.
291b065 ffmpeg-commander json to ffmpegd option parsing.
f5a145f Add readme, license and screenshot. Update CLI banner.
1681bb7 cli: command line banner, connection status and progress updates.
0a76957 add speed and fps to ws response
080822a init: add initial websocket server to send encoding payload to ffmpeg.