Giter Site home page Giter Site logo

Comments (4)

Jack000 avatar Jack000 commented on September 24, 2024

this likely means that single-pass CRF coding with ffmpeg (used in draft mode) works, but 2-pass VBR did not. Did you get any ffmpeg errors?

try running the first pass in ffmpeg:

ffmpeg -loglevel info -y -i /your/video/file.mp4 -c:v libx264 -threads 0 -profile:v high -pix_fmt yuv420p -preset slow -b:v 5M -maxrate 10M -bufsize 10M -pass 1 -an -f mp4 /dev/null

this should generate several ffmpeg log files in your CWD.
I'm assuming you haven't changed the video presets, and it's trying to compile to h264 and vp8?

from expose.

mandeldl avatar mandeldl commented on September 24, 2024

Thanks, you're correct this did generate some ffmpeg logs and I'll investigate. No, I hadn't changed any settings in the script file.

from expose.

Jack000 avatar Jack000 commented on September 24, 2024

so those log files are normal, they're a part of the 2-pass encode process. If they're empty that could indicate problems.

from expose.

davidbgk avatar davidbgk commented on September 24, 2024

After a few hours trying to figure out what is going on with that same issue, I realized that it's because my video is portrait oriented and as such is excluded from the whole encoding thing with that line: https://github.com/Jack000/Expose/blob/master/expose.sh#L829

There is no error whatsoever and it works in draft mode because the check is not performed in that case. Is there a reason to that?

from expose.

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.