VLCKit thumbnailing
Posted: 07 Aug 2020 11:28
Hello. I am facing two problems, can you help me?
The first one is that VLCMediaThumbnailer requires huge traffic to generate icons: 40mb for 150mb video file, 9mb for 10m, almost the entire file size.
And the second - when media initiated from NSInputStream:
the width and height of the thumbnails do not have the same aspect ratio as the original video (initWithURL is OK)
The first one is that VLCMediaThumbnailer requires huge traffic to generate icons: 40mb for 150mb video file, 9mb for 10m, almost the entire file size.
And the second - when media initiated from NSInputStream:
Code: Select all
[[VLCMedia alloc] initWithStream:videoStream];