Hello,
I would like to process PSD files that contain videos. See the attached example.
I checked source.data in the parsed object for the video layer, but I believe it only includes one poster frame from the video:
data: {data: Uint8Array(3932160), width: 1280, height: 768}
1280 x 768 x 4 = 3,932,160
Is there another place to get this data, or does ag-psd not support it?
Thank you very much as usual for your help.
Best,
Tim
video-test.psd.zip
Hello,
I would like to process PSD files that contain videos. See the attached example.
I checked source.data in the parsed object for the video layer, but I believe it only includes one poster frame from the video:
data: {data: Uint8Array(3932160), width: 1280, height: 768}
1280 x 768 x 4 = 3,932,160
Is there another place to get this data, or does ag-psd not support it?
Thank you very much as usual for your help.
Best,
Tim
video-test.psd.zip