I have tried mpeg2enc --verbose 0 --motion-search-radius 16 --multi-thread 2 --reduction-4x4 2 --reduction-2x2 1 --b-per-refframe 0 --intra_dc_prec 10 --unit-coeff-elim 10 --min-gop-size 6 --max-gop-size 9 --quantisation 4 --video-bitrate 8000 --format 8 -o $1
ffmpeg -f yuv4mpegpipe -i - -y -target ntsc-dvd $1 ffmpeg -f yuv4mpegpipe -i - -y -target dvd -ilme -ildct -f mpeg2video $1 The $1 is because these are in a bash script that is piped to be Cinelerra. I still get nothing rendered and [swscaler @ 0x9eb46a0]Slices start in the middle! with every frame. I have been dead in the water for awhile now. Regards, John _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
