Skip to content

v0.4.0

Choose a tag to compare

@wkozyra95 wkozyra95 released this 17 Feb 12:49
· 725 commits to master since this release
e552bdf

Smelter 0.4.0

Live Compositor is now Smelter. You can find our new documentation at smelter.dev.

💥 Breaking changes

  • Dropped support for SHADER_UNUSED_VERTEX_OUTPUT wgpu feature. (#733 by @jerzywilczek)
  • Renamed component properties describing color. Remove _rgba suffix. (#896 by @BrtqKr)
  • Replaced the LIVE_COMPOSITOR_OUTPUT_SAMPLE_RATE configuration environment variable with LIVE_COMPOSITOR_MIXING_SAMPLE_RATE. The output sample rate is now determined using encoder options on register_output. Changed the default output sample rate for AAC codec to 44100 Hz. (#925 by @WojciechBarczynski)
  • Changed prefix of all environment variables LIVE_COMPOSITOR_SMELTER_. (#941 by @wkozyra95)

✨ New features

🐛 Bug fixes

🔧 Others

  • Now we automatically rename the file under the output path for MP4 output if it already exists. (#684 by @WojciechBarczynski)
  • video.encoder.preset is now optional in the output register. (#782 by @WojciechBarczynski)
  • Now we use FFmpeg option -movflags faststart when creating *.mp4 files. (#807 by @jerzywilczek)
  • Now, *.mp4 duration is being returned when registering inputs. (#890 by @wkozyra95)