This is one of the most straightforward process, which requires zero code to do
Make sure ffmpeg supports your codec and find the ffmpeg cli command for the codec
codecs/src
with the name of your codec, the name of your file will be its key# User facing name of your Codec
name: H.264
# FFmpeg Compression Ranges
compressionRange:
min: 1
max: 51
# FFmpeg CLI codec type,
# Just google ffmpeg command for the codec and find this
ffmpegLib: libx264
# Rest of Format File
codecs:
# Add your codec's file name here in FULL CAPS with no - or .
- H264
- MPEG4
Generated using TypeDoc