Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8739731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:59:42+00:00 2026-06-13T10:59:42+00:00

I am trying to debug a script written for use in BASH. I am

  • 0

I am trying to debug a script written for use in BASH. I am a little confused as to what the following line is doing.

ffmpeg -threads 1 -f yuv4mpegpipe -i ./tmp/dvd-slideshow_temp_3203/dvdss-pipe-3203 -target ntsc-dvd -r 29.97 -an -aspect 4:3 -s 480 -y -bf 2 -f mpeg2video ./tmp/dvd-slideshow_temp_3203/video.mpg >> /dev/null 2>&1 &

the bit that really has me confused is the last bit:

>> /dev/null 2>&1 &

I would be grateful if someone could tell me what this line is doing.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T10:59:43+00:00Added an answer on June 13, 2026 at 10:59 am

    The >> indicates that you want to redirect (append) the output of the command to something.
    In your case you want to append the output to /dev/null.

    The next part 2>&1 means that you are redirecting the standard error pipe to the standard output pipe. The final & indicates that you want to sent your command to the background.

    The following would do the same 2>> /dev/null 1>> /dev/null & but as you can see it’s longer and not as readable as yours.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use NuSoap in PHP 5.3. When I debug my script
Greetings, I am trying to debug a login script. So I decided to use
I'm trying to debug a bash script on macos. The business end of the
I'm trying to debug my first R script and I came across this line:
I'm trying to debug a cons script, and the problem I'm having is that
I am trying to debug a JavaScript script that gets read in a Firefox
I'm trying to debug a web page that makes heavy use of events, and
I'm using Firefox as my default browser and I'm trying to debug java script
I have a python script I am trying to debug in eclipse. I can
I've been trying to debug a script of mine and I can't get my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.