12-05-2013 02:15 PM
<property name="transformCommand">
<bean class="org.alfresco.util.exec.RuntimeExec">
<property name="commandsAndArguments">
<map>
<entry key="Windows.*">
<list>
<value>cmd</value>
<value>/C</value>
<value>${ffmpeg.exe} ${opts} ${infile_opts} -i "${source}" ${outfile_opts} "${target}" 2> NUL</value>
</list>
</entry>
<entry key="Linux">
<list>
<value>sh</value>
<value>-c</value>
<value>${ffmpeg.exe} ${opts} ${infile_opts} -i '${source}' ${outfile_opts} '${target}' 2> /dev/null</value>
</list>
</entry>
<entry key="Mac OS X">
<list>
<value>sh</value>
<value>-c</value>
<value>${ffmpeg.exe} ${opts} ${infile_opts} -i '${source}' ${outfile_opts} '${target}' 2> /dev/null</value>
</list>
</entry>
</map>
</property>
12-06-2013 02:24 AM
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.