03-17-2008 09:17 AM
ffpeg -h (the output is not a file, but a list on the std out)ffmpeg -i "${source}" -s 320x240 -ar 44100 -r 12 "${target}" (the output is a file) ???03-18-2008 01:43 PM
<property name="checkCommand">
<bean class="org.alfresco.util.exec.RuntimeExec">
<property name="commandMap">
<map>
<entry key=".*">
<value>ffmpeg -h</value>
</entry>
</map>
</property>
</bean>
</property>
03-18-2008 06:51 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.