>I have avi file from a canon powershot. Here's the autoprobe output from 
>transcode:
[...]
>[transcode] A: import format    | 0x1     PCM          [11024, 8,1]   88 
>kbps
[...]
>I encoded this file using xvid4 which resulted in good video quality but 
>audio is awful.

This is because the default audio encoding module (raw) doesn't know to
convert from 8-bit audio to 16-bit before encoding to MP3.  I think this
is fixed in CVS HEAD, but you can fix this by specifying the number of
bits explicitly for the output format:

transcode -i MVI_0160.avi -y xvid4 -E 44100,16 -o MVI_0160.divx

  --Andrew Church
    [EMAIL PROTECTED]
    http://achurch.org/

Reply via email to