Closed gkertai closed 4 years ago
Thanks for bringing this to my attention! I do see those crashes and have pinpointed the bug and fixed it.
I can't reproduce the crash on my end, so I think it might have something to do with the characters in the file path (I know 🙄) or the length of the file path or both. Until the bug fix gets pushed out you could try moving "ProRes4444_from_Motion.mov" to a different directory, which is not ideal, but will probably work. If that's not it, I'm not sure what's going on but it will be fixed regardless in the next update.
Oh my, you're right! Unicode having been around for 33 years now, I have not thought of that. 😁
So it's got nothing to do with ProRes4444 or Motion, it's just the accented characters in the path. I can confirm that the file plays back when I move it out of that directory. Shall we rename this ticket then?
Oh my, you're right! Unicode having been around for 33 years now, I have not thought of that. 😁
So it's got nothing to do with ProRes4444 or Motion, it's just the accented characters in the path. I can confirm that the file plays back when I move it out of that directory. Shall we rename this ticket then?
Yes, somehow an "interpret as ASCII" URL to String conversion slipped in the pipeline 😂. It will be gone in the next release.
macOS High Sierra 10.13.6 Screen 1.1.5 (2062)
The Screen app seems to be choking on ProRes4444 QuickTime MOV files exported from Apple Motion. It does play back ProRes4444 exported from Final Cut Pro X. I tried opening the file from the Open Movie… button and also by double-clicking the video, Screen crashes either way.
I exported the first 3 frames of the video for your reference, see ProRes4444_from_Motion.mov.zip attached. The file plays back in QuickTime Player nicely.
Trying to get to the bottom of it, I compared the
ffprobe
output for this file with another that works, but nothing pops out immediately, there's only a slight difference in metadata.This is the one that crashes (exported from Motion):
This is the one that plays back fine (exported from FCPX):
Anonymous crash dump reporting is turned on on my end, you should see a couple of them already.