mailernomad.blogg.se

Quicktime video to gif
Quicktime video to gif







quicktime video to gif

Val contentType = (TikaInputStream.get(byteArray), metadata)īTW: If I use a video editing program (DaVinci Resolve in my case) I can load the video, adjust settings and explicitly set the codec to mp4, export the video and then the resulting file works and Apache Tika extract the desired content-type. Scala code to retrieve the content type from the file: // byteArray: Array But my backend, which receives the video, uses a library called Apache Tika to extract the content type and the result here is: video/quicktime. If I use a tool like exiftool to show the metadata the output for content-type is video/mp4 all seems to be correct.

quicktime video to gif

#QUICKTIME VIDEO TO GIF MP4#

I convert this to mp4 using ffmpeg:įfmpeg -i video.mov -vcodec h264 -acodec aac video.mp4 I start with a video file recored with an iPhone.









Quicktime video to gif