Mordordotnet
15th November 2006, 19:02
Hi there,
I'm trying to convert some uncompressed video (with pcm audio) to streamable h.264 files with ffmpeg. It mostly works, except I get stuttering/clicking audio artifacts with aac encoding. I am running RedHat Enterprise Linux on a quad-cpu machine and am using the following command line:
ffmpeg -i inputfile -vcodec h264 -b 350 -acodec aac -ac 2 -ab 96 inputfile.mp4
The input file is an uncompressed avi clip.
I am able to encode with QT 7 Pro on a windows box, but ffmpeg is so much faster on the quad-core Linux machine. I've been through the FAQs and am getting a bit frustrated. Any help would be very much appreciated.
Best,
I'm trying to convert some uncompressed video (with pcm audio) to streamable h.264 files with ffmpeg. It mostly works, except I get stuttering/clicking audio artifacts with aac encoding. I am running RedHat Enterprise Linux on a quad-cpu machine and am using the following command line:
ffmpeg -i inputfile -vcodec h264 -b 350 -acodec aac -ac 2 -ab 96 inputfile.mp4
The input file is an uncompressed avi clip.
I am able to encode with QT 7 Pro on a windows box, but ffmpeg is so much faster on the quad-core Linux machine. I've been through the FAQs and am getting a bit frustrated. Any help would be very much appreciated.
Best,