bildbearbeitung:videocapture
This is an old revision of the document!
Table of Contents
VHS Videos mit USB-Live2 digitalisieren
USB-Live2 Infos
v4l2-ctl --device /dev/video1 --all
Videostream ansehen
Mit ffmgeg Modul video4linux2 (-f video4linux2 oder kürzer -f v4l2)
Videostream von VHS-Recorder ansehen, über USB-Live2 Device (dev/video1) Composite Video (gelber Chinch)
ffplay -f video4linux2 /dev/video1
Videostream von VHS-Recorder ansehen, über USB-Live2 Device (dev/video1) S-Video (DIN-Buchse)
ffplay -f v4l2 -standard PAL -channel 1 -i /dev/video1
Videostream von Laptop-Cam ansehen
ffplay -f video4linux2 /dev/video0
Film video.mpeg ansehen mit Frame und Zeit
ffplay -vf "drawtext=text='Time\:%{pts\:hms} Frame\: %{frame_num}':fontsize=28:box=1:x=(w-tw)/2:y=h-(2*lh)" video.mpeg
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
bildbearbeitung/videocapture.1557151108.txt.gz · Last modified: 2023/01/11 20:30 (external edit)