Francesco Romani wrote: > On Wed, 28 Jun 2006 13:36:56 +0200 > Sebastian Krämer <[EMAIL PROTECTED]> wrote: > >> Hi there! > > Hi! > > [...] >>> [export_ogg.so] oggenc -r -B 20 -C 2 -q 4.00 -R 48000 -Q -o >>> "/mnt/data/file-001-00.ogm" - [encoder.c] Delaying audio (0) >>> WARNING: Invalid bits/sample specified, assuming 16. >>> Internal error: attempt to read unsupported bitdepth 20 >> I once made the dvd myself (probably with transcode) but I lost the >> original avi which I now want to have back (I know it's a bad idea to >> transcode mpeg4->mpeg2->mpeg4 but I'll live with that). >> >> I read the man page and looked for bitdepth/depth/"16" but didn't find >> something useful. Maybe there is a filter I can use? > > It's pretty interesting. BOth last warnings (last double-quoted lines) > _AREN'T_ present into transcode codebase. Actually, they come from oggenc, > so it's oggenc the cause of troubles. You can easily verify it using
Indeed, very interesting. You are certainly right and the problem was easily fixed by choosing mp3 as audio codec. Thanks Francesco! Sebastian