<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Taking
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    Nicolas George's suggestion, I have created a basic libavdevice for
    Blackmagic's DeckLink HD-SDI cards. I'm thrilled to have it working
    to any degree (much easier than I expected), but still have several
    issues to work out. Where is the proper place to ask questions for a
    new libavdevice? ffmpeg-dev or here or ?<br>
    <br>
    The most important is that the normal use of the device will be to
    output a specific frame size/fps and the audio is _always_ 48k s16le
    2, 8 or 16 channels.<br>
    <br>
    The issues I'm not sure about are:<br>
    <br>
    1) Automatically converting audio to 48k, s16le, 2/4/8 channels.<br>
    <br>
    2) Automatically scale/crop video to output.<br>
    <br>
    3) Proper configure detection of installed DeckLink includes.<br>
    <br>
    And of course getting past the patch review ;-) I am certainly not
    compliant at this moment!<br>
    <br>
    If creating an input device is as easy as this has been so far, then
    I hope to create a capture device next.<br>
    <br>
    Thanks,<br>
    <br>
    Deron<br>
    <br>
  </body>
</html>