ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

Identify common codec support in ffmpeg across all platforms #111

Open lnihlen opened 4 years ago

lnihlen commented 4 years ago

Recent work on #11 points out that some of the common codecs are missing in the current windows build of ffmpeg.

Important to build a set of minimum codecs for decode and encode that ffmpeg can be expected to have, for still images, video, and audio. Then folks can rely on a certain base set of codecs to always be present.

Might be worth establishing a support matrix for the codecs, identify holes with issue numbers, and build a media test suite to ensure coverage.