X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=demo%2FREADME;h=5e2fe08a5bc94ebb7f29dddc11da66212e549696;hb=c7af4651b3ce50771d323fec0a39dbc600d66e6c;hp=56dcd820402615f2d2e1f3feabb3f2f5005be279;hpb=de7f24dc7205252e986c21170a4431fa8f223e2a;p=mlt diff --git a/demo/README b/demo/README index 56dcd820..5e2fe08a 100644 --- a/demo/README +++ b/demo/README @@ -13,12 +13,15 @@ you to choose a consumer. A consumer is like a viewer, but it could also write to a stream/file. The "SDL" consumer is the popular Simple DirectMedia Layer audio and video output. The "xml" consumer generates an XML representation of the service network. That can be played directly due to the -XML producer plugin. See docs/mlt-xml.txt for more information. The -"MainConcept DV" consumer refers to the proprietary MLT plugin required to -use MLT with MainConcept DV, DVCPro, and MPEG codecs. "/dev/dv1394/0" refers -to a device file for transmitting DV over FireWire using the Linux dv1394 kernel -module. The "BlueFish444" consumer is another proprietary plugin to use -the BlueFish444 manufactured SDI video/audio output cards with MLT. +XML producer plugin. See docs/mlt-xml.txt for more information. "/dev/dv1394/0" +refers to a device file for transmitting DV over FireWire using the Linux +dv1394 kernel module. + +These examples assume the numeric locale LC_NUMERIC decimal separator is a +period. Therefore, the demo script sets LC_NUMERIC=C for you, but if you are +running these manually or learning from them, remember to use the appropriate +separator for your locale. + And now the demos...