Add command to remove all metadata previously entered

This commit is contained in:
RealStickman 2021-08-02 20:48:17 +02:00
parent 94c0c98e3c
commit fb2ae8c799

View File

@ -68,7 +68,7 @@ end
Complex example with different audio channels
Note that the disposition is deleted first. Otherwise later settings might not apply
```
for i in (seq -w 1 25); ffmpeg -i Steins\;Gate\ -\ {$i}.mkv -metadata title="Steins;Gate - $i" -disposition 0 \
for i in (seq -w 1 25); ffmpeg -i Steins\;Gate\ -\ {$i}.mkv -metadata title="Steins;Gate - $i" -map_metadata -1 -disposition 0 \
-c:v libx264 -crf 20 -tune animation -map 0:v:0 -metadata:s:v:0 title="Video" \