Skip to content

Instantly share code, notes, and snippets.

View reppair's full-sized avatar
🚀
TALL Stack FTW!

Martin Blagoev reppair

🚀
TALL Stack FTW!
  • MBSoft, Indipendent Contractor
  • Remote + Sofia, Bulgaria
  • 23:06 (UTC +03:00)
  • X @reppair
  • LinkedIn in/reppair
View GitHub Profile

Get/set ID3 meta tags using ffmpeg

A quick guide on how to read/write/modify ID3 metadata tags for audio / media files using ffmpeg.

FFmpeg has a free-form command line option that allows the user to specify key-value-pairs for encoding metadata. Let's take a look.

1. Read ID3 metadata

To list all global metadata tags for a media file, just set an input but no output file.

@reinink
reinink / app.js
Created November 2, 2018 12:56
Auto register Vue components
/**
* First we will load all of this project's JavaScript dependencies which
* includes Vue and other libraries. It is a great starting point when
* building robust, powerful web applications using Vue and Laravel.
*/
require('./bootstrap');
window.Vue = require('vue');