nareix / joy4

Golang audio/video library and streaming server
MIT License
2.67k stars 499 forks source link

Features: video scaler and encoder #75

Closed a-rose closed 5 years ago

a-rose commented 5 years ago

This PR adds video scaling and encoding capabilities, as well as an example program that creates a streaming server with transcoding.

It also includes the changes from another PR (https://github.com/nareix/joy4/pull/74), because I found no way of making it work without fixing ParseSPS()

Feedback on code, algo, style, names etc is welcome !

a-rose commented 5 years ago

I stopped maintaining this branch, so this PR is outdated. I'm now working on this fork: https://github.com/Seize/joy4