Skip to content

fix: support Ogg Opus to Ogg Vorbis conversion#626

Open
valipuha wants to merge 1 commit intop2r3:masterfrom
valipuha:fix/issue-603-ogg-vorbis
Open

fix: support Ogg Opus to Ogg Vorbis conversion#626
valipuha wants to merge 1 commit intop2r3:masterfrom
valipuha:fix/issue-603-ogg-vorbis

Conversation

@valipuha
Copy link
Copy Markdown

Summary

  • add distinct FFmpeg aliases for Ogg Opus input and Ogg Vorbis output
  • force libvorbis when converting to Ogg Vorbis
  • add regression coverage for the new OGG codec-specific behavior

Why

Previously the FFmpeg handler only exposed generic container-level OGG, so the conversion graph could not distinguish Ogg Opus input from Ogg Vorbis output even though both use .ogg.

Testing

  • targeted TypeScript compile passed
  • targeted runtime helper validation passed

Closes #603

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.

[File format] OGG Opus -> OGG Vorbis

1 participant