We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec1a06 commit 98748f2Copy full SHA for 98748f2
bin/common/.local/bin/update-mp4-metadata
@@ -33,8 +33,7 @@ track_ids=$("$tool" -info "$input_file" 2>&1 | grep '# Track' | awk '{print $3}'
33
cmd=("$tool" "$input_file")
34
35
# Remove all metadata
36
-# Disabled because it needs to rewrite the entire file which is very slow...
37
-# cmd+=("-itags" "all=clear")
+cmd+=("-itags" "all=clear")
38
39
# Set language on all tracks
40
for track_id in $track_ids; do
0 commit comments