Dead $TRANSCODE_MAILING_LIST. I've recently tried transcode again, having used it for years for transcoding live video streams from a SAA7134-driven TV tuner.
The command line I've always used, is (essentially) this: v4l-set-freq 175.25 /dev/video1 && sleep 3 && transcode -j 18,0,18,0 -D2 -u32 -I5 -g720x576 -x v4l2=resync_margin=2:resync_interval=30:overrun_guard=0,v4l2 -p /dev/dsp1 -e32000 -i /dev/video1 -y ffmpeg -F mpeg4 -w 1024 -c 0-0:0:$NUMBER_OF_SECONDS -o $OUTPUT However, that now gives me: [EMAIL PROTECTED] #transcode --nice -10 -j 18,0,18,0 -D2 -u32 -I5 -g720x576 -x v4l2=resync_margin=2:resync_interval=30:overrun_guard=0,v4l2 -p /dev/dsp1 -e32000 -i /dev/video1 -y ffmpeg -F mpeg4 -w 1024 -c 0-0:0:3839 -o foo.avi transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg [transcode] warning : setting nice to -10 failed [transcode] auto-probing source /dev/video1 (failed) [transcode] V: import format | unknown (V=v4l2|A=v4l2) [transcode] V: import frame | 720x576 1.25:1 [transcode] V: clip frame (<-) | 720x540 [transcode] V: de-interlace | (mode=5) interpolate scanlines / blend frames [transcode] V: bits/pixel | 0.105 (low) [transcode] V: decoding fps,frc | 25.000,0 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x2000 AC3 [32000,16,2] [transcode] A: export format | 0x55 MPEG layer-3 [32000,16,2] 128 kbps [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 5120 (5120.000000) [transcode] A: adjustment | [EMAIL PROTECTED] [transcode] A: AV shift | 80 ms [ 2 (A) | 0 ms ] [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse 3dnowext 3dnow mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 32 @ 720x576 [import_v4l2.so] v1.3.5 (2005-03-11) (video) v4l2 | (audio) pcm [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) Lavc51.34.0 | (audio) MPEG/AC3/PCM [import_v4l2.so]: v4l2 audio grabbing [import_v4l2.so]: Audio input from saa7134 detected, you should set audio sample rate to 32 Khz using -e [import_v4l2.so]: v4l2 video grabbing [import_v4l2.so]: resync enabled, margin = 2 frames, interval = 30 frames, [import_v4l2.so]: video grabbing, driver = saa7134, card = Terratec Cinergy 600 TV MK3 [import_v4l2.so]: VIDIOC_S_FMT: : Invalid argument [import_v4l2.so]: VIDIOC_S_FMT: : Invalid argument [import_v4l2.so]: VIDIOC_S_FMT: : Invalid argument [import_v4l2.so]: no usable pixel format supported by card video import module error: OPEN failed [transcode] critical: failed to open input source I've read about people using the convert=X or format=Y options. However, I can't seem to make it work. What should I do? -- Med venlig hilsen Christian Iversen
