Versions Compared

Key

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

...

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


If you want to convert to aac file from use audio codec by aac in the video, it will be super simple like:

...