Giter Site home page Giter Site logo

launch in background about h265ize HOT 4 CLOSED

fallingsnow avatar fallingsnow commented on July 21, 2024
launch in background

from h265ize.

Comments (4)

jscottdouglas avatar jscottdouglas commented on July 21, 2024

Depending on the environment you could run it as a cron using flock here is out of my crontab runs every 6 hours but doesn't run if lock file is present.

0 */6 * * * flock -n /hd/02/media/encoding/h265ize.1080p.lock -c 'bash /home/nas/h265ize.1080p /hd/02/media/movie/1080p/' >/dev/null 2>&1

from h265ize.

FallingSnow avatar FallingSnow commented on July 21, 2024

You can call the command with the fork operator & to run the process in the background and use the --logfile flag to store the output. For example, ./h265ize --logfile output.log video.mp4 &

A better solution would be to use screen or tmux.

from h265ize.

FallingSnow avatar FallingSnow commented on July 21, 2024

Gonna go ahead and close this issue.

from h265ize.

gmolveau avatar gmolveau commented on July 21, 2024

Thank you for your answers :D

from h265ize.

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.