navidrome/core/ffmpeg
Deluan Quintão 59ece40393
fix(server): better embedded artwork extraction with ffmpeg (#3860)
- `-map 0:v` selects all video streams from the input
- `-map -0:V` excludes all "main" video streams (capital V)

This combination effectively selects only the attached pictures

Signed-off-by: Deluan <deluan@navidrome.org>
2025-03-20 19:26:40 -04:00
..
ffmpeg.go fix(server): better embedded artwork extraction with ffmpeg (#3860) 2025-03-20 19:26:40 -04:00
ffmpeg_test.go fix(server): allow extra spaces in transcoding commands 2024-10-20 19:35:16 -04:00