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?

Shane

Tomi Ollila wrote:

"Shane Santner" <[EMAIL PROTECTED]> writes:

I am using Mandriva 2006.  I downloaded v1.02 and compiled for debugging.  I 
have
attached the complete output.  Please notice the broken pipe error which seems 
to
occur AFTER everything else has completed.  The command that I used was:

transcode -i dv/dv_file-001.dv -m dv_file-001.ac3 -o dv_file-001 -w 8500 -x 
dv,dv -F
'8, -c -q 2 -4 1 -2 1 -H -K file=matrix.txt -R 2' -y mpeg2enc,raw -N 0x2000 -b 
256
--export_prof dvd-pal --export_fps 25 --dv_yuy2_mode --encode_fields b 
--export_asr
2 -j 0,8,0,8 --print_status 30

Using -x dv makes tcdecode SIGSEGV for me. --dv_yuy2_mode did not help
anything (hmm like you had too). I switched to -x ffbin and then it worked...

Any help is of course appreciated.

Shane

Tomi

... I just did that a few hours ago I wanted to get dv recordings to dvd.
So far I have figured the following for hopefully best results (not yet
got time to test that):

$ sh menc2dvd.sh 16:9 2222 3333 in out
+ exec mencoder -oac lavc -ovc lavc 
-lavcopts=acodec=mp2:abitrate=224:vcodec=mpeg2video:max_b_frames=2:mbd=1:keyint=25:vb_strategy=2:aspect=16/9:vbitrate=2222:vrc_maxrate=3333:dia=2:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,12,14,18,27,29,34,37,38,22,26,27,31,36,37,38,40,26,27,29,36,39,38,40,48,27,29,34,37,38,40,48,58,29,34,37,38,40,48,58,69,34,37,38,40,48,58,69,79:inter_matrix=16,18,20,22,24,26,28,30,18,20,22,24,26,28,30,32,20,22,24,26,28,30,32,34,22,24,26,30,32,32,34,36,24,26,28,32,34,34,36,38,26,28,30,32,34,36,38,40,28,30,32,34,36,38,42,42,30,32,34,36,38,40,42,44
 -vf=kerndeint:hqdn3d -of mpeg -mpegopts format=dvd:vaspect=16/9:vbitrate=2222 
-o out in



Reply via email to