de.humatic.dsj.sink
Class DVPlayoutSink

java.lang.Object
  extended by de.humatic.dsj.sink.Sink
      extended by de.humatic.dsj.sink.PlayoutSink
          extended by de.humatic.dsj.sink.DVPlayoutSink

public class DVPlayoutSink
extends PlayoutSink

DVPlayoutSink provides functionality to render a filtergraph to a computer's physical IEEE 1394 / firewire output. This has a number of prerequisites: Either a DV Camcorder, VCR or a dedicated hardware video converter box must be connected and set up in the correct (VCR) mode. To directly play a DV file out to hardware, the TV standards (PAL, NTSC..) of file and hardware must match. None DV files will be DV-encoded on the fly and dsj will determine and set TV standards. but realtime encoding needs a fast machine for good results Local preview will only work when the original source is already DV.


Field Summary
 
Fields inherited from class de.humatic.dsj.sink.Sink
connected, CONTROLABLE, DISPLAY_LOCAL, DS_NETWORK, DUAL_OUTPUT, DUMP, FILE, flags, FORCE_PREVIEW_BRANCH, LOCAL, majorType, NO_CONTROLS, NO_TRANSCODE, PLAY_OUT, PREVIEW, SHOW_DIALOGS, SHOW_DLG_SAVE, subType, WM_NETWORK
 
Constructor Summary
DVPlayoutSink()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class de.humatic.dsj.sink.PlayoutSink
fromXML, setHardwareOutputFilter
 
Methods inherited from class de.humatic.dsj.sink.Sink
getAudioEncoderInfo, getFlags, getMultiplexerInfo, getOutputPath, getVideoEncoderInfo, getWriterInfo, setAudioEncoder, setFlags, setMultiplexer, setVideoEncoder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DVPlayoutSink

public DVPlayoutSink()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class PlayoutSink