Adz
28th March 2006, 22:25
i'm using ffmpeg, windows build, to create mp4 files.
I think my settings are correct, and it produces an mp4 file with video and audio.
I'm using:
ffmpeg.exe -i input.mpg -vcodec xvid -b 150 -ar 48000 -acodec aac -ab 96 -s 320x240 -g 150 -qmin 10 -qmax 50 output.mp4
I can play the resulting file no problem with MPClassic.
Problem I have is once its on a video ipod, there is no audio.
I have tried bitrates from 32kbps to 128kbps, mono and stereo, different sample rates. It just doesnt want to know.
I've used mp4box to remux, this doesnt help either.
tried various different source files too, although this shouldnt matter.
The Video plays as expected.
Any help of this appreciated :)
I think my settings are correct, and it produces an mp4 file with video and audio.
I'm using:
ffmpeg.exe -i input.mpg -vcodec xvid -b 150 -ar 48000 -acodec aac -ab 96 -s 320x240 -g 150 -qmin 10 -qmax 50 output.mp4
I can play the resulting file no problem with MPClassic.
Problem I have is once its on a video ipod, there is no audio.
I have tried bitrates from 32kbps to 128kbps, mono and stereo, different sample rates. It just doesnt want to know.
I've used mp4box to remux, this doesnt help either.
tried various different source files too, although this shouldnt matter.
The Video plays as expected.
Any help of this appreciated :)