GithubHelp home page GithubHelp logo

Comments (7)

Felixkruemel avatar Felixkruemel commented on July 17, 2024 1

@RinaOgata With checking the frames, do you mean the pyscenedetect thing which checks the file for scenes every time you start it?

Instead of doing that you can also let it create a scenes file on the first run with -s scenes.csv. If you specify that in the following tasks as well (with the same file of course) it won't re-do the scene detection but will skip directly to the encoding.

from av1an.

RinaOgata avatar RinaOgata commented on July 17, 2024

I add this command but av1an still check the frames before encoding.Here is my command:
"av1an --no_check -i {} -enc x265 -v " {} " -w 10 -a " {} " -ff " {} " -o {}".format( infile, video_params, audio_params,ffmpeg_params, outfile)

from av1an.

master-of-zen avatar master-of-zen commented on July 17, 2024

--no-check disables check that done after chunk is finished.
It needed if framerate of video changes, because otherwise check will print frame count differ for {Chunk} and this chunk will not be saved as finished

from av1an.

RinaOgata avatar RinaOgata commented on July 17, 2024

--no-check disables check that done after chunk is finished.
It needed if framerate of video changes, because otherwise check will print frame count differ for {Chunk} and this chunk will not be saved as finished

so if there any way to start encode faster? I mean that the process reading frame before encode is too long...

from av1an.

master-of-zen avatar master-of-zen commented on July 17, 2024

@RinaOgata what your source and full command line? I don't understand full context of issue

from av1an.

RinaOgata avatar RinaOgata commented on July 17, 2024

@RinaOgata With checking the frames, do you mean the pyscenedetect thing which checks the file for scenes every time you start it?

Instead of doing that you can also let it create a scenes file on the first run with -s scenes.csv. If you specify that in the following tasks as well (with the same file of course) it won't re-do the scene detection but will skip directly to the encoding.

Thanks! It's a good idea!

from av1an.

RinaOgata avatar RinaOgata commented on July 17, 2024

@RinaOgata what your source and full command line? I don't understand full context of issue

I know how to skip the process creating scene now. @Felixkruemel has sloved my question.

from av1an.

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.