I have a 99 minute and 43second .MOV video in ProRes422 720p format which I imported into Mathematica
Import["E:\\3180\\3180HDV720p.mov"]
The output I got was the following array with 358651 elements.
Out[] = {1,2,3,
358649,358650,358651}
I hope to be able to extract the accompanying audio as a .WAV file. Can I do this in Mathematica? If not, can anyone tell me what I can do with this file using Mathematica?
Thank you
Michael