]> git.sesse.net Git - casparcg/commitdiff
Updated documentation
authorhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 14 Mar 2013 17:09:51 +0000 (17:09 +0000)
committerhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 14 Mar 2013 17:09:51 +0000 (17:09 +0000)
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/trunk@3773 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d

CHANGES.txt
README.txt

index 10b336592bf32003f8f0a48d3b66b7595b5d095e..af29ef3e946bbc8baee2396642f0227f00391497 100644 (file)
@@ -1,3 +1,54 @@
+CasparCG 2.0.4 Stable (w.r.t 2.0.3 Stable)\r
+=========================================\r
+\r
+General\r
+-------\r
+\r
+  o Logging output now includes milliseconds and has modified format:\r
+    yyyy-mm-d HH:MM:SS.ZZZ\r
+  o Added support for generating thumbnails for media files. Currently only\r
+    video files and images are supported. By default the media directory is\r
+       scanned every 5 seconds for new/modified/removed files and thumbnails are\r
+       generated/regenerated/removed accordingly.\r
+\r
+Layer\r
+-----\r
+\r
+  o Fixed a problem where the first frame was not always shown on LOAD.\r
+\r
+Audio mixer\r
+-----------\r
+\r
+  o Added support for a master volume mixer setting for each channel.\r
+\r
+Consumers\r
+---------\r
+\r
+  o Simplified implementation of bluefish consumer, with regards to\r
+  o Avoid that the ffmpeg consumer blocks the channel output when it can't keep\r
+    up with the frame rate (drops instead).\r
+  o Added support for to create a separate key and fill file when recording with\r
+    the ffmpeg consumer. Add the SEPARATE_KEY parameter to the ffmpeg consumer\r
+       parameter list. The key file will get the _A suffix to be picked up by the\r
+       separated_producer when doing playback.\r
+  o The image consumer now writes to the media folder instead of the data\r
+    folder.\r
+\r
+Producers\r
+---------\r
+\r
+  o Added support for playing .swf files using the flash producer.\r
+\r
+AMCP\r
+----\r
+\r
+  o The master volume feature is controlled via the MASTERVOLUME MIXER\r
+    parameter. Example: MIXER 1 MASTERVOLUME 0.5\r
+  o THUMBNAIL LIST/RETRIEVE/GENERATE/GENERATE_ALL command was added to support\r
+    the thumbnail feature.\r
+  o ADD 1 FILE output.mov SEPARETE_KEY activates the separate key feature of the\r
+    ffmpeg consumer creating an additional output_a.mov containing only the key.\r
+\r
 CasparCG 2.0.3 Stable (w.r.t 2.0.3 Alpha)\r
 =========================================\r
 \r
 CasparCG 2.0.3 Stable (w.r.t 2.0.3 Alpha)\r
 =========================================\r
 \r
index 40e12966d2720a54f8d211962b5e290db65d123d..23b0863a25357ca1817b4406284d0917d9026ad0 100644 (file)
@@ -96,16 +96,6 @@ LICENSING
 CasparCG Server is distributed under the GNU General Public License GPLv3 or\r
 higher, see LICENSE.TXT for details.\r
 \r
 CasparCG Server is distributed under the GNU General Public License GPLv3 or\r
 higher, see LICENSE.TXT for details.\r
 \r
-\r
-AUTHORS - People who have developed the CasparCG Server Software\r
-==========(sorted alphabetically by last name)==================\r
-\r
-Niklas         Andersson   (Server 1.0-1.8)\r
-Andreas        Jeansson    (Template-Host)\r
-Robert         Nagy        (Server 1.7-2.x)\r
-Helge   Norberg     (Server 2.x)\r
-\r
-\r
 CREDITS - People who have contributed to the CasparCG Project\r
 ==========(sorted alphabetically by last name)===============\r
 \r
 CREDITS - People who have contributed to the CasparCG Project\r
 ==========(sorted alphabetically by last name)===============\r
 \r