Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Jiri

Pages: [1]
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

2
Video Splitter / How to replace the audio track?
« on: April 03, 2015, 12:55:21 AM »
Video Splitter is able to create separate video track or audio track from AVI file. Is possible an inverse process, i.e. to combine separate video track and audio track to a complex AVI file? For example if I want to replace the audio track. If not yet will it be possible in future?
Thank you, Jiri.


3
Video Splitter / Complex Batch
« on: January 22, 2015, 11:11:17 PM »
I often create a complex batch file where a result file from one task is used as a source file in next task.
The example:

<timelines version="2" >
   <timeline>
      <group output="FILE1.avi" >
         <track video="1" audio="0"  >
             <clip src="SOURCE1.avi" ... />
               ..
             <clip src="SOURCE1.avi" ... />
         </track>
      </group>
   </timeline>
   <timeline>
      <group output="D:\File2.avi" >
         <track video="1" audio="0"  >
             <clip src="SOURCE2.avi" ... />
               ..
             <clip src="SOURCE2.avi" ... />
         </track>
      </group>
   </timeline>
   <timeline>
      <group output="FILE3.avi" >
         <track video="1" audio="0"  >
             <clip src="FILE2.avi" ... />
             <clip src="FILE2.avi" ... />
         </track>
      </group>
   </timeline>
   <timeline>
      <group output="FILE4.avi" out_type="avi" >
         <task type="joining" />
         <track video="-1" audio="-1" >
             <clip src="FILE1.avi" />
             <clip src="FILE3.avi" />
         </track>
      </group>
   </timeline>

</timelines>


It worked OK in Video Splitter version 3. In Video Splitter version 4 it doesn't work,
the program says :
Error:     Batch file name setting has been failed
(Systém nemůže nalézt uvedený soubor.
 hr = 0x80070002)
(=System cannot find the stated file)

I guess Video Splitter version 4 checks occurrence of all source files at first. Would there possible to add a parameter disabling this feature?

Thanks


4
Video Splitter / Batch joining doesn't work well (Business version)
« on: January 16, 2015, 12:18:06 AM »
The AVI files joining  started as a batch task creates too short file. The same task started in Join Manager is OK. My version is
SolveigMM Video Splitter Business Edition
Installation version 4. 0. 1501. 15
Version 4. 0. 1501. 14
Status: registered

Pages: [1]