How the Splitter operates in command line mode
Von Olga Krovyakova - 28. März 2019
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.
<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> |
and save an output without set fragments as an output2.WM
<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> |
Olga Krovyakova ist seit 2010 Technical Support Manager bei Solveig Multimedia.
Sie ist Autorin zahlreicher Text- und Video-Richtlinien für Produkte: Video Splitter, HyperCam, WMP Trimmer Plugin, AVI Trimmer+ und TriMP4.
Sie arbeitet jeden Tag mit Programmen und weiß daher sehr gut, wie sie funktionieren. Wenden Sie sich bei Fragen an Olga über support@solveigmm.com.
Sie hilft Ihnen gerne weiter!