Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#13427 - transcode >= 1.1.0 brakes K3B DVD/CD ripping!
Attached to Project:
Arch Linux
Opened by F.Di Milia (PyCoder) - Monday, 23 February 2009, 05:09 GMT
Last edited by Andrea Scarpino (BaSh) - Thursday, 26 February 2009, 09:55 GMT
Opened by F.Di Milia (PyCoder) - Monday, 23 February 2009, 05:09 GMT
Last edited by Andrea Scarpino (BaSh) - Thursday, 26 February 2009, 09:55 GMT
|
DetailsDescription:
k3b dvd ripping doesn't work with transcode >=1.1.0! Error message: Code: Devices ----------------------- LITE-ON DVDRW SOHW-1653S CS0M (/dev/sr1, CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD+R DL) [DVD-ROM, DVD-R Sequential, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite] [%7] JLMS XJ-HD166S DS18 (/dev/sr0, CD-ROM, DVD-ROM) [DVD-ROM, CD-ROM] [None] [%7] System ----------------------- K3b Version: 1.95-svn KDE Version: 4.2.00 (KDE 4.2.0) QT Version: 4.4.3 Kernel: 2.6.28-ARCH Used versions ----------------------- transcode: 1.1.0 transcode ----------------------- [[31;1mtranscode [0m] [31;1m critical [0m: Invalid argument for --progress_rate transcode command: ----------------------- /usr/bin/transcode --nice 19 --progress_meter 2 --progress_rate 0 -i /dev/sr0 -x dvd -T 1,-1,1 -a 0 -j 0,0,0,0 -R 1,/tmp/kde-angelus/k3b_0.log -y ffmpeg,null -o /dev/null -F mpeg4 -w 1800 -Z 1024x576 The problem is that transcode >=1.1.0 don't know "--progress_rate 0"! Additional info: local/k3b 1.0.5-2 local/transcode 1.1.0-2 Steps to reproduce: Start k3b and rip a DVD! |
This task depends upon
if so, please file a bug report upstream if there is none already and post a link here so we can follow the discussion there.
k3b use the option --progress_rate 0 and this option doesn't exist in transcode >=1.1.0 with 0, only --progress_rate 1 works with transcode >=1.1.0.
the problem is, that the option --progress_rate 0 is hard coded in k3b -.-'
I dont know if that was what made you open the second bug report.