언어 설정

Menu
Sites
Language
Video Encoding from a series of images

Hello everybody,

I am working on an app that will create a mp4 video from a series of pictures.

This is more like image slide show, but in my case the app will make a mp4 file so that user can share it in social media.

Is it possible by using native API's ?

Video Utility class only allows to transcode video from one format to another. Is it possible using media codec ?

Thanks,

Responses

5 댓글
Alex Dem

Hi,
I did not face such api.
Alexey.

greencoder

Hello Alexey,

Ok, so I understand there is no such api to encode images to video, still now in tizen native.

Can I use any external library as like ffmpeg to accomplish this job?

 

Thanks,

 

Alex Dem

Hi,
I suppose that you should build shared library from sources first, Tizen IDE->Tizen Native project-> Library-> Shared library (x86 for emulatot , arm for devices). I think that you will not able to use also compiled ffmpeg (for ubuntu or android) as shared library in your Tizen project.
Alexey.

Jean Yang

Hi, 

Seems there is no related API in tizen, but you can have a look at media sample in IDE, maybe you can find some useful info in this.

greencoder

Hi,

Is there any alternative way to encode video from images in tizen?

This is not impossible right, so whats the way I have to do?