Author: andre
Date: 2010-03-22 20:42:15 +0100 (Mon, 22 Mar 2010)
New Revision: 41564

Modified:
   
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/transcoders/FFMpeg2TheoraTranscoder.java
   
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/transcoders/FFMpegTranscoder.java
Log:
javadoc

Modified: 
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/transcoders/FFMpeg2TheoraTranscoder.java
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/transcoders/FFMpeg2TheoraTranscoder.java
   2010-03-22 16:47:07 UTC (rev 41563)
+++ 
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/transcoders/FFMpeg2TheoraTranscoder.java
   2010-03-22 19:42:15 UTC (rev 41564)
@@ -36,8 +36,8 @@
 
 /**
  * This transcoder uses the command <code>ffmpeg2theora</code>. Possible 
parameters to be set in 
- * 'createcaches.xml' are: videoQuality, keyInt, height and width. 
- * Other can be added but will be at the end of the commands parameters.
+ * 'createcaches.xml' are: videoQuality (--videoquality), keyInt (--keyint), 
height (-y) and width (-x). 
+ * Others can be added but will be at the end of the commands parameters.
  *
  * @author Michiel Meeuwissen
  * @version $Id$

Modified: 
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/transcoders/FFMpegTranscoder.java
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/transcoders/FFMpegTranscoder.java
  2010-03-22 16:47:07 UTC (rev 41563)
+++ 
mmbase/branches/MMBase-1_9/applications/streams/src/main/java/org/mmbase/streams/transcoders/FFMpegTranscoder.java
  2010-03-22 19:42:15 UTC (rev 41564)
@@ -34,8 +34,11 @@
 
 /**
  * The transcoder that uses <code>ffmpeg</code> to transcode media. Possible 
parameters to be set in 
- * 'createcaches.xml' are: format, acodec, vcodec, vpre, aq, ab, b, async, r, 
ac, width, height. 
- * Other can be added as extra parameters but will be at the end of the 
commands parameters.
+ * 'createcaches.xml' are: format, acodec (-acodec), vcodec (-vcodec), vpre 
(-vpre), aq (-aq), 
+ * ab (-ab), bitrate or b (-b), async (-async), framesPerSecond or r (-r), 
audioChannels or ac (-ac), 
+ * width and height (combined to -s). 
+ * Others can be added as extra parameters but will be at the end of the 
commands parameters. See the
+ * documentation for FFmpeg for more information.
  * 
  * @author Michiel Meeuwissen
  * @version $Id$

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to