mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-04-18 18:44:41 -04:00
fix: video stream metadata for front cover comment should be lower case _front_
This commit is contained in:
parent
c9bcf2326b
commit
b07737f5c4
1 changed files with 1 additions and 1 deletions
2
AAXtoMP3
2
AAXtoMP3
|
@ -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}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue