master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.51k stars 155 forks source link

Copy mkv attachments to output file. #74

Closed nathanielcwm closed 4 years ago

nathanielcwm commented 4 years ago

While by default it copies the audio and subtitles to the output file it doesn't copy the attachments. So subtitles that use a variety of fonts, that aren't installed onto the system, can look terrible due to the file and system lacking the fonts needed to properly display the subtitles.

nathanielcwm commented 4 years ago

Original: image

av1an: image

ffmpeg: image

manually added by mkvtoolnix: image

nathanielcwm commented 4 years ago

Strange I thought that with ffmpeg it would have been fine.

nathanielcwm commented 4 years ago

Looks like ffmpeg needs -map 0:t specified to copy attachments

master-of-zen commented 4 years ago

:+1: that's why I don't answer to all issues instantly))