Opened 13 years ago
Closed 13 years ago
#4003 closed patch (fixed)
Contrib-Script 'videometadata' creates black thumbnails
Reported by: | anonymous | Owned by: | paulh |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | contrib | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The script 'videometadata' in the contrib directory uses mplayer to create thumbnail images for series. mplayer does not always extract the first frame correctly. So here's a patch which uses the second frame (png file) of the mplayer output.
I also added the option to compress the resulting png images (-vo png:z=9)
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | videometadata.diff added |
---|
comment:1 Changed 13 years ago by
Component: | mythtv → contrib |
---|---|
Milestone: | unknown → 0.21 |
Owner: | changed from Isaac Richards to paulh |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [14768]) In the videometadata script used to grab thumbnails for use in MythVideo? use the second frame grabbed by mplayer as the first one is sometimes corrupted.
Patch by tpiekars. Closes #4003.