Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ffmepg is a integrated tool for video encoding/decoding processing as open source project - http://ffmpeg.org


You can easily convert video file to mp4 like below simple command on your linux device.

Code Block
ffmpeg –i source_video.mov –vcodec h264 –acodec mp2 my-video.mp4


If you want to convert to aac file from video, it will be super simple like:

Code Block
ffmpeg –i source_video.mov –vcodec h264 –acodec aac my-video.mp4



Children Display