On Fri, May 19, 2006 at 08:38:59PM -0500, Shane wrote: > I tried the -x ffbin instead of -x dv and still am having the same > issue. The issue is still a broken pipe, and the output was: > > sh: line 1: 17352 Broken pipe ffmpeg -i "dv/dv_file-001.dv" -f > yuv4mpegpipe -y /tmp/ffbin2transcode-audio.hvvYtM >/dev/null 2>&1 > sh: line 1: 17350 Broken pipe ffmpeg -i "dv/dv_file-001.dv" -f s16le -y > /tmp/ffbin2transcode-audio.R6QkYt >/dev/null 2>&1 > > This seems to be more prevalent with PAL rather than NTSC. This > continues to be a major issue, can anyone shed some light on this?
to quote your error report: (decode_dv.c) header parsing failed (2) (decode_dv.c) audio: 32000 Hz, 2 channels (decode_dv.c) header parsing failed (2) (decode_dv.c) NTSC video: 720x480 framesize=120000 sampling=1 seems you have bad DV source files. I assume this is probably why '-x ffbin' does not work either. why this is happening, I don't know. where do these DV files come from? -- <[EMAIL PROTECTED]>
