All Projects → 6gk → scr

6gk / scr

Licence: MIT License
🎤 A Super CRappy SCReenshot & SCreen Recording SCRipt for Sound Cloud Rappers + audio recorder, yes (sponsored by https://git.io/kiwmi)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to scr

Mrsh
A minimal POSIX shell
Stars: ✭ 381 (+2281.25%)
Mutual labels:  posix, sh
CAM
macOS camera recording using ffmpeg
Stars: ✭ 43 (+168.75%)
Mutual labels:  ffmpeg, recording
Modernish
Modernish is a library for writing robust, portable, readable, and powerful programs for POSIX-based shells and utilities.
Stars: ✭ 586 (+3562.5%)
Mutual labels:  posix, sh
smoosh
The Symbolic, Mechanized, Observable, Operational SHell: an executable formalization of the POSIX shell standard.
Stars: ✭ 86 (+437.5%)
Mutual labels:  posix, sh
Ffcast
Run command on rectangular screen regions
Stars: ✭ 478 (+2887.5%)
Mutual labels:  screenshot, ffmpeg
Shbib
A BibTeX-centric bibliography manager written in POSIX shell
Stars: ✭ 26 (+62.5%)
Mutual labels:  posix, sh
Goat
POSIX-compliant shell movement boosting hack for real ninjas (aka `cd x` and `cd ...`)
Stars: ✭ 27 (+68.75%)
Mutual labels:  posix, sh
Shell Tricks
Simple bash tricks which make your life easier.
Stars: ✭ 153 (+856.25%)
Mutual labels:  posix, sh
Scrcpy
Display and control your Android device
Stars: ✭ 58,880 (+367900%)
Mutual labels:  ffmpeg, recording
Fet.sh
🐢 a fetch written in posix shell without any external commands (sponsored by https://github.com/buffet/kiwmi, plz star)
Stars: ✭ 209 (+1206.25%)
Mutual labels:  posix, sh
Yaxg
capture and record your screen with callbacks
Stars: ✭ 47 (+193.75%)
Mutual labels:  screenshot, ffmpeg
Headless
Create a virtual X screen from Ruby, record videos and take screenshots.
Stars: ✭ 951 (+5843.75%)
Mutual labels:  screenshot, ffmpeg
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+17762.5%)
Mutual labels:  screenshot, ffmpeg
shup
A POSIX shell script to parse HTML
Stars: ✭ 28 (+75%)
Mutual labels:  posix
video-summarizer
Summarizes videos into much shorter videos. Ideal for long lecture videos.
Stars: ✭ 92 (+475%)
Mutual labels:  ffmpeg
yt-interval
Flask app to download YT videos in intervals. Eg. from start to 30 seconds: start-30
Stars: ✭ 47 (+193.75%)
Mutual labels:  ffmpeg
SwiftUIViewRecorder
Efficiently record any SwiftUI View as image or video
Stars: ✭ 20 (+25%)
Mutual labels:  recording
discord-ytdl-core
Simple ytdl wrapper for discord bots with custom ffmpeg args support.
Stars: ✭ 52 (+225%)
Mutual labels:  ffmpeg
nott
The New OTT Platform - an excuse to discuss and design a simple edge computing platform
Stars: ✭ 46 (+187.5%)
Mutual labels:  ffmpeg
30-days-of-shade
30 days of shaders in GLSL using GLSLCanvas
Stars: ✭ 134 (+737.5%)
Mutual labels:  ffmpeg
audrey
audio recorder, yes

examples
 $ audrey
 $ audrey -s
 $ audrey file.mp3

vars (supports runtime command execution)
 audrey_dir
 audrey_file


scr (scr scr scr scr for scr)
Super CRappy SCReenshot & SCreen Recording SCRipt for Sound Cloud Rappers

More feature-rich alternative with gif support - https://github.com/phisch/giph

examples
 ## select an area and record at 30fps
 $ scr -c -e
 ## record from display HDMI-0 at 60fps, use profile 'wnd', and save as file.mp4
 $ scr -c -mHDMI-0 -r60 -pwnd file.mp4

options
 screenshots
  -S     selection
  -P     primary display
  -G     custom geometry
 recording
  -s     save
  -e     select
  -m:    monitor
  -g:    custom geometry
  -r:    framerate
  -b:    bitrate (in megabits)
  -p:    profile
  -x:    extra arg to pass to ffmpeg
  -a::   audio   (optional arg for changing pulse device)
  -c     don't confirm when starting
:  = arg is required, ex: '-r60'

variables:
 scr_dir,  rec_dir
 scr_file, rec_file

dependencies
  xrandr
  boox / slop
  rofi / dmenu
 screenshots
  shotgun
  xclip
 recording
  ffmpeg
  procps-ng (pkill/pgrep, busybox-compatible)
  notify-send (optional, easy to replace/remove)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].