Philippe Piquer wrote:
> Well , it would be great if somebody told me how to get rid of the "-H 10"
> option in the transcode commandline so I can get this preview frame and maybe
> get my first dvd ripped after more than two weeks now ....
Hmm, you were told already to try the CVS version, but you decided to
wait on a correspondent package, and now you're complaining that nobody
helps you? Looks a bit odd to me...
Another option (instead of waiting on a new package) is to patch your
dvd::rip and to remove the "-H 10" option in the file
lib/Video/DVDRip/Title.pm yourself, about line 2460:
my $command =
"mkdir -m 0775 $tmp_dir; ".
"cd $tmp_dir; ".
"dr_exec transcode ".
> " -H 10".
($self->version ("transcode") < 613 ? "-z -k" : "").
" -o snapshot".
" -y ppm,null";
(although this patch will never go into an offical dvd::rip version,
because "-H 10" should work always. Looks more like a transcode bug to
me...)
> BTW : I didn't find a way to copy paste the log entries .... is there one ??
Yes. With the mouse? ;) If this doesn't work, you seem to have serious
problems with your Gtk+ installation, dvd::rip doesn't do any special in
the logging window. Copy'n paste just works! (at least on my platform).
> or to cut and paste the Debug/Transcode Commands screen ???
Here applies the same...
> How to change the langage used by dvdrip for the gui ???
dvd::rip follows the global operating system language settings, in
particular the LC_MESSAGE environment variable. E.g. for German this
need to be set to "de_DE" and dvd::rip's GUI is German:
LC_MESSAGE=de_DE dvdrip
You can check your language settings by executing the 'locale' command.
How to set your langauge globally depends on your Linux distribution.
Hmm, just grabbed your second mail, where you posted the transcode
version number (1.0.0rc1). As I wrote last Tuesday: it's not recommended
to use anything above 0.6.14. Try downgrading your transcode and you
have a fair chance that preview grabbing just works.
Regards,
Joern
--
LINUX - Linux Is Not gnU linuX
pgp00013.pgp
Description: PGP signature
|