Running FFmpeg as a Background Process

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 13

  • @Rickmakes
    @Rickmakes  4 роки тому +1

    Visit my website for more FFmpeg content! www.rickmakes.com/ffmpeg-notes/

  • @MrRajaoui49
    @MrRajaoui49 3 роки тому +5

    For Linux users:
    The easiest way is to add 'nohup' to the front of your command. This tells the process to ignore any hangup signal (which gets sent when the parent shell is terminated).
    nohup &

  • @realrealitymedia6725
    @realrealitymedia6725 3 роки тому +1

    wow thank you so much. that little ampersand was the missing piece!!

  • @LuisGar104CUBES
    @LuisGar104CUBES Рік тому

    Many thanks! Works perfectly

  • @kaan_guven
    @kaan_guven 4 роки тому +1

    Thanks. I was not aware of -loglevel panic. I used nohup to run that command instead. It automatically wrote the output to a file called nohup.out.

  • @avirads
    @avirads 4 роки тому +1

    thanks a lot for this tip :)

  • @Windflowerize
    @Windflowerize 2 роки тому

    Thanks, this helped a lot!!

  • @craciu25yt
    @craciu25yt 2 роки тому

    can I record with ffmpeg in background with terminal (or my case cmd) and after stop it? Because killing the process just corrupt the video

  • @ansorisaputra9751
    @ansorisaputra9751 11 місяців тому

    how to add watermark to a video, if the video is from folder A, and the logo [image] is from folder b ? help me bro