Le Samedi 16 Juillet 2005 17:22, Jörn Reder a écrit :
> 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...
Tried that but just didn't work ....
And when I was told to use the CVS 52.6 version , I was also told that the
person who made the suggestion didn't try it ...
> 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";
>
I'd prefer some way tu alter this inside the GUI ....
> (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...)
>
Yes but by using transcode , you make it a dvdrip bug also ...
> > 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).
When I highlight a part of the text and then right click on it , the
highlight's gone so no way to copy , I tried Ctrl-C,Ctrl-V ... no luck ....
Maybe I missed something , I'm new to linux and used to windows ....
> > 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
Hum and where do I put this ...
> 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.
I thought about that ... tried but when removing transcode , the system says I
must remove dvdrip for dependencies reasons.
And when I re install dvd rip , it goes back to reinstall transcode
1.0.0.0 ... endless loop ...
> Regards,
> Joern
|