On 8/7/07, Francesco Romani <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-08-07 at 14:28 -0400, John Goulah wrote: > > [...] > > I may be misunderstanding, but isn't that part of my original command > > paste: > > > > tcdemux -s 0x80 -x mpeg2 -S 28 -M 2 -f 23.976024 -P /tmp/fileAmGpDI > > -d 1 > > I'll try to rephrase: > I'm pretty confident that is tcdemux that *causes* the hangup on some > unclear circustamces. Workaround is to _avoid_ to use tcdemux, and that > (at moment of writing) implies to use a module different from `vob', > so the `mpeg2' one. > > If your original transcode commandline does not include any -x option, > please use > -x mpeg2 > (or maybe) > -x mpeg2,ac3 > > otherwise, just change > -x SOMETHING,OTHER > in > -x mpeg2,OTHER
That works great, thanks so much-