Skip to content

Auto-enable audio in glif-transcode for .glif output#6

Merged
farkasmark merged 1 commit intomainfrom
auto-audio-transcode
Feb 22, 2026
Merged

Auto-enable audio in glif-transcode for .glif output#6
farkasmark merged 1 commit intomainfrom
auto-audio-transcode

Conversation

@farkasmark
Copy link
Copy Markdown
Contributor

Summary

  • When --output-glif is used and the input video has an audio track, crushed PCM audio is now automatically extracted and encoded into the .glif file
  • No need to manually pass --blip anymore — it just works
  • Manual --blip flag still works for explicit control
  • Updated roadmap with new planned features: original audio passthrough, background color matching

Before:

# Had to manually specify --blip
ffmpeg ... | ./glif ... --output-glif out.glif --blip

After:

# Audio is auto-detected and included
ffmpeg ... | ./glif ... --output-glif out.glif

Test plan

  • --output-glif with audio input → audio automatically included
  • --output-glif with no-audio input → no error, no audio section
  • Explicit --blip still works as before

When --output-glif is specified and the input has an audio track,
automatically extract PCM and encode crushed audio into the .glif
file. No need to manually pass --blip anymore.

Also add new roadmap items: original audio passthrough, background
color matching.
@farkasmark farkasmark merged commit e1c567a into main Feb 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant