SolveigMM End-User Products > Video Splitter

Frequently Asked Questions

(1/2) > >>

wuuuy:
Owning a luxury fake watches means more than just owning a prestigious accessory; It’s about investing in a piece that can be passed down from generation to generation. These timepieces hold their value extremely well, rolex replica and some even appreciate in value over time, making them attractive investment options. For watch connoisseurs, collecting luxury watches has become a lifelong passion, omega replica with each purchase adding to the value and uniqueness of their collection.

kuukyy:
Gli orologi replica di lusso sono famosi in tutto il mondo per le loro eccellenti capacità orologiere e l'eccellente maestria.

njb:
Please include this in the FAQ so others who encounter this problem can get it resolved.
Thanks,
njb

https://www.solveigmm.com/forum/index.php?topic=5426.0

Dmitry Vergeles:
How the Splitter operates in command line mode

Q:-> I found that the Splitter has CLI (command line interface) named SMM_BatchSplit.exe. What are examples of editing video by means of the utility?
A:-> Yes, SolveigMM Video Splitter is shipped with CLI SMM_BatchSplit.exe utility  that accept as an input an XML file with described task or batch of tasks named groups.

Here are the samples scripts to fulfill some simple editing tasks like trimming, edition out some porions and joinin some files.

#1 Initial file is windows media - input.WMV of 10 minutes length, with one video and one audio stream.
We want to to trim a portion from 4 to 7 minutes and save it as an output1.WMV


<timeline>
   <group name="C:\video\result\output1.WMV">
       <track video="1" audio="1" obey_sample_times="0">
           <clip src="C:\video\input.WMV" start="00:04:00.00"    stop="00:07:00.00"/>
       </track>
    </group>
</timeline>
 
#2 Initial file is windows media - input.WMV of 10 minutes length, with one video and one audio stream.
We want to cut out any 3 parts from input

(#[1] 1 min 30 sec - 3 min 20 sec )
(#[2] 5 min 00 sec - 6 min 00 sec )
(#[3] 8 min 10 sec - 9 min 10 sec )
nd save an output without set fragments as an output2.WMV

<timeline>
   <group name="C:\video\result\output2.WMV">
       <track video="1" audio="1" obey_sample_times="0">
           <clip src="C:\video\input.WMV" start="00:01:30.00"    stop="00:03:20.00"/>
           <clip src="C:\video\input.WMV" start="00:05:00.00"    stop="00:06:00.00"/>
           <clip src="C:\video\input.WMV" start="00:08:10.00"    stop="00:09:10.00"/>
       </track>
    </group>
</timeline> 

#3 We have a set of Windows Media files with same video/audio paramenters (for example output1.WMV output2.WMV) and want to merge them to one single file - join_output3.WMV

<timeline>
   <group name="C:\video\result\join_output3.WMV" mode="joining">
      <track  video="-1" audio="-1">
         <clip src="C:\video\result\output1.WMV"  start="00:00:00:00" stop="00:00:00:00" />
         <clip src="C:\video\result\output2.WMV"  start="00:00:00:00" stop="00:00:00:00" />
       </track>
    </group>
</timeline>

Dmitry Vergeles:
Preview does not operate
Q:->I get this message when I add a file to the software "Cannot find video decoder for preview (XVID), but trimming should be OK" What do I need to do to fix this problem?
A:->This message caused by an absence of XVID or whatever decoder on your PC. If you download and install it, preview should get started to work.
You can download the necessary codec at the link below:
http://www.free-codecs.com/download/FFDShow.htm

Navigation

[0] Message Index

[#] Next page

Go to full version