videobearbeitung:videocapture
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| videobearbeitung:videocapture [2026/01/03 19:04] – created ms | videobearbeitung:videocapture [2026/01/03 19:32] (current) – ms | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | bla | + | ====== VHS Videos mit USB-Live2 digitalisieren ====== |
| + | USB-Live2 Infos | ||
| + | < | ||
| + | v4l2-ctl --device /dev/video1 --all | ||
| + | </ | ||
| + | ===== Videostream ansehen ===== | ||
| + | Mit ffmgeg Modul video4linux2 (-f video4linux2 | ||
| + | Videostream von VHS-Recorder ansehen, über USB-Live2 Device (dev/ | ||
| + | < | ||
| + | ffplay -f video4linux2 / | ||
| + | </ | ||
| + | Videostream von VHS-Recorder ansehen, über USB-Live2 Device (dev/ | ||
| + | < | ||
| + | ffplay -f v4l2 -standard PAL -channel 1 -i / | ||
| + | </ | ||
| + | Videostream von Laptop-Cam ansehen | ||
| + | < | ||
| + | ffplay -f video4linux2 / | ||
| + | </ | ||
| + | Film **video.mpeg** ansehen mit Frame und Zeit | ||
| + | < | ||
| + | ffplay -vf " | ||
| + | </ | ||
| + | ===== Videostream aufnehmen ===== | ||
| + | RAW-Video + Sound | ||
| + | < | ||
| + | ffmpeg -f v4l2 -thread_queue_size 512 -standard PAL -channel 1 -i /dev/video1 -f alsa -thread_queue_size 512 -i hw:2,0 -c:v copy -pix_fmt yuv420p -acodec ac3 -ab 448k -channels 2 -ar 48000 vhs.avi | ||
| + | </ | ||
| + | ===== Video bearbeiten ===== | ||
| + | RAW-Video in mpeg umwandeln Audio bleibt erhalten | ||
| + | < | ||
| + | ffmpeg -i vhs.avi -vf yadif -target pal-dvd -qscale:v 1 -s 720x576 -c:a copy vhs.mpeg | ||
| + | </ | ||
| + | Video schneiden: auf Länge 14 Min, 45,14 Sec. | ||
| + | < | ||
| + | ffmpeg -i in.mpeg -t 14:45.140 -acodec copy -vcodec copy out.mpeg | ||
| + | </ | ||
| + | Video schneiden: auf Länge 45 Min, 27,78 Sec. Start bei 3,7 Sec. | ||
| + | < | ||
| + | ffmpeg -i in.mpeg -ss 00: | ||
| + | </ | ||
| + | |||
| + | ====== Video Bildschirm capture ====== | ||
| + | < | ||
| + | ffmpeg -video_size 3840x2160 -framerate 25 -f x11grab -i :0.0+3840+0 output.mp4 | ||
| + | </ | ||
| + | |||
| + | ====== TV record ====== | ||
| + | ===== Aufnehmen von Web ===== | ||
| + | < | ||
| + | ffmpeg -i http:// | ||
| + | |||
| + | -t 00: | ||
| + | </ | ||
| + | |||
| + | ===== Aufnehmen von Magenta TV ===== | ||
| + | < | ||
| + | ffmpeg -i udp://url -c copy -f mpegts -t 01:30:00 / | ||
| + | |||
| + | url --> | ||
| + | -t 01: | ||
| + | </ | ||
| + | |||
| + | ==== Aufnehmen mit crobjob ==== | ||
| + | < | ||
| + | 45 18 3 1 * ffmpeg -i udp://url -c copy -f mpegts -t 01:50:00 / | ||
| + | |||
| + | 50 22 8 2 * ffmpeg -i udp://url -c copy -f mpegts -t 03:00:00 / | ||
| + | |||
| + | url --> | ||
| + | </ | ||
| + | |||
| + | ==== Magenta TV Multicast URLs ==== | ||
| + | < | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | # | ||
| + | udp:// | ||
| + | </ | ||
videobearbeitung/videocapture.1767463446.txt.gz · Last modified: 2026/01/03 19:04 by ms