Changes between Version 1 and Version 2 of dav1d


Ignore:
Timestamp:
05/13/2023 11:13:51 AM (12 months ago)
Author:
Xi Ruoyao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dav1d

    v1 v2  
    2525Build and install process:
    2626
    27 ```
     27{{{
    2828cd video/dav1d
    2929cargo build --release
    3030sudo install -vm755 ../../target/release/libgstdav1d.so /usr/lib/gstreamer-1.0
    31 ```
     31}}}
    3232
    33 TODO: The build process seems downloading from gitlab.freedesktop.org.  Technically we can change it to download from crates.io which should be faster, but I've not figured out how yet.
     33**TODO: The build process seems downloading from gitlab.freedesktop.org.  Technically we can change it to download from crates.io which should be faster, but I've not figured out how yet.**
    3434
    3535With the dav1d plugin I can play 4K AV1 video smoothly, but with the libaom plugin many frames are dropped.