[FFmpeg-devel] [PATCH 2/2] lavd: add decklink output device

Amnon Israely amnonbb at gmail.com
Mon Jan 13 08:31:03 CET 2014


>What command did you use? I fixed a small memory leak, but it
>shouldn't be enough for 500Mb, not even in 6 hours.

I get 8 steams of audio and 1 video and put it to SDI with this command:

ffmpeg -rtsp_flags listen -i rtsp://IP/rtsp.sdp \
-map 0:0 \
-filter_complex "[0:1] [0:2] [0:3] [0:4] [0:5] [0:6] [0:7] [0:8]
amerge=inputs=8 [label_1]" -map [label_1]:0.1 \
-c:v rawvideo -pix_fmt uyvy422 \
-c:a pcm_s16le -ac 8 -ar 48000 \
-f decklink -preroll 0.9 -s 720x576 -r 25000/1000 'DeckLink SDI (1)'

When i try to -preroll greeter then 1 i got stuck playing :|

>Updated patch attached.

I'll try it


2014/1/13 Ramiro Polla <ramiro.polla at gmail.com>

> On Mon, Jan 13, 2014 at 1:22 AM, Ramiro Polla <ramiro.polla at gmail.com>
> wrote:
> > Updated patch attached.
>
> The patch I've sent uses a hack for the moment while
> av_uncoded_frame() isn't implemented. Please review around it =)
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list