videobearbeitung:videocapture
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| videobearbeitung:videocapture [2026/01/03 18:32] – ms | videobearbeitung:videocapture [2026/05/04 20:02] (current) – [Aufnahme von Video + alle Audio Kanäle] ms | ||
|---|---|---|---|
| Line 55: | Line 55: | ||
| ===== Aufnehmen von Magenta TV ===== | ===== Aufnehmen von Magenta TV ===== | ||
| + | ==== Aufnahme von Video + ersten Audio Kanal ==== | ||
| < | < | ||
| ffmpeg -i udp://url -c copy -f mpegts -t 01:30:00 / | ffmpeg -i udp://url -c copy -f mpegts -t 01:30:00 / | ||
| + | </ | ||
| + | ==== Aufnahme von Video + alle Audio Kanäle ==== | ||
| + | < | ||
| + | ### ffmpeg -i udp://url -map 0 -c copy -f mpegts -t 01:30:00 / | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | ffmpeg -i udp://url -map 0 -c copy -ignore_unknown -f mpegts -t 01:30:00 / | ||
| + | </ | ||
| + | |||
| + | < | ||
| url --> | url --> | ||
| -t 01: | -t 01: | ||
videobearbeitung/videocapture.1767465151.txt.gz · Last modified: 2026/01/03 18:32 by ms