User Tools

Site Tools


videobearbeitung: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
videobearbeitung:videocapture [2026/05/04 14:45] – [Aufnehmen von Magenta TV] msvideobearbeitung: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+==== Aufnahme von Video + ersten Audio Kanal ====
 <code> <code>
 ffmpeg -i udp://url -c copy -f mpegts -t 01:30:00 /media/ramdisk/video.ts ffmpeg -i udp://url -c copy -f mpegts -t 01:30:00 /media/ramdisk/video.ts
 </code> </code>
  
-Aufnahme von Video + alle Audio Kanäle+==== Aufnahme von Video + alle Audio Kanäle ====
 <code> <code>
-ffmpeg -i udp://url -map 0 -c copy -f mpegts -t 01:30:00 /media/ramdisk/video.ts+### ffmpeg -i udp://url -map 0 -c copy -f mpegts -t 01:30:00 /media/ramdisk/video.ts 
 +</code> 
 + 
 +<code> 
 +ffmpeg -i udp://url -map 0 -c copy -ignore_unknown -f mpegts -t 01:30:00 /media/ramdisk/video.ts
 </code> </code>
  
videobearbeitung/videocapture.1777905925.txt.gz · Last modified: 2026/05/04 14:45 by ms

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