icon

nazo6.dev

icon

nazo6.dev

nazo6の個人ページ

GitHub
Home
Top page
Blog
Deep dives
Profile
About me
Explorer
All articles

# game

# vr

# beatsaber

# hardware

# 3dp

# a1

# electronics

# keyboard

# keyball

# sbc

# rpi

# tech

# activitypub

# ai

# audio

# bluetooth

# cloud

# oci

# database

# embedded

# nrf

# git

# lang

# js-ts

# unified

# rust

# embassy

# tauri

# os

# android

# linux

# windows

# wsa

# wsl

# security

# selfhosted

# software

# docker

# firefox

# gitea

# neovim

# nextcloud

# obsidian

# sandboxie

# scoop

# skk

# termux

# typst

# windows

# wsl

# synology

# vpn

# vr

# quest

# web

# nextjs

# react

# react-native

# svelte
一覧に戻る
2023/11/9 1 min read

oggファイルにカバーアートを埋め込む方法

memo #tech/audio

目次


oggファイルにカバーアートを埋め込む方法

  • node.jsで使う
  • 参考

どうやらffmpeg単体ではできなさそう

#4448 (Support writing album cover art image embedded in ogg / opus metadata) – FFmpeg
trac.ffmpeg.org

なので、METADATA_BLOCK_PICTUREタグにbase64化したカバーアートを自力で埋め込む必要があるっぽい。

どうやらflacと同じ形式(というかflacから持ってきた?)みたい

#node.jsで使う

恐らく下のライブラリを使えばできそう?

www.npmjs.com
www.npmjs.com

#参考

VorbisComment - XiphWiki
wiki.xiph.org
Adding album art to ogg files from the command line - Alex Cabal
alexcabal.com
Share this article:
一覧に戻る

© 2025 nazo6. All rights reserved.