errors is multimedia/qvamps ports
Zahemszky Gábor
Gabor at Zahemszky.HU
Sat Jan 7 15:10:05 PST 2006
Hi!
In a little test of multimedia/qvamps, I've found the next few bugs:
a) in the configuration option
Settings/Menu preferences/Command to create NTSC video
there is an incorrect parameter to the ppmtoy4m command: the default is
... -S 420_mpeg2 ... - but the correct form (at least in FreeBSD6) is
-S 420mpeg
- without the underscore
b) the same error is in the Command to create PAL video, and of course
is the same correction: s/420_mpeg2/420mpeg2/
c) in the configuration option
Settings/DVD Authoring/Burn command
the burning is with the cdrecord-ProDVD command, in this way:
s=`mkisofs -dvd-video -quiet -print-size %i`; mkisofs -dvd-video -V "%v"
%i | cdrecord dev=%d speed=%s driveropts=burnfree fs=16M tsize=${s}s
-dao -v -
but the "default" (from ports or packages) DVD-recording program in
FreeBSD - as you know it - is the growisofs command from
sysutils/dvd+rw-tools. So it would be better to use it as the default
burner command, like this:
s=`mkisofs -dvd-video -quiet -print-size %i`; mkisofs -dvd-video -V "%v"
%i | growisofs -Z %d=/dev/fd/0 -speed=%s
-use-the-force-luke=tracksize:${s} -use-the-force-luke=notray
-use-the-force-luke=tty -dvd-video -dvd-compat
So change cdrecord to the corresponding growisofs command (and options).
Bye, Gabor
--
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!';IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ
';set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break;[[ $i = ???
]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ???
]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set --
$Z;for i;{ [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j
$i";typeset +l i;};print "$j"
More information about the freebsd-multimedia
mailing list