titansgroup / k4l-video-trimmer

A library with UI and mechanisms to trim local videos on Android applications.
MIT License
784 stars 221 forks source link

when I trim the video and send to firebase it showing "type" as application/octet-stream instead of video/mp4 why how can I fix this #48

Open thealpha opened 6 years ago

thealpha commented 6 years ago

when I trim the video upload it to firebase it showing "type" as application/octet-stream instead of mp4

screen shot 2018-05-29 at 1 28 51 pm

see this image

RobertTadevosyan commented 5 years ago

Problem is with com.googlecode.mp4parser:isoparser:1.1.22 it some how fucks up the file. last version that doesn't mess up things is com.googlecode.mp4parser:isoparser:1.1.14

I wasted whole day to fix this f***ing issue :)

Inihood1 commented 4 years ago

I think you need set the extension of the video manually