Author: Michael Lynch <git@mtlynch.io>
Committer: Michael Lynch <mtlynch@noreply.codeberg.org>
Let WriteConverted produce temp files directly (#299) Remove WriteConverted's source reader argument so callers provide a producer callback that writes converted content to the temporary file. This lets call sites control how they read source media while preserving the temp-file buffering before MediaWriter writes. Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/299