Bug 350403 - DVD rip fails with [transcode] failed to open output
Summary: DVD rip fails with [transcode] failed to open output
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: Video DVD (show other bugs)
Version: 2.0.80
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: k3b developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-20 10:40 UTC by Alan Prescott
Modified: 2017-02-15 02:25 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Log file (28.85 KB, text/x-log)
2015-07-20 10:41 UTC, Alan Prescott
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Prescott 2015-07-20 10:40:42 UTC
Extract from log - I will attach the full log 
[mpeg4 @ 0x11a8280] removing common factors from framerate
[export_ffmpeg.so] Usage of this module for audio encoding is deprecated.
[export_ffmpeg.so] Consider switch to export_tcaud module.
[transcode] Audio: using lame-3.99.5
[avilib.c] avi open error: avilib - Error opening AVI file
REASON: No such file or directory
[encoder.c] video export module error: open failed
[transcode] failed to open output

transcode command:
-----------------------
/usr/bin/transcode --nice 19 --log_no_color --progress_meter 2 --progress_rate 872 -i /dev/sr0 -x dvd -T 1,-1,1 -a 0 -j 0,0,0,0 -R 1,/local/home/alan/DVDRip/k3b_0.log -y ffmpeg,null -o /dev/null -F mpeg4 -w 1200 -Z 1024x576
/usr/bin/transcode --nice 19 --log_no_color --progress_meter 2 --progress_rate 872 -i /dev/sr0 -x dvd -T 1,-1,1 -a 0 -j 0,0,0,0 -R 2,/local/home/alan/DVDRip/k3b_0.log -y ffmpeg -N 0x55 -b 128,1 -E 44100 -o "/local/home/alan/DVDRip/A Family Affair.avi" -F mpeg4 -w 1200 -Z 1024x576


Reproducible: Always
Comment 1 Alan Prescott 2015-07-20 10:41:56 UTC
Created attachment 93664 [details]
Log file

The error report says to email the log so here it is
Comment 2 matthieu.volat 2015-08-12 09:03:06 UTC
Same problem here, using K3B 2.0.80 on openSUSE from the pacman repository.
Comment 3 Martin Koller 2015-10-26 21:16:11 UTC
Git commit 9f109bbc7fe718135da402535f6ca7ca5c105d4d by Martin Koller.
Committed on 26/10/2015 at 21:12.
Pushed by mkoller into branch 'master'.

revert "fix" which adds literal quote chars to the filename

commit 2786d19f added explicit quote characters around the filename,
which is wrong since the filename is passed into a QStringList,
which passes all its separate arguments to the started process.
Adding quote chars would lead to the filename having the
quote chars as part of the filename.
REVIEW: 125804

M  +1    -1    libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp

http://commits.kde.org/k3b/9f109bbc7fe718135da402535f6ca7ca5c105d4d
Comment 4 Martin Koller 2015-10-26 21:17:59 UTC
Git commit bedce16b11378ad74e2f369a27f501511a853258 by Martin Koller.
Committed on 26/10/2015 at 21:17.
Pushed by mkoller into branch 'kf5'.

revert "fix" which adds literal quote chars to the filename

commit 2786d19f added explicit quote characters around the filename,
which is wrong since the filename is passed into a QStringList,
which passes all its separate arguments to the started process.
Adding quote chars would lead to the filename having the
quote chars as part of the filename.
REVIEW: 125804

M  +1    -1    libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp

http://commits.kde.org/k3b/bedce16b11378ad74e2f369a27f501511a853258
Comment 5 Andreas Sturmlechner 2017-02-13 21:40:25 UTC
Git commit 0274e69635ed9e54ce773689ada4b2cd240ae0dd by Andreas Sturmlechner, on behalf of Martin Koller.
Committed on 13/02/2017 at 21:28.
Pushed by asturmlechner into branch '2.0'.

revert "fix" which adds literal quote chars to the filename

commit 2786d19f added explicit quote characters around the filename,
which is wrong since the filename is passed into a QStringList,
which passes all its separate arguments to the started process.
Adding quote chars would lead to the filename having the
quote chars as part of the filename.
REVIEW: 125804

M  +1    -1    libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp

https://commits.kde.org/k3b/0274e69635ed9e54ce773689ada4b2cd240ae0dd
Comment 6 Leslie Zhai 2017-02-15 02:25:31 UTC
transcode was NO longer be maintained! https://bitbucket.org/achurch_/transcode/pull-requests/1/migrate-to-ffmpeg-313/diff

It is able to use mplayer or vlc to rip dvd ;-) http://www.leetcode.cn/2016/08/k3b.html#bug