Wesley T Allen wrote:
#2. This is in the list also, someone wrote a sed script or something I
recall... I personally prefer using a YUV4MPEG pipe interface for
recording to mpeg, (you then become the controller of the arguments ot
mpeg2enc rather than cinelerra)
I'll go scour archives....
No need.
Basically, your best option is to patch the sources to not use '-q 0'.
Since I'm stuck with the HV version until I track down my performance
difficulties, I use the following hack:
cd /usr/lib64/cinelerra
mv mpeg2enc.plugin mpeg2enc.plugin.bin
cat << EOF
#!/bin/sh
/usr/lib64/cinelerra/mpeg2enc.plugin.bin `echo $@ | sed 's/-q 0/--cbr/g'`
EOF
I prefer cbr for writing DVD output, but you could just change it to '-q
1'. Make the "new" mpeg2enc.plugin executable and you'll be set to go.
Note your path to mpeg2enc.plugin might be different than mine. This is
on an FC4 system.
-Brendan
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra