<div dir="ltr">Hi all,<div><br></div><div>I am trying to display video from a firewire camera using gst-launch-1.0 on a Windows 10 system.</div><div><br></div><div>gst-device-monitor-1.0 displays the following capabilities for my camera:</div><div><br></div><div><div>Device found:</div><div><br></div><div>        name  : Sony DV Camcorder</div><div>        class : Video/Source</div><div>        caps  : video/x-raw, format=(string)dvsd, width=(int)720, height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1;</div><div>                video/x-raw, format=(string)dvsd, width=(int)720, height=(int)576, framerate=(fraction)25/1, pixel-aspect-ratio=(fraction)12/11;</div><div>                video/x-raw, format=(string)dvsd;</div></div><div><br></div><div>But I can't seem to find any element that has a sink that accepts video/x-raw, format=dvsd as input ?</div><div><br></div><div>I have tried the following (in a git bash shell):</div><div><br></div><div>./gst-launch-1.0.exe -v ksvideosrc device-name='Sony DV Camcorder' ! 'video/x-raw, format=(string)dvsd, width=(int)720, height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1' ! videoconvert ! 'video/x-raw, format=(string)I420' ! autovideosink<br></div><div><br></div><div>./gst-launch-1.0.exe -v ksvideosrc device-name='Sony DV Camcorder' ! 'video/x-raw, format=(string)dvsd, width=(int)720, height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1' ! autovideosink<br></div><div><br></div><div>But all fail to create the pipeline. I've also checked dvdec and dvdemux, but they seem to require a video/dv mime-type.</div><div><br></div><div>If anyone could tell me how to convert the dvsd to something more useful I would be very grateful.</div><div><br></div><div>Thanks in advance,</div><div>Walter</div></div>