#!/bin/bash # Rudimentary script for recording X11 desktop looping through FFplay # For other platforms see: https://trac.ffmpeg.org/wiki/Capture/Desktop ffmpeg \ -video_size 1024x768 \ -framerate 25 \ -f x11grab \ -i :0+100,200 \ -c libx264 \ -preset ultrafast \ -crf 6 \ recordscreen543.mkv \ -y & pid="$!" trap "kill $pid" EXIT ffplay \ -video_size 1024x768 \ -framerate 25 \ -f x11grab \ -i :0+100,200 exitLonger video demonstrating the effect.
FFmpeg: Recursive video capture
tags:
animation
,
BASH
,
FFmpeg
,
GNU
,
GNU/Linux
,
Linux
,
programming
,
Richard Stallman
,
video
Angela Merkel enjoys VR gaming
alt. audio: https://youtu.be/WRU_w1PCVbU
source video: https://www.youtube.com/watch?v=BOJYjq58BTM&t=56s
source video: https://www.youtube.com/watch?v=UMZSjX2R61E&t=2m20s
tags:
3D
,
Angela Merkel
,
animation
,
Deutschland
,
Germany
,
nonsense
,
politics
,
video
,
video game
Subscribe to:
Posts
(
Atom
)