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

Reply via email to