You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.2 KiB
79 lines
2.2 KiB
<?xml version='1.0' encoding='utf-8' standalone='yes'?> |
|
|
|
|
|
<!-- DO NOT EDIT THIS FILE ... YOU WILL LOSE YOUR WORK --> |
|
|
|
|
|
<c74object name='agn.convert' category='again, loop, video'> |
|
|
|
<digest> |
|
Converts agn.host exports to gif or webm |
|
</digest> |
|
<description> |
|
Converts agn.host exported png frames to gif or webm, using ffmpeg executed via the shell object |
|
</description> |
|
|
|
|
|
<!--METADATA--> |
|
|
|
<metadatalist> |
|
<metadata name='author'>Théophile Clet</metadata> |
|
<metadata name='tag'>again</metadata> |
|
<metadata name='tag'>loop</metadata> |
|
</metadatalist> |
|
|
|
|
|
<!--MESSAGES--> |
|
|
|
<methodlist> |
|
<method name="gif"> |
|
<digest>Converts agn.host export to an animated gif</digest> |
|
<description>Converts agn.host export to an animated gif file.</description> |
|
</method> |
|
</methodlist> |
|
<methodlist> |
|
<method name="webm"> |
|
<digest>Converts agn.host export to an animated gif</digest> |
|
<description>Converts agn.host export to a webm file.</description> |
|
</method> |
|
</methodlist> |
|
<methodlist> |
|
<method name="loglevel"> |
|
<digest>Sets the ffmpeg logging level</digest> |
|
<description>When followed by one of these words: quiet, fatal, error, warning, info, verbose, sets the ffmpeg logging level</description> |
|
</method> |
|
</methodlist> |
|
<methodlist> |
|
<method name="filename"> |
|
<digest>Sets the name of the output file</digest> |
|
<description>Sets the name of the converted file (which will be followed by a timestamp)</description> |
|
</method> |
|
</methodlist> |
|
|
|
|
|
<!--ATTRIBUTES--> |
|
|
|
<attributelist> |
|
|
|
<attribute name='loglevel' get='0' set='1' type='symbol' size='1' > |
|
<digest>ffmpeg logging level</digest> |
|
<description>ffmpeg logging level. From the less to most verbose: quiet, fatal, error, warning, info, verbose.</description> |
|
</attribute> |
|
<attribute name='filename' get='0' set='1' type='symbol' size='1' > |
|
<digest>Sets the name of the output file</digest> |
|
<description>Sets the name of the converted file (which will be followed by a timestamp)</description> |
|
</attribute> |
|
|
|
</attributelist> |
|
|
|
|
|
<!--RELATED--> |
|
|
|
<seealsolist> |
|
<seealso name='agn.host' /> |
|
<seealso name='agn.remote' /> |
|
<seealso name='shell' /> |
|
</seealsolist> |
|
|
|
|
|
</c74object>
|
|
|