Changes between Initial Version and Version 1 of Ticket #17620, comment 2
- Timestamp:
- Nov 5, 2022, 5:31:54 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17620, comment 2
initial v1 1 1 ffmpegthumbnailer is already ported and packaged in haikudepot. I have tested it with both h264 and HEVC/h265 videos under Haiku and it output png thumbnails fine. It can also output jpeg and raw images. 2 2 3 I don't know C++ but I know the basics of C, most of them anyway. It could well be biting off more than I can chew but I may have a go at adding video thumbnail support to Tracker via ffmpegthumbnailer, if there would be no issue with that? I don't suppose there's a policy aganst adding a feature to Tracker that only works if a non-default installed port has to be installed for it to work? 3 I don't know C++ but I know the basics of C, most of them anyway. It could well be biting off more than I can chew but I may have a go at adding video thumbnail support to Tracker via ffmpegthumbnailer, if there would be no issue with that? I don't suppose there's a policy aganst adding a feature to Tracker that only works if a non-default installed port has to be installed for it to work? I don't think I have the patience or knowledge to write this feature from scratch.