Version: 0.11.6 (using KDE KDE 3.1.4) Installed from: RedHat RPMs OS: Linux Hi, currently k3b doesn't work well with transcode 0.6.12 (see also bug report 73517). The tccat parameters have changed as of 0.6.12 and this influences the 'Copy' of a dvd-title as we seem to read the whole DVD when using 0.6.12 instead of a single Title. Transcode is updated to 0.6.12 on 8-Jan-2004. Could you also change the transcode page that you are refering to on the requirements section of the k3b site. You are refering to : http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/ a more up to date one can be found at: http://zebra.fh-weingarten.de/~transcode/ although the latter refers to the first as being the homepage !? The bad thing though is that the first lists 0.6.11 as the latest version and the last has 0.6.12 as the latest version !? In the meanwhile lot's of packages I want to update (always the latest and greatest !) are depending on transcode 0.6.12, so updating my system becomes not as easy as it could be. Thanks for the already great application, Paul Vriens.
Same problem here with k3b 0.11.9/10 and transcode 0.6.12. A 'ps x' shows that k3b calls tccat with -P <title> instead of -T <title>
Looking at k3b in KDE cvs head I think this is fixed in k3bdvdrippingprocess.cpp. if( tccatVersion.majorVersion() == 0 && tccatVersion.minorVersion() == 6 && tccatVersion.patchLevel() < 12){ //transcode <= 0.6.11 m_ripMode = "-P " + m_title; } else { //transcode >= 0.6.12 m_ripMode = "-T " + m_title + ",-1 -L"; As this bug was giving me the incorrect impression that k3b does not work with 0.6.12 could you please close this bug?
*** Bug has been marked as fixed ***.