Skip to main content

How to clean/remove video title data using FFmpeg

· One min read

Setting up

First make sure you have FFmpeg installed. Follow this guide if you haven't already:

https://docs.tdarr.io/blog/how-to-install-ffmpeg

Running the CLI

This is a simple command for removing title metadata from files:

ffmpeg -i "C:\Transcode\input.mkv" -metadata title= -map 0 -c copy "C:\Transcode\output.mkv"

You can automate this process on your files using the following Tdarr Plugin:

Tdarr_Plugin_MC93_Migz2CleanTitle

info

Get started using Tdarr transcode automation for free with this link:

https://tdarr.io/download/