No internet connection
  1. Home
  2. Support

Error converting EDL to Clip groups

By Omar Gonzalez @Omar_Gonzalez7
    2025-04-28 23:47:54.923Z

    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=

    Solved in post #2, click to view
    • 2 replies
    1. Dustin Harris @Dustin_Harris
        2025-04-29 22:56:40.821Z

        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…

        ReplySolution
        1. OOmar Gonzalez @Omar_Gonzalez7
            2025-04-29 23:11:35.864Z

            That worked. Thank you!