install-canvas-capture-browser

โดย remotion-dev

ติดตั้งและตรวจสอบบิลด์ Chrome for Testing ที่ปักหมุดไว้ซึ่งใช้โดยส่วนขยาย Remotion Canvas Capture ส่วนตัวบน macOS Apple Silicon ใช้เมื่อตั้งค่า Canvas…

npx skills add https://github.com/remotion-dev/remotion --skill install-canvas-capture-browser

Install Canvas Capture Browser

Install the exact Chrome for Testing build known to support Canvas Draw Element and proprietary H.264 codecs. Keep it pinned because other Chrome builds may remove or change the experimental API.

Install

  1. Run the bundled installer:

    .agents/skills/install-canvas-capture-browser/scripts/install-browser.sh
    

    The script only supports Apple Silicon macOS. It downloads revision r1631007, verifies the archive checksum and version 150.0.7842.0, and installs the app at /Users/jonathanburger/Applications/Recorder Chrome.app. It exits successfully without downloading when the correct version is already installed. It does not overwrite an incompatible existing app.

  2. Confirm the script reports the expected installed path and version.

  3. Launch it for Canvas Capture with:

    '/Users/jonathanburger/Applications/Recorder Chrome.app/Contents/MacOS/Google Chrome for Testing' \
      --user-data-dir='/Users/jonathanburger/Library/Application Support/Chrome for Testing Canvas Capture r1631007' \
      --enable-features=CanvasDrawElement \
      --enable-blink-features=CanvasDrawElement \
      --disable-component-update \
      --no-first-run \
      --no-default-browser-check
    

Use this browser only with trusted websites because the pinned build does not receive security updates.

Skills เพิ่มเติมจาก remotion-dev

pr-name
remotion-dev
การตั้งชื่อที่ถูกต้องสำหรับ PR
official
pr-ready
remotion-dev
แก้ไข CI ที่ล้มเหลว, แก้ไขความขัดแย้งในการรวมโค้ด, หรือการเปลี่ยนแปลงในสาขาท้องถิ่นเพื่อเตรียม PR ให้พร้อม
official
release
remotion-dev
ปล่อยเวอร์ชัน Remotion ใหม่
official
remotion-captions
remotion-dev
การจัดการกับคำบรรยายใน Remotion
official
remotion-create
remotion-dev
กำลังสร้างวิดีโอ Remotion ใหม่
official
video-report
remotion-dev
สร้างรายงานเกี่ยวกับวิดีโอ
official
add-bug
remotion-dev
เพิ่มรายการบั๊ก Remotion ใหม่ไปยัง packages/bugs/api/[v].ts ใช้เมื่อผู้ใช้อธิบายบั๊กและเวอร์ชัน Remotion ที่ได้รับผลกระทบซึ่งควรแสดงผ่านทาง…
official
add-cli-option
remotion-dev
เพิ่มตัวเลือก CLI หรือการกำหนดค่า Remotion ใหม่ โดยการสร้าง AnyRemotionOption, ลงทะเบียนการแยกวิเคราะห์ CLI, เชื่อมต่อตัวตั้งค่าการกำหนดค่า และอัปเดตเอกสาร ใช้เมื่อ...
official