ffmpeg help converting
Posted
by
ellman121
on Super User
See other posts from Super User
or by ellman121
Published on 2012-09-30T15:36:55Z
Indexed on
2012/09/30
15:40 UTC
Read the original article
Hit count: 359
so I've been trying to reencode a .mp4 video I have into a .avi so my cousin can use it on his Windows machine. He's not very tech-savvy, and doesn't want to deal with downloading any new programs to open .mp4 videos, but thats beside the point. The current string I'm using is
ffmpeg -i Courage.Under.Fire.1996.BRRip.H264.AAC.5.1ch.Gopo.mp4 -sameq -acodec copy -vcodec copy CourageUnderFire.avi
It produces the video, however doesn't give me any audio. Any assistance?
© Super User or respective owner