]> git.sesse.net Git - casparcg/blobdiff - CHANGES.txt
Flash producer
[casparcg] / CHANGES.txt
index 0f142b5e205255372850877e1cd39e5a4daba7a6..40f3b024b441647e4578e9bb070036f7cf95b8b3 100644 (file)
@@ -68,17 +68,17 @@ Consumers
     the FFmpeg consumer. Add the SEPARATE_KEY parameter to the FFmpeg consumer\r
     parameter list. The key file will get the _A file name suffix to be picked\r
     up by the separated_producer when doing playback.\r
-  o The image consumer now writes to the media folder instead of the data\r
+  o The Image consumer now writes to the media folder instead of the data\r
     folder.\r
   o Fixed bug in DeckLink consumer where we submit too few audio samples to the\r
     driver when the video format has a frame rate > 50.\r
   o Added another experimental DeckLink consumer implementation where scheduled\r
     playback is not used, but a similar approach as in the bluefish consumer\r
-       where we wait for a frame to be displayed and then display the next frame.\r
-       It is configured via a <blocking-decklink> consumer element. The benefits of\r
-       this consumer is lower latency and more deterministic synchronization\r
-       between multiple instances (should not need to be wrapped in a\r
-       <synchronizing> element when separate key-fill is used).\r
+    where we wait for a frame to be displayed and then display the next frame.\r
+    It is configured via a <blocking-decklink> consumer element. The benefits of\r
+    this consumer is lower latency and more deterministic synchronization\r
+    between multiple instances (should not need to be wrapped in a\r
+    <synchronizing> element when separated key/fill is used).\r
 \r
 Producers\r
 ---------\r
@@ -101,12 +101,13 @@ AMCP
     FFmpeg consumer creating an additional output_a.mov containing only the key.\r
   o Added KILL command for shutting down the server without console access.\r
   o Added RESTART command for shutting down the server in the same way as KILL\r
-    except that the return code from caspar is 5 instead of 0, which can be used\r
-    by parent process to take other actions. The casparcg_auto_restart.bat\r
-    script restarts the server if the return code is 5.\r
+    except that the return code from CasparCG Server is 5 instead of 0, which \r
+    can be used by parent process to take other actions. \r
+    The 'casparcg_auto_restart.bat' script restarts the server if the \r
+    return code is 5.\r
   o DATA RETRIEVE now returns linefeeds encoded as an actual linefeed (the\r
-    single character 0x0a) instead of the previous two characters \ followed by\r
-    n.\r
+    single character 0x0a) instead of the previous two characters;\r
+    \ followed by n.\r
   o MIXER CHROMA command added to control the chroma keying. Example:\r
     MIXER 1-1 CHROMA GREEN|BLUE 0.10 0.04\r
   o Fixed bug where MIXER FILL overrides any previous MIXER CLIP on the same\r
@@ -370,7 +371,7 @@ CasparCG 2.0 Beta 1 (as compared to Alpha)
   o Producer buffering is now configurable.\r
   o Consumer buffering is now configurable.\r
   o Now possible to configure template-hosts for different video-modes.\r
-  o Added auto transcoder for ffmpeg-producer which automatically transcodes\r
+  o Added auto transcoder for FFmpeg producer which automatically transcodes\r
     input video into compatible video format for the channel.\r
     + interlacing (50p -> 50i)\r
     + deinterlacing (50i -> 25p)\r