lu-zero / bmdtools

Basic capture and play programs for Blackmagic Design Decklink
Boost Software License 1.0
198 stars 74 forks source link

Question about multiple pipe with bmdplay #95

Closed calanor closed 6 years ago

calanor commented 6 years ago

I tested multiple pipe from stream -> avconv -> bmdplay like this:

stream  |  \
avconv -vsync 1  -i pipe:0 -c:v rawvideo -pix_fmt uyvy422  [...]  -f nut - |  \
./bmdplay -f pipe:0 -C 0 -m 7
calanor commented 6 years ago

Sorry. The multiple pipe work well. it was my typo problem