WordPress-Editor-Android icon indicating copy to clipboard operation
WordPress-Editor-Android copied to clipboard

Generate preview poster for uploading videos

Open aforcier opened this issue 9 years ago • 1 comments

We should generate thumbnails of local videos being uploaded and use those as the poster image instead of a placeholder image:

2016-03-04 16 42 00

More details: https://github.com/wordpress-mobile/WordPress-Editor-Android/issues/284#issuecomment-192357077

Original ref: https://github.com/wordpress-mobile/WordPress-Android/pull/3773

aforcier avatar Mar 04 '16 17:03 aforcier

API level 8 util: [ThumbnailUtils.createVideoThumbnail()](https://developer.android.com/reference/android/media/ThumbnailUtils.html#createVideoThumbnail%28java.lang.String, int%29)

maxme avatar Mar 04 '16 17:03 maxme