Transcode can't rip DVD's (in K3b with file type MPEG4)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
transcode (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
In k3b you can rip DVD's. There are two filetypes you can use: MPEG4 (FFMPEG) and XviD. The latter one works, the first NOT.
1) The first error it receives is this:
*** glibc detected *** /usr/bin/transcode: munmap_chunk(): invalid pointer: 0x00007fb245badc25 ***
> See also backtrace 1 below
2) After advice from https:/
The video is starting to encode, but there is another error:
*** glibc detected *** /usr/bin/transcode: free(): invalid pointer: 0x00007f5e1e16879a ***
> See also backtrace 2 below
3) When I try to start (on the command line) one of the transcode commands I've found at the end of the log file:
/usr/bin/transcode --nice 19 --log_no_color --progress_meter 2 --progress_rate 272 -i /dev/sr0 -x dvd -T 1,-1,1 -a 0 -j 0,0,0,0 -R 1,/tmp/
... it started to encode, but I receives this:
"Segmentatiefout (geheugendump gemaakt)" < Dutch for Segmentation fault (memory/core dumped)
Backtrace 1)
[export_ffmpeg.so] Using FFMPEG codec 'mpeg4' (FourCC 'DIVX', MPEG4 compliant video).
[export_ffmpeg.so] No profile selected
[export_ffmpeg.so] Error opening configuration file ./ffmpeg.cfg: No such file or directory
[export_ffmpeg.so] Starting 1 thread(s)
[export_ffmpeg.so] Set display aspect ratio to input
[export_ffmpeg.so] Parsing ffmpeg preset 'medium'
File for preset 'medium' not found
*** glibc detected *** /usr/bin/transcode: munmap_chunk(): invalid pointer: 0x00007fb245badc25 ***
======= Backtrace: =========
/lib/x86_
/usr/lib/
/usr/lib/
/usr/lib/
/usr/bin/
/usr/bin/
/usr/bin/
/lib/x86_
/usr/bin/
Backtrace 2)
encoding=1 frame=41144 first=0 last=-1 fps=145.989 done=-1.000000 timestamp=1645.760 timeleft=-1 decodebuf=0 filterbuf=9 encodebuf=11
encoding=1 frame=41422 first=0 last=-1 fps=145.924 done=-1.000000 timestamp=1656.880 timeleft=-1 decodebuf=0 filterbuf=9 encodebuf=11
encoding=1 frame=41700 first=0 last=-1 fps=145.965 done=-1.000000 timestamp=1668.000 timeleft=-1 decodebuf=0 filterbuf=9 encodebuf=11
*** glibc detected *** /usr/bin/transcode: free(): invalid pointer: 0x00007f5e1e16879a ***
======= Backtrace: =========
/lib/x86_
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/bin/
/usr/bin/
/usr/bin/
/lib/x86_
/usr/bin/
Status changed to 'Confirmed' because the bug affects multiple users.