Hi,

I've been using the following line in a bash script for a couple of
years now to re-encode mjpeg videos from my canon digital camera:

transcode -i CIMG0889.AVI -o /var/tmp/tmp_canon_nq.avi -x mplayer -y
divx5,wav -w 384 -m /var/tmp/tmp_canon_nq.wav

alternatively with xvid or ffmpeg encoding as well (option in script.)

Now I'm getting an error, which doesn't make any sense to me, since it
just says it can't open the input source, but after having giving lot's
of info about the source, so it obviously can open it. Also the input
source is read/writable. I've also made sure that the destination file
isn't already there, so I don't know what the part about "file exists"
means either. Output and error message below.

To be honest, I've been using the script so long now, that I'm not very
up-to-date on transcode right now. I just want to get my script working
again. It would be great if somebody could help!

Cheers,

Josh




[EMAIL PROTECTED]:/tmp$ canonvideo CIMG0889.AVI
executing: transcode -i CIMG0889.AVI -o /var/tmp/tmp_canon_nq.avi -x
mplayer -y divx5,wav -w 384 -m /var/tmp/tmp_canon_nq.wav
transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
tcprobe: /usr/lib/libtheora.so.0: no version information available
(required by tcprobe)
[transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms
[transcode] auto-probing source CIMG0889.AVI (ok)
[transcode] V: import format    | MJPG RIFF data, AVI (V=mplayer|A=null)
[transcode] V: import frame     | 640x480  1.33:1
[transcode] V: bits/pixel       | 0.042 (low)
[transcode] V: decoding fps,frc | 29.970,4
[transcode] V: Y'CbCr           | YV12/I420
[transcode] A: import format    | 0x11    unknown      [44100, 4,1]  177
kbps
[transcode] A: export format    | 0x55    MPEG layer-3 [44100, 4,1]  128
kbps
[transcode] V: encoding fps,frc | 29.970,4
[transcode] A: bytes per frame  | 0 (0.000000)
[transcode] A: adjustment       | [EMAIL PROTECTED]
[transcode] V: IA32/AMD64 accel | sse (sse 3dnowext 3dnow mmxext mmx asm C)
tc_memcpy: using sse for memcpy
[transcode] V: video buffer     | 10 @ 640x480
[import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null
[import_mplayer.so] v0.0.5 (2003-03-10) (video) rendered by mplayer |
(audio) rendered by mplayer
[export_wav.so] v0.2.3 (2003-01-16) (audio) WAVE PCM
[export_divx5.so] v0.1.8 (2003-07-24) (video) DivX 5.xx | (audio)
MPEG/AC3/PCM
mkfifo video failed: File exists
video import module error: OPEN failed
[transcode] critical: failed to open input source

Reply via email to