X-Git-Url: https://git.decadent.org.uk/gitweb/?p=lca-dvswitch.git;a=blobdiff_plain;f=index.html;h=063ac2a4c584f624ec46f4a8bc9ef7196d7679ce;hp=3c5d0a798791adf95ecfc6e970fe9cc85fb25a1d;hb=a3cdcaf7a9001392987cc34ad8b052e8753fb662;hpb=a45ddfd4426085bbe33df1129a34a78e9c4e2a32 diff --git a/index.html b/index.html index 3c5d0a7..063ac2a 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,12 @@ + @@ -25,7 +31,9 @@
- + +
+

The author

+ +
+ +

What is DVswitch?

@@ -76,7 +118,8 @@ A general video editor
  • - An audio mixer (but it does implement audio dubbing and level monitoring) + An audio mixer - audio functionality is limited to dubbing and + level monitoring
  • A complete recording and publishing system @@ -91,7 +134,7 @@

    The 'DV' in DVswitch

    - The name refers to the DV formats used by many video cameras: + The name refers to the DV format used by many video cameras:

    @@ -140,7 +183,7 @@

    A simplified view of the typical components:

    - +
    @@ -162,10 +205,10 @@ Requires a script to coordinate mixer and source startup - an annoying complication -
  • - Improvement: tally lights -
  • +
  • + Later enhancement: tally lights +
  • Next release: sources run as RTP/RTSP servers and mixer connects to them as a client @@ -176,6 +219,12 @@
  • +
    +

    + DIF is the DV Interchange Format, sometimes referred to as 'raw + DV' although it is a container format in its own right. +

    +
    @@ -191,12 +240,10 @@
  • Original protocol: mixer runs a network server; sinks run as clients and receive DIF over TCP -
      -
    • - Improvement: sink reports whether it will record; mixer can - start, stop and cut recording -
    • -
    +
  • +
  • + Later enhancement: sink reports whether it will record; + mixer can start, stop and cut recording
  • Next release: file and pipe sinks built into mixer along with an @@ -206,13 +253,35 @@
  • -

    Mixer

    +

    Mixer UI

    -

    Mixer

    - +

    Mixer UI, annotated

    + +
    + +
    +

    Mixer internals

    + +
    +

    + To simplify the diagram, I omitted connection setup, tally light + and recording control, and the internal sinks that haven't been + implemented yet. +

    +

    + All these interfaces have limited-length queues. If a queue + fills up, frames have to be dropped - we must not block or use + unlimited memory! +

    +

    + The mixer clock thread maintains a frame clock at about 25 or + 30 Hz depending on the video system, constantly adjusted to + follow the audio source. +

    +