"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
