Re: [FFmpeg-user] Rawvideo Stream

2014-12-31 Thread Werner Robitza
On Wed, Dec 31, 2014 at 4:16 AM, Yafes Sahin wrote: > So what is the right way of streaming raw-input from a camera or any > raw-video source. I'd capture the raw data, wrap it in UDP packets, and send it manually over the wire. You could do this very easily with any programming language of your

Re: [FFmpeg-user] Rawvideo Stream

2014-12-30 Thread Carl Eugen Hoyos
Yafes Sahin ffmpeg.org> writes: > ffmpeg -f dshow -i video="Blackmagic WDM Capture"  > -r 25 -codec copy -an -f mpegts udp://192.168.0.10:1234 > However is this command supposed to work? Complete, uncut console output missing but you cannot mux rawvideo in a transport stream. Carl Eugen _

[FFmpeg-user] Rawvideo Stream

2014-12-30 Thread Yafes Sahin
Hi Everybody, i am on a windows machine, attached to it a decklink SDI Card, where i get a uyvy422(TV) signal over dshow. To see where latency happens, i wanted to stream raw without encoding this feed.  I used the command: ffmpeg -f dshow -i video="Blackmagic WDM Capture"  -r 25 -codec copy -a