wiki:ffmpeg_commands
This is an old revision of the document!
Table of Contents
ffmpeg commands
Cut video from 29 minutes to the end and save in out file
ffmpeg -ss 00:29:50 -i video.webm -c copy out.webm
Capture desktop
ffmpeg -hide_banner -framerate 20 -video_size $(xrandr | awk '/\*/{printf$1}') -f x11grab -i $DISPLAY.0 screenRecording.mp4
Tested on
- ffmpeg version 4.2.7-0ubuntu0.1
See also
References
wiki/ffmpeg_commands.1708861228.txt.gz · Last modified: 2024/02/25 11:40 by antisa