Hi All
I'm a new user of Transcode, I'm not trying to do anything overly
involved just transcode (not re-encode) DV in a QT container into DV in
a Type1 AVI container (or type 2 I don't really care as long as Windows
Media Encoder can read it and I believe unlike VfW encoders that because
WME is Dshow based it can read type1 and type2 AVI wrapped DV, anyhow)

tcproble showed:

        # tcprobe -i part1.mov
        [tcprobe] Digital Video (NTSC)
        [tcprobe] summary for part1.mov, (*) = not default, 0 = not
detected
        import frame size: -g 720x480 [720x576] (*)
             aspect ratio: 4:3 (*)
               frame rate: -f 29.970 [25.000] frc=4 (*)
           no audio track: use "null" import module for audio



(NB. It misidentified the res here as QT shows that .mov as being DV 720
x 576) 
Which suggested to me that it couldn't identify the audio. So I tried
exporting the QT/DV as DV stream from QTPro and transcoding that to
type1 AVI/DV:


        # transcode -P 3 -i Part1.dv -y dv -o part1_dv.avi
        transcode v1.0.1 (C) 2001-2003 Thomas Oestreich, 2003-2004 T.
Bitterberg

        [transcode] (sighandler) SIGINT received
        libdvdread: Encrypted DVD support unavailable.
        ************************************************
        **                                            **
        **  No css library available. See             **
        **  /usr/share/doc/libdvdread3/README.Debian  **
        **  for more information.                     **
        **                                            **
        ************************************************
        libdvdread: Can't open file VIDEO_TS.IFO.
        [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0
ms | 0 ms
        [transcode] auto-probing source Part1.dv (ok)
        [transcode] V: import format    | Digital Video  (V=dv|A=dv)
        [transcode] V: pass-through     | yes
        [transcode] V: import frame     | 720x576  1.25:1  encoded @ 4:3
        [transcode] V: bits/pixel       | 0.174
        [transcode] V: decoding fps,frc | 25.000,3
        [transcode] A: import format    | 0x1     PCM
[48000,16,2] 1536 kbps
        [transcode] A: export format    | 0x1     PCM
[48000,16,2] 1536 kbps
        [transcode] V: encoding fps,frc | 25.000,3
        [transcode] A: bytes per frame  | 7680 (7680.000000)
        [transcode] A: adjustment       | [EMAIL PROTECTED]
        [transcode] A: pass-through     | yes
        [transcode] V: IA32/AMD64 accel | sse2 (sse2 sse mmxext mmx asm
C)
        tc_memcpy: using sse for memcpy
        [transcode] V: video buffer     | 50 @ 720x576
        [import_dv.so] v0.3.1 (2003-10-14) (video) DV | (audio) PCM
        Audio format not supported by import module
        [transcode] failed to init import modules
        [transcode] critical: plug-in initialization failed


Which suggested the Audio needed re-encoding to match the DV standard (I
thought basic DV was lax about the audio format, oh well) so setting the
passthrough to 1 (hopefully letting it do whatever it needs to the
audio):


        # transcode -P 1 -i Part1.dv -y dv -o part1_dv.avi
        transcode v1.0.1 (C) 2001-2003 Thomas Oestreich, 2003-2004 T.
Bitterberg
        libdvdread: Encrypted DVD support unavailable.
        ************************************************
        **                                            **
        **  No css library available. See             **
        **  /usr/share/doc/libdvdread3/README.Debian  **
        **  for more information.                     **
        **                                            **
        ************************************************
        libdvdread: Can't open file VIDEO_TS.IFO.
        [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0
ms | 0 ms
        [transcode] auto-probing source Part1.dv (ok)
        [transcode] V: import format    | Digital Video  (V=dv|A=dv)
        [transcode] V: pass-through     | yes
        [transcode] V: import frame     | 720x576  1.25:1  encoded @ 4:3
        [transcode] V: bits/pixel       | 0.174
        [transcode] V: decoding fps,frc | 25.000,3
        [transcode] A: import format    | 0x1     PCM
[48000,16,2] 1536 kbps
        [transcode] A: export format    | 0x55    MPEG layer-3
[48000,16,2]  128 kbps
        [transcode] V: encoding fps,frc | 25.000,3
        [transcode] A: bytes per frame  | 7680 (7680.000000)
        [transcode] A: adjustment       | [EMAIL PROTECTED]
        [transcode] V: IA32/AMD64 accel | sse2 (sse2 sse mmxext mmx asm
C)
        tc_memcpy: using sse for memcpy
        [transcode] V: video buffer     | 50 @ 720x576
        [import_dv.so] v0.3.1 (2003-10-14) (video) DV | (audio) PCM
        [export_raw.so] v0.3.12 (2003-08-04) (video) * | (audio)
MPEG/AC3/PCM
        [export_dv.so] v0.5 (2003-07-24) (video) Digital Video | (audio)
MPEG/AC3/PCM
        [transcode] warning : (encoder.c) video codec not supported by
export module
        [transcode] warning : failed to init export modules
        [transcode] critical: plug-in initialization failed


So there's something wrong with the video that the output encoder desn't
support? Does anyone know if there's something nonstandard about my DV
stream? Or, contrary to what the error says is it having trouble with
the audio export because the default it's plumped for seem a little odd

TIA for any light that can be shed.

Curtis Fletcher
Software Developer

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
http://www.pharmaventures.com

PharmaVentures Ltd
Magdalen Centre
Oxford Science Park
Oxford, OX4 4GA
United Kingdom

Reply via email to