Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1023 Bytes

changelog.md

File metadata and controls

27 lines (19 loc) · 1023 Bytes

0.0.8

  • add check in calculate_bitrate and custom_stream_mapping to set channels to 6 if channels > 6. ffmpeg cannot encode > 6 channels of ac3 audio.

0.0.7

  • fix stray character in custom stream mapping function

0.0.6

  • add an '-ac` parameter to encoder to avoid unsupported channel layout error when normalizing 6 channel streams

0.0.5

  • Update FFmpeg helper
  • Remove support for v1 plugin executor
  • Fix bug where "Write your own FFmpeg params" options were not being applied correctly to the FFmpeg command

0.0.4

  • Update FFmpeg helper
  • Add platform declaration

0.0.3

  • Enabled support for v2 plugin executor

0.0.2

  • Ensure no static vars are used with when stream mapping

0.0.1

  • initial version