Skip to content

Commit 55acb09

Browse files
committed
Add changelog entry for video thumbnail fix
Document the fix for video thumbnail generation failing on some MP4/MOV files when ffmpeg reads from a non-seekable stdin pipe.
1 parent 32226ca commit 55acb09

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Version 0.7.7
66

77
To be released.
88

9+
- Fixed video thumbnail generation failing for some MP4/MOV files by writing
10+
the video data to a temporary file instead of piping it via stdin (`pipe:0`),
11+
which does not support seeking. [[#397], [#398] by NTSK]
12+
13+
[#397]: https://github.com/fedify-dev/hollo/issues/397
14+
[#398]: https://github.com/fedify-dev/hollo/pull/398
15+
916

1017
Version 0.7.6
1118
-------------

0 commit comments

Comments
 (0)