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 strings /usr/bin/oggenc | grep -i 'WARNING: Invalid bits/sample' for example. Don't know yet the exact cause of this problem, I can't do deeper investigation now. :| Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!)
