Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jan 2006 00:16:30 +0100
From:      =?ISO-8859-2?Q?Zahemszky_G=E1bor?= <Gabor@Zahemszky.HU>
To:        lioux@FreeBSD.org,  freebsd-multimedia@FreeBSD.org
Subject:   errors is multimedia/qvamps ports
Message-ID:  <43C04BCE.2000806@Zahemszky.HU>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43C04BCE.2000806>