@Andrew

Thanks for all this precisions that I will follow soon. I have tried the
last time this version but I have had too much error. Anyway, I planned to
test again. I don't like to stay on a chess. Same if I stop on the moment; I
come back on this one until his resolution.
I  have still an Ubuntu Natty virgin (i.e juste install not personalized) on
which one I could test.
Have you never  think to do a PPA or a repository ?

@Allan

I have tested again and I am not sure that the problem comes from the type
of system (i.e 32 or 64 bits) because I have the same error.
The problem seems to be with the filter Resample. I have done another test
replacing this one by the Normalize filter. I obtain something but the file
is empty.
I'll said that should be a bug in this filter.It is yet to confirm.

See below

 olivier@neytiri:~$ transcode -x null,dvd -i /dev/sr0 -T1,-1 -a 1 -y wav -J
resample -e 48000 -o lord.wav
transcode v1.1.5 (C) 2001-2003 Thomas Oestreich, 2003-2009 Transcode Team
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Using libdvdcss version 1.2.10 for DVD access
[dvd_reader.c] DVD title 1/75: 7 chapter(s), 1 angle(s), title set 1
[dvd_reader.c] title playback time: 00:14:04.12  845 sec
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Using libdvdcss version 1.2.10 for DVD access
[dvd_reader.c] DVD title 1/75: 7 chapter(s), 1 angle(s), title set 1
[dvd_reader.c] title playback time: 00:14:04.12  845 sec
[transcode] V: auto-probing     | /dev/sr0 (OK)
[transcode] V: import format    | MPEG 2 program stream in DVD PAL
(module=null)
[transcode] A: auto-probing     | /dev/sr0 (OK)
[transcode] A: import format    | AC3 in DVD PAL (module=dvd)
[transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence
[transcode] V: import frame     | disabled
[transcode] V: bits/pixel       | 0.000 (unknown)
[transcode] V: decoding fps,frc | 25.000,3
[transcode] V: video format     | YUV420 (4:2:0) aka I420
[transcode] A: import format    | 0x2000  AC3          [48000,16,2]
[transcode] A: export format    | 0x55    MPEG ES Layer 3 [48000,16,2]  128
kbps
[transcode] V: export format    | unknown (module dependant)
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame  | 7680 (7680.000000)
[transcode] A: adjustment       | 0@1000
[transcode] V: IA32/AMD64 accel | sse3 sse2 sse mmx cmove asm
[transcode] V: video buffer     | 10 @ 0x0 [0x2]
[transcode] A: audio buffer     | 10 @ 48000x2x16
[import_dvd.so] v0.4.1 (2007-07-15) (video) DVD | (audio) MPEG/AC3/PCM
[import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null
[filter_resample.so] v0.1.6 (2007-06-02) audio resampling filter plugin
using libavcodec
[filter_resample.so] critical: Invalid settings
[transcode] warning: Initialization of filter resample failed, skipping.
*** glibc detected *** transcode: free(): invalid pointer: 0xb75695a0 ***
olivier@neytiri:~$ uname -a
Linux neytiri 2.6.39.1.avl.1 #1 SMP PREEMPT Thu Jun 2 23:59:52 EDT 2011 i686
GNU/Linux
olivier@neytiri:~$ transcode -x null,dvd -i /dev/sr0 -T1,-1 -a 1 -y wav -J
normalize -e 48000 -o lord.wav
transcode v1.1.5 (C) 2001-2003 Thomas Oestreich, 2003-2009 Transcode Team
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Using libdvdcss version 1.2.10 for DVD access
[dvd_reader.c] DVD title 1/75: 7 chapter(s), 1 angle(s), title set 1
[dvd_reader.c] title playback time: 00:14:04.12  845 sec
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Using libdvdcss version 1.2.10 for DVD access
[dvd_reader.c] DVD title 1/75: 7 chapter(s), 1 angle(s), title set 1
[dvd_reader.c] title playback time: 00:14:04.12  845 sec
[transcode] V: auto-probing     | /dev/sr0 (OK)
[transcode] V: import format    | MPEG 2 program stream in DVD PAL
(module=null)
[transcode] A: auto-probing     | /dev/sr0 (OK)
[transcode] A: import format    | AC3 in DVD PAL (module=dvd)
[transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence
[transcode] V: import frame     | disabled
[transcode] V: bits/pixel       | 0.000 (unknown)
[transcode] V: decoding fps,frc | 25.000,3
[transcode] V: video format     | YUV420 (4:2:0) aka I420
[transcode] A: import format    | 0x2000  AC3          [48000,16,2]
[transcode] A: export format    | 0x55    MPEG ES Layer 3 [48000,16,2]  128
kbps
[transcode] V: export format    | unknown (module dependant)
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame  | 7680 (7680.000000)
[transcode] A: adjustment       | 0@1000
[transcode] V: IA32/AMD64 accel | sse3 sse2 sse mmx cmove asm
[transcode] V: video buffer     | 10 @ 0x0 [0x2]
[transcode] A: audio buffer     | 10 @ 48000x2x16
[import_dvd.so] v0.4.1 (2007-07-15) (video) DVD | (audio) MPEG/AC3/PCM
[import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null
[filter_normalize.so] v0.1.1 (2002-06-18) Volume normalizer
[export_wav.so] v0.3.0 (2006-03-16) (audio) WAVE PCM
libdvdread: Using libdvdcss version 1.2.10 for DVD access
[import_dvd.so] tccat -T 1,-1,1 -i "/dev/sr0" -t dvd -d 0 | tcdemux -a 1 -x
ac3 -S 0 -M 1 -d 0 | tcextract -t vob -x ac3 -a 1 -d 0 | tcdecode -x ac3 -d
0 -s 1.000000,1.000000,1.000000 -A 0
libdvdread: Using libdvdcss version 1.2.10 for DVD access
No accelerated IMDCT transform found

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x000026c0
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x000026f4
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0000c96c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x00059ee5
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x00059eea
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x001452ce
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x001452d3
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x0016b80b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x0016b810
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x00197c0b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x00197c10
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_0.VOB at 0x001ade47
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x001ade4c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_0.VOB at 0x001cc68f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x001cc6a2
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_0.VOB at 0x00213e60
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_1.VOB at 0x00213e73
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_0.VOB at 0x002265b9
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_1.VOB at 0x002265cc
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_0.VOB at 0x002e164f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_1.VOB at 0x002e1662
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_11_0.VOB at 0x003101c1
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_11_1.VOB at 0x003101d4
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_12_0.VOB at 0x0031be62
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_12_1.VOB at 0x0031be75
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_13_0.VOB at 0x0032de9a
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_13_1.VOB at 0x0032de9f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_14_0.VOB at 0x0032e33a
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_14_1.VOB at 0x0032e33f
libdvdread: Elapsed time 0
libdvdread: Found 14 VTS's
libdvdread: Elapsed time 0
[decoder.c] cancelling the import threads
[transcode] encoded 0 frames (0 dropped, 0 cloned), clip length   0.00 s
olivier@neytiri:~$


2011/9/4 Andrew Church <achu...@achurch.org>

> If you build from source, you can control where everything is installed
> using the "--prefix" option to the configure script.  For example,
>    ./configure --prefix=/usr/local
> will put everything under the /usr/local directory, which normally
> doesn't conflict with anything installed by the system.
>
> Also, transcode-1.2 appends "-1.2" to all installed binaries (except the
> "avi*" tools) and the library/documentation directories, so you can install
> it to the /usr prefix without overwriting your existing 1.1.5 installation.
>
>  --Andrew Church
>    achu...@achurch.org
>    http://achurch.org/
>
> >Thanks a lot for your quick answer Allan.
> >
> >Effectively, I'm using a 64 bits system. To be more precise an Ubuntu
> 11.04
> >with Unity 3D activated.
> >
> >I'll try tomorrow on a AV Linux 5.0 which is the only system that I have
> on
> >my computers in i686/32 bits, the others are all in 64 bits. I'll informe
> >you of the result which  will confirm yours. I can not do this operation
> >today with this one.
> >
> >Do you think that a bug in the compilation of Transcode (done by
> Canonical)
> >or a bug of Transcode (not done for 64 bits system) himself ?
> >
> >If it is a bug in Transcode, is it resolved in the next version 1.16 (and
> >1.2.0 perhaps (Hope is vital :-) ) ?
> >
> >Well the last time that I have tried to compile Transcode (version 1.2.0)
> It
> >was impossible. Also, I must said that I am not hot to do this operation.
> >:-)
> >
> >If I'm trying to compile it, do I need to uninstall my actual version ?
> >
> > Do you know a mean to do this operation without uninstall it ? It seems
> me
> >that we can recompile it in a Debian system but that not sure.
> >
> >Sincerely.
> >
> >2011/9/3 Allan N. Snider <allansni...@istop.com>
> >
> >> **
> >> Oliver:
> >>     That should have worked, and does on my box.  This seems to be a
> 64-bit
> >> problem.  Not sure what you can do here, other than trying to build from
> >> source for your machine.  Here is what I get:
> >>
> >>  $ transcode -x null,dvd -i /dev/sr0 -T1,-1 -a 1 -y wav -J resample -E
> >> 48000 -o audiolor.wav
> >> transcode v1.1.5 (C) 2001-2003 Thomas Oestreich, 2003-2009 Transcode
> Team
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> [dvd_reader.c] DVD title 1/34: 7 chapter(s), 1 angle(s), title set 1
> >> [dvd_reader.c] title playback time: 00:19:30.03  1171 sec
> >>
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> [dvd_reader.c] DVD title 1/34: 7 chapter(s), 1 angle(s), title set 1
> >> [dvd_reader.c] title playback time: 00:19:30.03  1171 sec
> >>
> >> [transcode] V: auto-probing     | /dev/sr0 (OK)
> >> [transcode] V: import format    | MPEG 2 program stream in DVD NTSC
> >> (module=null)
> >>
> >> [transcode] A: auto-probing     | /dev/sr0 (OK)
> >> [transcode] A: import format    | AC3 in DVD NTSC (module=dvd)
> >> [transcode] V: AV demux/sync    | (2) initial MPEG sequence / enforce
> frame
> >> rate
> >>
> >> [transcode] V: import frame     | disabled
> >> [transcode] V: bits/pixel       | 0.000 (unknown)
> >> [transcode] V: decoding fps,frc | 23.976,1
> >>
> >> [transcode] V: video format     | YUV420 (4:2:0) aka I420
> >> [transcode] A: import format    | 0x2000  AC3          [48000,16,2]
> >> [transcode] A: export format    | 0x55    MPEG ES Layer 3 [48000,16,2]
>  128
> >> kbps
> >> [transcode] V: export format    | unknown (module dependant)
> >> [transcode] V: encoding fps,frc | 23.976,1
> >> [transcode] A: bytes per frame  | 8008 (8008.000000)
> >>
> >> [transcode] A: adjustment       | 0@1000
> >> [transcode] V: IA32/AMD64 accel | sse3 sse2 sse mmx cmove asm
> >> [transcode] V: video buffer     | 10 @ 0x0 [0x2]
> >> [transcode] A: audio buffer     | 10 @ 48000x2x16
> >> [import_dvd.so] v0.4.1 (2007-07-15) (video) DVD | (audio) MPEG/AC3/PCM
> >> [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null
> >> [filter_resample.so] v0.1.6 (2007-06-02) audio resampling filter plugin
> >> using libavcodec
> >> [filter_resample.so] resampling: 48000 Hz -> 48000 Hz
> >> [filter_resample.so] critical: Frequencies are identical, filter skipped
> >> [transcode] warning: Initialization of filter resample failed, skipping.
> >> [export_wav.so] v0.3.0 (2006-03-16) (audio) WAVE PCM
> >>
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> [import_dvd.so] tccat -T 1,-1,1 -i "/dev/sr0" -t dvd -d 0 | tcdemux -a 1
> -x
> >> ac3 -S 0 -M 2 -d 0 | tcextract -t vob -x ac3 -a 1 -d 0 | tcdecode -x ac3
> -d
> >> 0 -s 1.000000,1.000000,1.000000 -A 0
> >>
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> No accelerated IMDCT transform found
> >>
> >> libdvdread: Attempting to retrieve all CSS keys
> >> libdvdread: This can take a _long_ time, please be patient
> >>
> >> libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x000002db
> >> libdvdread: Elapsed time 0
> >>
> >>         [etc...]
> >>
> >>
> >>                                         Allan
> >>
> >>
> >>
> >> On 09/02/11 18:40, eolin...@gmail.com wrote:
> >>
> >> Hi all,
> >>
> >> I'm playing a bit more with Transcode and I need to have the audio part
> of
> >> a Dvd (Lord of Rings the two towers).
> >>
> >> For doing this operation, I am using the command line which is in the
> FAQ 3
> >> section $7 which is the following :
> >> transcode -x null,dvd -i /dev/sr0 -T1,-1 -a 1 -y wav -J resample -E
> 48000
> >> -o audiolor.wav
> >>
> >> It began to start pretty well and at a moment I have a strange error.
> >> Did you think that 's a bug, a worse command or something else ?
> >>
> >> olivier@navi:~/Videos/RipDVD$ transcode -x null,dvd -i /dev/sr0 -T1,-1
> -a
> >> 1 -y wav -J resample -E 48000 -o audiolor.wav
> >> transcode v1.1.5 (C) 2001-2003 Thomas Oestreich, 2003-2009 Transcode
> Team
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> [dvd_reader.c] DVD title 1/3: 41 chapter(s), 1 angle(s), title set 1
> >> [dvd_reader.c] title playback time: 02:51:03.24  10264 sec
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> libdvdread: Using libdvdcss version 1.2.10 for DVD access
> >> [dvd_reader.c] DVD title 1/3: 41 chapter(s), 1 angle(s), title set 1
> >> [dvd_reader.c] title playback time: 02:51:03.24  10264 sec
> >> [transcode] V: auto-probing     | /dev/sr0 (OK)
> >> [transcode] V: import format    | MPEG 2 program stream in DVD PAL
> >> (module=null)
> >> [transcode] A: auto-probing     | /dev/sr0 (OK)
> >> [transcode] A: import format    | AC3 in DVD PAL (module=dvd)
> >> [transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence
> >> [transcode] V: import frame     | disabled
> >> [transcode] V: bits/pixel       | 0.000 (unknown)
> >> [transcode] V: decoding fps,frc | 25.000,3
> >> [transcode] V: video format     | YUV420 (4:2:0) aka I420
> >> [transcode] A: import format    | 0x2000  AC3          [48000,16,2]
> >> [transcode] A: export format    | 0x55    MPEG ES Layer 3 [48000,16,2]
>  128
> >> kbps
> >> [transcode] V: export format    | unknown (module dependant)
> >> [transcode] V: encoding fps,frc | 25.000,3
> >> [transcode] A: bytes per frame  | 7680 (7680.000000)
> >> [transcode] A: adjustment       | 0@1000
> >> [transcode] V: IA32/AMD64 accel | sse3 sse2 sse mmx cmove asm
> >> [transcode] V: video buffer     | 10 @ 0x0 [0x2]
> >> [transcode] A: audio buffer     | 10 @ 48000x2x16
> >> [import_dvd.so] v0.4.1 (2007-07-15) (video) DVD | (audio) MPEG/AC3/PCM
> >> [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null
> >> [filter_resample.so] v0.1.6 (2007-06-02) audio resampling filter plugin
> >> using libavcodec
> >> [filter_resample.so] resampling: 48000 Hz -> 48000 Hz
> >> [filter_resample.so] critical: Frequencies are identical, filter skipped
> >> [transcode] warning: Initialization of filter resample failed, skipping.
> >> *** glibc detected *** transcode: free(): invalid pointer:
> >> 0x00007f266eb81368 ***
> >>
> >> I'm searching in the archives but I have not seen something which could
> >> help me on this point.
> >>
> >> By advance, thanks for help.
> >> --
> >> Olivier
> >> Cenwen un elfe sur la banquise/ an elve on the ice
> >> Mon blog perso  sur le multimedia, Ubuntu, Linux et OpenShot :
> >> http://linuxevolution.wordpress.com/
> >> Le forum d'Openshot ou vous me trouverez : http://openshotusers.com/
> >> http://openshotusers.com/forum/index.php
> >>
> >>
> >
> >
> >--
> >Olivier
> >Cenwen un elfe sur la banquise/ an elve on the ice
> >Mon blog perso  sur le multimedia, Ubuntu, Linux et OpenShot :
> >http://linuxevolution.wordpress.com/
> >Le forum d'Openshot ou vous me trouverez : http://openshotusers.com/
> >http://openshotusers.com/forum/index.php
>
>


-- 
Olivier
Cenwen un elfe sur la banquise/ an elve on the ice
Mon blog perso  sur le multimédia, Ubuntu, Linux et OpenShot :
http://linuxevolution.wordpress.com/
Le forum d'Openshot où vous me trouverez : http://openshotusers.com/
http://openshotusers.com/forum/index.php

Reply via email to