Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: VERY simple guide to grab desktop with FFMPEG

  1. #11
    Join Date
    Apr 2010
    Location
    Croatia, Zagreb
    Beans
    19
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: VERY simple guide to grab desktop with FFMPEG

    Thanks for opening a topic like this!

    It's just what I need. To bad it doesn't work for me.
    I start the script and it crashes (I think it's the pulse part because I have a identical script that works but the only difference is that instead of pulse it's hw:0,0).

    I would like to have a working script that records the desktop, microphone and desktop sounds at the same time.

    Can someone help?

  2. #12
    Join Date
    Jun 2012
    Beans
    212

    Re: VERY simple guide to grab desktop with FFMPEG

    Is it possible to record desktop, mic, desktop sound and webcam?

    EDIT: and how do I know ffmpeg is recording and how to make it record?
    Last edited by Sarys; August 5th, 2012 at 10:04 AM.

  3. #13
    Join Date
    Dec 2012
    Beans
    2

    Re: VERY simple guide to grab desktop with FFMPEG

    Hi! Can I stream my desktop live via udp in ffmpeg? Any help would be greatly apeciated!

  4. #14
    Join Date
    Sep 2006
    Beans
    3,211

    Re: VERY simple guide to grab desktop with FFMPEG

    A good start might be:
    Code:
    ffmpeg -framerate ntsc -video_size 640x480 -f x11grab -i :0.0 -vcodec libx264 -crf 26 -preset fast -f mpegts udp://<hostname>:<port>

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •