Hello Nicholas Thanks for your help. That last script works really well, thanks you. Like you, I also am after as good quality as I can get! Would you mind answering one more question for me? Is it possible to render 6 track audio or DTS from Cinelerra?? and if so, how would I go about that?
Most of what I have read just seems to expect you to render to stereo, but if I can get 6 channel that is what I will aim for! Thanks again for your help Vaughan Famularo > Here's what I advised to put in the ~/cine_render.sh : > #/bin/bash > mpeg2enc -v 0 -K tmpgenc -r 32 -4 1 -2 1 -D 10 -E 10 -g 15 -G 15 -q 6 -b > 9400 -f 8 -o $1 > > tmpgenc is NOT a command. It's a parameter for mpeg2enc. It indicates > the tmpgenc matrix should be used to encode the video. It reduces the > size of the m2v file without deteriorating the quality. > The parameters here are set to get a very good quality. What you can > modify : > -r 32 : that's a big value for the radius. Reducing it will decrease > encoding time, but I keep the 32 value because I really want the best > quality > -q 6 : that's the quantizer setting. If you reduce it (don't go below 3 > or it'll bug), the quality increases. But you want to keep the medium > bitrate around 20% lower than the higher bitrate achieved in your m2v > file. I have a standalone DVD player which displays the bitrate, I use > that information to set the -q setting > -b 9400 : you could go up to 9800, that's right. But I use 9400 because > some (in fact very few and old) standalone player got some difficulties > to play files having a bitrate as high as 9800. Even if the DVD standard > says a DVD player MUST be able to play such a file. > > Nicolas, Paris. > > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
