HAP video converter

Hi!

I’ve exported several HAP videos from NOTCH, and apart from using them in TD for fast playback, I will be using them for editing a video inside FCPX or Davinci Resolve.

Does anybody know how to decode them into Prores or H264 codec? There seems to be several apps to do the oposite but I haven’t found any one to decode them.

Thanks!

Ok. I’ve found the solution. I’ve used ffmpeg to do the conversion with this code line:

ffmpeg -i sourcename.mov -c:v h264 exportname.mp4