On Sunday 10 June 2007 15:38, Yannick Patois wrote: > To render, I did exactly what's in the doc: > created a small script containg: > #!/bin/bash > mpeg2enc -v 0 -K tmpgenc -r 16 -4 1 -2 1 -D 10 -E 10 -g 15 -G 15 -q 6 -b > 8600 -f 8 -o $1
If what the docs suggest, doesn't work, then understand what you are doing. RTFM of mpeg2enc. -K tmpgenc reduces bitrate, but also texture detail. -g 15 -G 15 says that there's an I frame at exactly every 15 frames, no optimization allowed. Try mpeg2enc -v 0 -f 8 -o $1 -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
