ffmpeg \
-fflags +genpts `# http://superuser.com/a/710087` \
-i Hawaii.Five-0.2010.S01E01.avi \
-vcodec copy `# copy the video` \
-acodec aac -strict -2 `# re-encode the audio as aac` \
Hawaii.Five-0.2010.S01E01.mp4
Last active
August 29, 2015 14:12
-
-
Save HomerJSimpson/34883698791456caf6ff to your computer and use it in GitHub Desktop.
Convert avi to mp4 copying video and re-encoding the audio as aac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment