wordpress-mobile / WordPress-Editor-Android

⛔️ [DEPRECATED] A reusable Android rich text editor component.
GNU General Public License v2.0
188 stars 50 forks source link

Generate preview poster for uploading videos #312

Open aforcier opened 8 years ago

aforcier commented 8 years ago

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

maxme commented 8 years ago

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