You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final uint8list = await VideoCompress.getByteThumbnail(
videopath,
position: 0
);
final uint8list = await VideoCompress.getByteThumbnail(
videopath,
position: 10
);
final uint8list = await VideoCompress.getByteThumbnail(
videopath,
position: 100
);
final uint8list = await VideoCompress.getByteThumbnail(
videopath,
position: 1000
);
except position: 0VideoCompress.getByteThumbnail returns the same frame each time on MacOS
it's not clear how VideoCompress.getByteThumbnail selects the frame to extract, does it use keyframe? the extracted keyframe doesn't match the position on macOS
The text was updated successfully, but these errors were encountered:
except
position: 0
VideoCompress.getByteThumbnail
returns the same frame each time on MacOSit's not clear how
VideoCompress.getByteThumbnail
selects the frame to extract, does it use keyframe? the extracted keyframe doesn't match theposition
on macOSThe text was updated successfully, but these errors were encountered: