User Tools

Site Tools


bildbearbeitung:videocapture

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bildbearbeitung:videocapture [2019/05/06 16:08] msbildbearbeitung:videocapture [2023/01/11 20:29] (current) – external edit 127.0.0.1
Line 39: Line 39:
 <code> <code>
 ffmpeg -i in.mpeg -ss 00:00:03.780 -t 00:45:27.780 -acodec copy -vcodec copy out.mpeg ffmpeg -i in.mpeg -ss 00:00:03.780 -t 00:45:27.780 -acodec copy -vcodec copy out.mpeg
 +</code>
 +
 +====== Video Bildschirm capture ======
 +<code>
 +ffmpeg -video_size 3840x2160 -framerate 25 -f x11grab -i :0.0+3840+0 output.mp4
 +</code>
 +
 +====== TV record ======
 +<code>
 +ffmpeg -i http://livestreams.br.de/i/bralpha_germany@119899/master.m3u8 -c:v copy -c:a copy -t 00:00:30 -y rec.mp4
 +
 +-t 00:00:30     # 30s aufzeichnen
 </code> </code>
bildbearbeitung/videocapture.1557151710.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki