X-Git-Url: https://git.decadent.org.uk/gitweb/?p=lca-dvswitch.git;a=blobdiff_plain;f=index.html;h=063ac2a4c584f624ec46f4a8bc9ef7196d7679ce;hp=0242cf4af10a8de6dd54a19efd539ba3b3e02cc3;hb=35f756fd2f7d52ad20600856480ba4334e07b60b;hpb=86480cb97632ab5c771eb8cf41fce02a1fc15baf diff --git a/index.html b/index.html index 0242cf4..063ac2a 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ @@ -50,6 +50,29 @@ +
+

The author

+ +
+ +

What is DVswitch?

@@ -84,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 @@ -99,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:

    @@ -148,7 +183,7 @@

    A simplified view of the typical components:

    - +
    @@ -184,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. +

    +
    @@ -212,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. +

    +