SPLIT FILE FROM A EDL DATA (or XML)

Discuss about generic usage of MediaCoder.

Moderator: HuggiL

Post Reply
nuvolablu
Beginner
Beginner
Posts: 2
Joined: Tue May 16, 2017 11:09 pm

SPLIT FILE FROM A EDL DATA (or XML)

Post by nuvolablu » Wed May 17, 2017 1:42 am

Hello,
I would like to know if there is a way to split a master video file into few clips in batch using the edl data.
The clips should be named as the clip name in the EDL .
In the case below, the script from the master file should produce 3 files named:

1 "Prosecco Valdobbiadene DOCG Bastia, Rebuli Michele vinoumano" splitting the master file from 00:00:00:00 to 00:01:57:14
2 "Prosecco Valdobbiadene DOCG Bastia, Rebuli Michele vinoumano2" splitting the master file from 00:01:57:14 to 00:03:54:29
3 "ard16 rebuli bastia" splitting the master file from 00:01:57:14 to 00:03:54:29



This is an example of edl:


TITLE: ard16 rebuli bastia
FCM: NON-DROP FRAME

000001 AX V C 00:00:00:00 00:01:57:16 00:00:00:00 00:01:57:14
* FROM CLIP NAME: Prosecco Valdobbiadene DOCG Bastia, Rebuli Michele vinoumano.mp4

000002 AX V C 00:00:00:00 00:01:57:16 00:01:57:14 00:03:54:29
* FROM CLIP NAME: Prosecco Valdobbiadene DOCG Bastia, Rebuli Michele vinoumano2.mp4

000003 AX V C 00:00:00:00 00:01:57:14 00:03:54:29 00:05:52:12
* FROM CLIP NAME: ard16 rebuli bastia.mp4

000004 AX NONE C 00:00:00:00 00:01:57:16 00:00:00:00 00:01:57:14
* FROM CLIP NAME: Prosecco Valdobbiadene DOCG Bastia, Rebuli Michele vinoumano.mp4

000005 AX NONE C 00:00:00:00 00:01:57:16 00:01:57:14 00:03:54:29
* FROM CLIP NAME: Prosecco Valdobbiadene DOCG Bastia, Rebuli Michele vinoumano2.mp4

000006 AX NONE C 00:00:00:00 00:01:57:14 00:03:54:29 00:05:52:12
* FROM CLIP NAME: ard16 rebuli bastia.mp4



Is it possible to do with mediacoder?
I have a timeline with 500 files...so it would be nice to do itA

Post Reply