[FFmpeg-user] FFMPEG Streaming over UDP unicast works fine, Broadcast: Frameloss, Latency

2015-01-25 Thread Yafes Sahin
Hi, Status: i am successfully streaming to a nexus9 over udp to mxplayer:-f dshow -i video="Blackmagic WDM Capture" -pix_fmt yuv420p -r 100 -an -vcodec libx264 -crf 40 -preset ultrafast -tune zerolatency -threads 8 -thread_type slice -f mpegts udp://192.168.1.197:1234 Latency is very good, i h

Re: [FFmpeg-user] Question about ffmpeg

2015-01-21 Thread Yafes Sahin
Multiple Image Sequences thumbnailed on one image plane. (FFMPEG) |   | |   | |   |   |   |   |   | | Multiple Image Sequences thumbnailed on one image plan...I am asking this question, as i couldn't find anything similar to my problem. I would like to read different image sequence streams and p

[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