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.

Messages - Jiri

Pages: [1]
1
Video Splitter / Re: WAV file from AVI in the batch mode
« on: April 27, 2015, 06:29:12 PM »
Hello Olga,

here is the link to download illustration files http://www.uschovna.cz/zasilka/EP629BGBMSFYZLXB-TSE/.
It contains the source AVI, project and two result files.
The POK2_001.wav file was created by the Batch Manager and it is OK.
The POK2.wav file was created by the SMM_BatchSplit .exe. It can be played as well but other software can't recognise it.  The reason is "RIFF .. AVI LIST" in the header, I think.
The Video Splitter version is 5.0.1503.17

Thank you.

2
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

3
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.


4
Video Splitter / Re: Batch joining doesn't work well (Business version)
« on: February 12, 2015, 02:45:31 AM »
Thak you, Olga, I will test it.

5
Video Splitter / Re: Complex Batch
« on: January 23, 2015, 11:53:29 PM »
Hello Olga,

you are right, this feature is very usefull but there are some situations when this way is too time-consuming.
For example if I have a several hours long source file and I need to create several short files from different parts of it, there is much more efficient to create one temporary file from the all used parts in one long pass and then to create the result files from it.
That's why I'd welcome if you could to think about it.

Best regards
Jiri

6
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


7
Video Splitter / Re: Batch joining doesn't work well (Business version)
« on: January 17, 2015, 01:45:00 AM »
Hello Olga,

there is the link to download the files: http://www.uschovna.cz/zasilka/CN27YFR7G452UCEE-CZN/ . It was sent to the info@solveigmm.com as well. There are two AVI files in the packet, 1504820 and 7265780 Bytes. The size of the result file in Join Manager is 8706020 Bytes, the result file by Batch  process is 2945060 Bytes.
I have tried several examples, some results are OK, others are shorter or longer, I seem it depends on the size ratio of the files.

Best regards, Jiri.

8
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]