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 create the *.mp4 file from *.264 and *.acc on DM368

Other Parts Discussed in Thread: TMDXEVM368

Hello all,

 

At my TMDXEVM368 board,

I don’t know how I can create the *.mp4 file from video(*.h64) and audio(*.aac),

With command line.

Please show me the proper application(executable file).

 

By the way,

I know how I can create the *.264 video and *.aac audio as below:

--video_encode_io1_dm368.x470MV

--audio_encode_io1_dm368.x470MV

 

With best regards,

 

-- <!--[endif]-->Hirotaka

  • The standard SDK does not provide any container utility. You can just get the elementary H.264 and AAC. You can port some open source code on ARM which does this.

    regards

    Yashwant

  • Hi, Mr.Yashwant,

    Thanks for your reply.

    In the directory below,

     target# /usr/share/ti/data/Videos

    there is the file"davincieffect_h264_aac.mp4" of format *.mp4,

    so I think that there is some application for creating the *.mp4 file.

    And, about the executable file below

     target# /usr/share/ti/dvsdk-dmos/encode 

    I think that there is a -v option for creating some file include video and audio.

    What do think about it?

     

    regards

    -- Hirotaka