Summary: | >media-video/transcode-1.0.7 can handle only the first audio track when transcoding from media-video/dvdrip | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kai Damm <cepheus11> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | pacho |
Priority: | Normal | Keywords: | PMASKED |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Kai Damm
2011-09-18 16:45:12 UTC
I forgot to mention that audio format is AC3 (passthrough) for both audio tracks (between steps 5 and 6). tcextract seems to be broken. Commands are from transcode's output: $ tccat -i "/home/kai/dvdrip-data/Matrix/vob/001/" -t vob -d 0 -S 0 | tcdemux -M 1 -a 1 -x ac3 -S 0 -d 0 > audio1.ac3 [iodir.c] warning: left out 3 directory entries The above command creates an AC3 file with only the second audio track. If I add the next step (the first of two tcextract commands): $ tccat -i "/home/kai/dvdrip-data/Matrix/vob/001/" -t vob -d 0 -S 0 | tcdemux -M 1 -a 1 -x ac3 -S 0 -d 0 | tcextract -t vob -a 0 -x ac3 -d 1 > audio1.ac3 [iodir.c] warning: left out 3 directory entries This creates a 0-Byte audio1.ac3. How is transcode-1.1.7? No, same problem with transcode-1.1.7. Are you sure this is a transcode fault and not simply dvdrip breaking because of being stalled for some ages? (and then not being adapted to the recent tools) :/ |