Log in

View Full Version : Looking for batch splitter tool


Ruriko
13th November 2013, 09:48
I want to split videos by time like split video every 10mins. Is there a batch tool that can do this?

smok3
13th November 2013, 13:27
what is your OS? what is input and what is desired output? (I'am currently writing something like that based on ffmpeg)

Ruriko
13th November 2013, 13:35
my os is Windows 7 32bit. The output is mp4

smok3
14th November 2013, 11:11
my bash try (not tested very much, requires ffmpeg and mediainfo), interesting from line 94 on;
http://paste.debian.net/65777/

p.s. variable "kok" is wanted duration in seconds.

Ruriko
16th November 2013, 10:22
I'm looking for a windows program :(

smok3
16th November 2013, 13:11
I'm looking for a windows program :(

I know, but you or someone familiar with windows batch can certainly take this and make it run on windows (Mostly you need latest/greatest/git ffmpeg, the loop itself is pretty simple).