Git Product home page Git Product logo

ffmpeg-screen-recorder's Introduction

FFmpeg Screen Recorder

CI

This program is a gadget which helps you use FFmpeg to record your screen on Linux. The video record can be saved as a file, or be streamed via RTMP protocol.

Setup

All you need is FFmpeg. You can get one here. It has to be compiled with libxcb, libfdk-aac and libx264 libraries.

Help

EXAMPLES:
ffmpeg-screen-recorder                    # Record the full screen without audio and output into the current working directory
ffmpeg-screen-recorder -w                 # Select a window and record it without audio and output into the current working directory
ffmpeg-screen-recorder -a                 # Record the full screen with the system audio and output into the current working directory
ffmpeg-screen-recorder -o /path/to/file   # Record the full screen without audio and output to /path/to/file
ffmpeg-screen-recorder -o rtmp://xxx      # Record the full screen without audio and output to rtmp://xxx

Usage: ffmpeg-screen-recorder [OPTIONS]

Options:
  -w, --window                     Select a window to record
  -a, --with-audio                 Record your screen with audio which could be internal or external. It depends on your computer environment
  -n, --no-normalize               Do not pad the video size with black borders to the fixed ratio of 16:9 [aliases: nn]
  -o, --output <FILE/RTMP_URL>     Assign a destination of your video. It should be a file path or a RTMP url [default: CWD/<time>.mp4]
  -f, --ffmpeg-path <FFMPEG_PATH>  Specify the path of your FFmpeg executable binary file [default: ffmpeg]
  -h, --help                       Print help
  -V, --version                    Print version

License

MIT

ffmpeg-screen-recorder's People

Contributors

dependabot[bot] avatar magiclen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ffmpeg-screen-recorder's Issues

First error code 2

Hi, just stumbled in here and wanted to testing the v1.0.18 release and it seems Im missing some other dependecy?

$ ./ffmpeg-screen-recorder -o /home/userx/Downloads/out.mkv
Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }

voidlinux_5.10_161-glibc

No such file or directory

command:./ffmpeg-screen-recorder -o rtmp://a.rtmp.youtube.com/live2/xxxx

Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }

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.