fix: video stream metadata for front cover comment should be lower case _front_

This commit is contained in:
jcat 2022-02-06 20:29:20 +00:00
parent c9bcf2326b
commit b07737f5c4

View File

@ -913,7 +913,7 @@ do
-map 1:0 \
-acodec ${chapter_codec} \
-metadata:s:v title="Album cover" \
-metadata:s:v comment="Cover (Front)" \
-metadata:s:v comment="Cover (front)" \
-metadata track="${chapternum}" \
-metadata title="${chapter}" \
-metadata:s:a title="${chapter}" \