Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

encode frames by av1 #161

Closed
PooyaEimandar opened this issue Nov 29, 2021 · 1 comment · Fixed by #297
Closed

encode frames by av1 #161

PooyaEimandar opened this issue Nov 29, 2021 · 1 comment · Fixed by #297
Assignees
Labels
dev::feature New feature(s)

Comments

@PooyaEimandar
Copy link
Contributor

We need to migrate to AV1, the latest royalty-free video coding format for video transmissions over the Internet.
For streamer we can use rav1e.

@PooyaEimandar PooyaEimandar added the dev::feature New feature(s) label Nov 29, 2021
@SiminBadri SiminBadri changed the title AV1 Sender AV1 sender Dec 7, 2021
@SiminBadri SiminBadri self-assigned this Dec 7, 2021
@SiminBadri SiminBadri added the status::work in progress Issues/Pull Requests that are not complete yet label Dec 7, 2021
@SiminBadri SiminBadri changed the title AV1 sender encode frames by av1 Dec 12, 2021
@SiminBadri SiminBadri self-assigned this Jun 11, 2022
SiminBadri added a commit that referenced this issue Jun 18, 2022
SiminBadri added a commit that referenced this issue Jun 26, 2022
SiminBadri added a commit that referenced this issue Jun 26, 2022
PooyaEimandar pushed a commit that referenced this issue Jun 26, 2022
* feat: encode frames by av1

issue #161

* feat: encode frames by av1

issue #161
@SiminBadri SiminBadri removed the status::work in progress Issues/Pull Requests that are not complete yet label Jun 27, 2022
@SiminBadri
Copy link
Contributor

In this issue, the images should be encoded using the av1 library.

To implement av1, there are 3 libraries:

To compare these libraries, I use the ffmpeg library. For each test, I built the ffmpeg with one of the above libraries and used the same code for encoding and decoding the images. I compared the outputs in terms of encoding time, decoding time, and the size of the encoded file. The result of this comparison is attached in the following. Regarding this result, we decided to use svt-av1 library through the ffmpeg library.

AV1-Benchmark.pdf

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dev::feature New feature(s)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants