Giter Club home page Giter Club logo

Comments (4)

BlueSwordM avatar BlueSwordM commented on May 29, 2024

I'm getting the same issue here.

ffmpeg -hide_banner -i test.mkv -c:v rawvideo -pix_fmt yuv420p10le - | vvencapp -p 1 --preset medium -o try.h266 --format yuv420_10 --size 1920x1080 --framerate 60 --qp 30 --qpa 0 --input "" -f 60

started @ Thusday Apr 8 13:47:49 2021 vvencapp [error]: failed to open input file

from vvenc.

adamjw24 avatar adamjw24 commented on May 29, 2024

What do you think is the issue here? FFmpeg takes too long to produce input - it would be available only after the check on the vvenc side? In this case we do should add some explicit signaling of stdin-input ( -i - or -i stdin)

from vvenc.

Orum avatar Orum commented on May 29, 2024

Using - to denote stdin (or stdout, depending on context) would certainly be an improvement over the null string, as it's commonly used elsewhere (while null strings are not).

from vvenc.

baxxtor avatar baxxtor commented on May 29, 2024

On linux, as stated above, vvenc fails to find the YUV input via stdin. However, using the same command within Windows, vvenc will read the first frame or two then stops with FFMPEG broken pipe error.

from vvenc.

Related Issues (20)

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.