Bug 77356 - K3B doesn't work with latest transcode 0.6.12
Summary: K3B doesn't work with latest transcode 0.6.12
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-12 08:32 UTC by Paul Vriens
Modified: 2004-08-15 12:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Vriens 2004-03-12 08:32:21 UTC
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.
Comment 1 Davide Guerri 2004-06-01 23:28:23 UTC
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>
Comment 2 Lars Vogel 2004-08-15 11:36:07 UTC
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?
Comment 3 Sebastian Trueg 2004-08-15 12:17:20 UTC
*** Bug has been marked as fixed ***.