Export EDL CMX3600: work in Progress

Share your custom panels, brushes, papers... (you need to be registered to read posts in this section)
Post Reply
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18
Location: Viborg,Denmark
Contact:

Export EDL CMX3600: work in Progress

Post by Mads Juul »

Hey All

Im using TVPaint And Adobe Premiere To make My Storyboards and Animatic
I wanted to make a way to get my drawings from TVpaint to Premiere and still keep the timing so I found out that I could write a
EDL file Premier uses the CMX3600 Syntax so I have tried to mimic that
.

The script Works the following way.
-You select the layer with the storyboard drawings
-You have saved your Project
-In the Folder where the Project is saved the script creates a folder called "TGA" and save every instance on the current layer as a TGA file
-In the Folder where the Project is saved the script creates a EDL file with the same name as the tvpaint project

Because I havnt access to information about sound Im not capable to get the sound editing iformation inm y EDL.
but maybe in future releases of tvpaint that will be possible?

once thing is not acting as i have expected it seem like the tv_writetextfile trims the string for white spaces!!
I think that white spaces are importent for the syntax of EDL. But I have succeded in importing onto Premiere anyway

The way it SHOULd look

Code: Select all

TITLE: test2_01mj_prm

001  AX       V     C        01:59:59:24 02:00:00:03 00:00:00:00 00:00:00:04
* FROM CLIP NAME: storyboard_001.tga

The Way it looks

Code: Select all

TITLE: test2_01mj

001 AX V C 00:59:59:24 01:00:00:03 00:00:00:00 00:00:00:04
* FROM CLIP NAME: storyboard_001.tga

Is it possible to keep more that one white space?

hope it will be usefull for some?

-mads
Attachments
edl_export.grg
(21.75 KiB) Downloaded 174 times
Mads Juul
Storyboard Artist
blog: http://mjstoryboard.blogspot.dk/
Mail: mjstoryboard@gmail .com

Windows 10, 64 bit i7-4790 CPU 4.00 Hz,32 GB RAM, With TVP Animation 11 Pro (11.0.2-64bits)
2 Monitors 1920X1080 pixels + 1 Wacom Cintiq 21UX 2
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Re: Export EDL CMX3600: work in Progress

Post by Hervé »

madsjuul wrote: Is it possible to keep more that one white space?
tv_writetextfile split all word and remove spaces
The tips is to add a space between cote ( " ) and apostrophe ( ' ) but george remove the first cote( " )
use apostrophe cote apostrophe space apostrophe cote apostrophe ( '"' '"' ) : tv_writetextfile "Append" '"'"filePath'"'" '"' '" '"' '"'BL'"'" '"'" '"'" '"'"......

Simple no ? :oops:
Hervé ADAM, TVPaint Team
Post Reply