1
Video Splitter / WAV file from AVI in the batch mode
« on: April 24, 2015, 10:17:00 PM »
I'm affraid the version 5 Video Splitter Business Edition doesn't produce correct WAV file from AVI in the batch mode. The simple project
<timeline>
<group name="E:\Untitled 04_0002.wav" out_type="wav" mode="trimming">
<track video="0" audio="1" >
<clip src="E:\Untitled 04.avi" start="0" stop="22800000" timeFormat="100ns_units" />
</track>
</group>
</timeline>
produces a WAV fille which begins by "RIFF...AVI LIST....".
The same project executed in the Batch Manager produces a correct WAV file, as well as the batch mode in version 4.
Thank you
<timeline>
<group name="E:\Untitled 04_0002.wav" out_type="wav" mode="trimming">
<track video="0" audio="1" >
<clip src="E:\Untitled 04.avi" start="0" stop="22800000" timeFormat="100ns_units" />
</track>
</group>
</timeline>
produces a WAV fille which begins by "RIFF...AVI LIST....".
The same project executed in the Batch Manager produces a correct WAV file, as well as the batch mode in version 4.
Thank you