Author Topic: Ability to batch join video files?  (Read 7572 times)
  • Administrator
  • Users
  • *****
  • Posts: 1164
    • View Profile
« Reply #2 on: July 21, 2015, 01:43:44 AM »
Hello scurvysauce,

Thank you for your  post.

This task can be done via Batch console of the Video Splitter Business Edition.
Please find below the example of code of .jxtl file.

<timelines version="2" >
<timeline>
<group output="C:\Test_full.mp3">
<task type="joining" />
<track video="-1" audio="-1" >
<clip src="C:\Test_part0.mp3" />
<clip src="C:\Test_part1.mp3" />
<clip src="C:\Test_part2.mp3" />
</track>
</group>
</timeline>
<timeline>
<group output="C:\1Test_full.mp3">
<task type="joining" />
<track video="-1" audio="-1" >
<clip src="C:\1Test_part0.mp3" />
<clip src="C:\1Test_part1.mp3" />
<clip src="C:\1Test_part2.mp3" />
</track>
</group>
</timeline>
<timeline>
<group output="C:\2Test_full.mp3">
<task type="joining" />
<track video="-1" audio="-1" >
<clip src="C:\2Test_part0.mp3" />
<clip src="C:\2Test_part1.mp3" />
<clip src="C:\2Test_part2.mp3" />
</track>
</group>
</timeline>
</timelines>

Regrettably we have got such tutorial at the present time, but here you can view how to use Batch console:

http://www.solveigmm.com/en/howto/how-to-delete-sound-from-mpeg-1-mpeg-2-files-in-batch-or-console-mode-with-video-splitter/

Please feel free to ask if there are any further questions.
Regards,
Olga Krovyakova
Solveig Multimedia

  • Users
  • *
  • Posts: 1
    • View Profile
« Reply #1 on: July 16, 2015, 08:38:41 AM »
I'm wondering if this software has the ability to batch join video files. For instance i would like to add an intro and outro video to many files, can this be done and is there a tutorial on it somewhere? thank you.  :D