Skip to content

Import ffmpeg shared workflow from github/gh-aw#215

Merged
pelikhan merged 2 commits intomainfrom
copilot/import-ffmpeg-workflow
Feb 27, 2026
Merged

Import ffmpeg shared workflow from github/gh-aw#215
pelikhan merged 2 commits intomainfrom
copilot/import-ffmpeg-workflow

Conversation

Copy link
Contributor

Copilot AI commented Feb 27, 2026

Adds the ffmpeg shared workflow component from github/gh-aw into the workflows/shared/ folder, making it available for other workflows in this repo to import.

Changes

  • workflows/shared/ffmpeg.md — Copied from github/gh-aw:.github/workflows/shared/ffmpeg.md
    • Installs ffmpeg and ffprobe via setup step
    • Provides bash tool allowlist for ffmpeg * and ffprobe *
    • Documents common operations: audio extraction (MP3/Opus), frame extraction, scene detection, resize/convert, video info via ffprobe
    • Includes stable hash pattern for cache-keying ffmpeg operations

Usage

---
on: workflow_dispatch
imports:
  - shared/ffmpeg.md
---

Copilot AI and others added 2 commits February 27, 2026 05:57
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review February 27, 2026 06:06
@pelikhan pelikhan merged commit 9817768 into main Feb 27, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/import-ffmpeg-workflow branch February 27, 2026 06:07
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.

2 participants