-1

I am using AVFoundation to decode video files on macOS. I noticed a lot of files which couldn't be played on QuickTime without a conversion:

Those files couldn't be decoded using AVFoundation.

My question is:

Is there a way to programmatically do this conversion using AVFoundation, CoreVideo or another framework?

mbaros
  • 825
  • 8
  • 31

1 Answers1

2

QTMovieModernizer is your friend in that case.

mbaros
  • 825
  • 8
  • 31