Title
Error converting EDL to Clip groups
What do you expect to happen when you run the script/macro?
Convert an EDL into clip groups
Are you seeing an error?
Error Log: Command Error: Convert EDL to Clip Groups [user:clbco8tub0002091099pw85gm:ck0sfsczg0000w110p0nt59j7]: '00:00:15:25' is not a valid Smpte Timecode: Maximum frame name in frame rate 23.976nd is 24, you specified 25 (Parameter 'frames') (Convert EDL to Clip Groups: Line 23) System.ArgumentOutOfRangeException: '00:00:15:25' is not a valid Smpte Timecode: Maximum frame name in frame rate 23.976nd is 24, you specified 25 (Parameter 'frames') ---> System.ArgumentOutOfRangeException: Maximum frame name in frame rate 23.976nd is 24, you specified 25 (Parameter 'frames') at SoundFlow.ProjectSystem.PxProjectModel.PxTimecode..ctor(PxTimecodeFrameRate frameRate, Int32 hours, Int32 minutes, Int32 seconds, Int32 frames) + 0x3d4 at SoundFlow.ProjectSystem.PxProjectModel.PxTimecode.Parse(PxTimecodeFrameRate frameRate, String time) + 0x200 --- End of inner exception stack trace ---
What happens when you run this script?
Gives me the error I posted previously. Not sure why the error states I selected 25 frames. My pro tools session is in 23.98fps and so is the EDL
How were you running this script?
I used a Stream Deck button
How important is this issue to you?
4
Details
{ "inputExpected": "Convert an EDL into clip groups", "inputIsError": true, "inputError": "Error Log:\nCommand Error: Convert EDL to Clip Groups [user:clbco8tub0002091099pw85gm:ck0sfsczg0000w110p0nt59j7]:\n'00:00:15:25' is not a valid Smpte Timecode: Maximum frame name in frame rate 23.976nd is 24, you specified 25 (Parameter 'frames') (Convert EDL to Clip Groups: Line 23)\n System.ArgumentOutOfRangeException: '00:00:15:25' is not a valid Smpte Timecode: Maximum frame name in frame rate 23.976nd is 24, you specified 25 (Parameter 'frames')\n ---> System.ArgumentOutOfRangeException: Maximum frame name in frame rate 23.976nd is 24, you specified 25 (Parameter 'frames')\n at SoundFlow.ProjectSystem.PxProjectModel.PxTimecode..ctor(PxTimecodeFrameRate frameRate, Int32 hours, Int32 minutes, Int32 seconds, Int32 frames) + 0x3d4\n at SoundFlow.ProjectSystem.PxProjectModel.PxTimecode.Parse(PxTimecodeFrameRate frameRate, String time) + 0x200\n --- End of inner exception stack trace ---", "inputWhatHappens": "Gives me the error I posted previously. Not sure why the error states I selected 25 frames. My pro tools session is in 23.98fps and so is the EDL", "inputHowRun": { "key": "-MpfwmPg-2Sb-HxHQAff", "title": "I used a Stream Deck button" }, "inputImportance": 4, "inputTitle": "Error converting EDL to Clip groups" }
Source
//Code is unavailable
Links
User UID: aMkTBTHB3he77TafFWFI244Jm9j1
Feedback Key: sffeedback:aMkTBTHB3he77TafFWFI244Jm9j1:-OOynCCOpfHOLuyuKyk2
Feedback ZIP: BE0RXL3Ji2myqxnk8dMxdewBL3ivUCbHvpopIJNIkK4b99nXxeJo5lxyRLb84hP7DZENoUOVWMSDOuzj83PzLxSpcx0DTeeNyCAlqmMSeQpv/5hqzrhVx9SI34YsBurBMyzIsEDl5lLliAslPUEt1/UKmgWAoqnY+T7+FdG2Jszw6sZk5XuOpm+S2Gt5sKuAJsgsHs+nVcfFbdcg7BDxM+gyyHonXTDYb+WnBu/l1sq5X/s4DXfKS+RzWV889FampxAA0oRj94dErCOEzd4p3mq3KY6PFAmW6cyBPv6rfy3Fkm5qPp51IwyVosD7Tn6JR23e9M6hRwkXWDeJpHyMX7SY3XDUA63e/u6DjOmwTqg=
- Dustin Harris @Dustin_Harris
It seems the number in your error message is an incorrect timecode for 23.98 (00:00:15:25)… in 23.98 the frames field can only be :00 through :23. In the EDL You could try changing the :25 to a :23 in a text editor, then run the script again…
- OOmar Gonzalez @Omar_Gonzalez7
That worked. Thank you!