Giter VIP home page Giter VIP logo

metadata's Introduction

I could use some help maintaining the ffmpeg-next crate (repo๐Ÿ‘‡๏ธ) โ€” implementing new interfaces as necessary, adding examples, improving docs, answering questions on the tracker, etc. If you're interested, you can dive right in with PRs and/or Wiki contributions, or you can get in touch with me, I'll be more than happy to add you as a collaborator if you have demonstrable experience in Rust and multimedia-related programming.๐Ÿค

metadata's People

Contributors

zmwangx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tzian mxsrm icodein

metadata's Issues

ffmpeg 6.0 support

Dependencies, ffmpeg-next and ffmpeg-sys-next, have been updated, I think just this repo remaining!

Building/packaging on Debian/Ubuntu

Look into debcargo for packaging. By the way, debcargo is not available in any Ubuntu repository, and building takes forever. Here's a binary I built on bionic64: https://s.tcl.sh/debcargo-2.2.9-bionic64

Also, building metadata bionic64 with latest repository rust (rustc 1.30.0) fails due to third party crap:

   Compiling pest v2.1.0
error[E0658]: scoped lint `clippy::needless_pass_by_value` is experimental (see issue #44690)
  --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/error.rs:97:13
   |
97 |     #[allow(clippy::needless_pass_by_value)]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::needless_pass_by_value` is experimental (see issue #44690)
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/error.rs:137:13
    |
137 |     #[allow(clippy::needless_pass_by_value)]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::new_ret_no_self` is experimental (see issue #44690)
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/parser_state.rs:114:13
    |
114 |     #[allow(clippy::new_ret_no_self)]
    |             ^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::new_ret_no_self` is experimental (see issue #44690)
  --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/position.rs:52:13
   |
52 |     #[allow(clippy::new_ret_no_self)]
   |             ^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::new_ret_no_self` is experimental (see issue #44690)
  --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/span.rs:56:13
   |
56 |     #[allow(clippy::new_ret_no_self)]
   |             ^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::all` is experimental (see issue #44690)
 --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/unicode/mod.rs:6:10
  |
6 | #![allow(clippy::all)]
  |          ^^^^^^^^^^^

error: aborting due to 6 previous errors

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `pest`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `metadata v0.1.2`, intermediate artifacts can be found at `/tmp/cargo-installMvRXB3`

Caused by:
  build failed

Haven't tried latest stable with rustup, but I can't use rustup for packaging anyway. What an ass of an ecosystem.

Request for precompiled binaries using GitHub Actions

Hey @zmwangx,

I'd be much interested in using your project and I think it's great! I was wondering if you could add precompiled binaries to the repository using GitHub Actions. This would make it easier for users like me to use the project without having to compile it from source code.

I understand that this might not be a priority for you, but I wanted to put in the request anyway. Hopefully you'll consider it.

Thanks for all the work you've put into this project, it's much appreciated.

crates.io outdated

crates.io version is still at 0.1.6. Building with ffmpeg5 is not possible using cargo install.

Doesn't compile on Arch Linux

make                                                                                                                                                                                   
cargo fmt && cargo build                                                                                                                                                                                                                   
   Compiling ffmpeg-next v5.0.3                                                                                                                                                                                                            
error[E0425]: cannot find value `AV_CH_FRONT_LEFT` in this scope                                                                                                                                                                           
 --> /home/michael/.cargo/registry/src/github.com-1ecc6299db9ec823/ffmpeg-next-5.0.3/src/util/channel_layout.rs:6:39                                                                                                                       
  |                                                                                                                                                                                                                                        
6 |         const FRONT_LEFT            = AV_CH_FRONT_LEFT;                                                                                                                                                                                
  |                                       ^^^^^^^^^^^^^^^^ not found in this scope                                                                                                                                                         
                                                                                                                                                                                                                                           
error[E0425]: cannot find value `AV_CH_FRONT_RIGHT` in this scope                                                                                                                                                                          
 --> /home/michael/.cargo/registry/src/github.com-1ecc6299db9ec823/ffmpeg-next-5.0.3/src/util/channel_layout.rs:7:39                                                                                                                       
  |                                                                                                                                                                                                                                        
7 |         const FRONT_RIGHT           = AV_CH_FRONT_RIGHT;                                                                                                                                                                               
  |                                       ^^^^^^^^^^^^^^^^^ not found in this scope

It goes on and on with errors like this.

Keep up with FFmpeg

metadata doesn't build against FFmpeg 4.1 for obvious reasons. Need to update ffmpeg-next.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.