This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to run ffmpeg on dm8168 platform



Hi,all

I develop on dm8168 dvrrdk .

I have two questions:

1. I want to packet the video h264 ES stream into mp4,avi etc formats, currently i want to use ffmpeg to do this job ,

So i want to kown weather ffmpeg  will run ok? If so how to cross-compile ,Could anyone give me some suggestions ?

other method to solve this problem will be appreciated as well.

2. I open the NFTS compile option of dvrrdk uImage , and the system broken up,

dose the kernel support for NTFS file system in  dvrrdk 2.80?

NTFS file system format not NFS

best regards

xavier

  • Hi,

     

    1.  you should cross compile ffmpeg. you can do it if you try it with some efforts.

    2. NTFS is not supported in linux kernel completely now. it only support reading of NTFS file system. One way is use NTFS-3g. but, it is not complete solution. As my trial, It is force to heavy load to system(maybe upto 99%)

    BR.

    Choi