[Solved] Re: Hardware decoding of video not working in VLC

2018-06-13 Thread Celejar
On Wed, 13 Jun 2018 09:06:32 +0200 didier gaumet wrote: > Le 13/06/2018 à 06:00, Celejar a écrit : > [...] > > --avcodec-hw vaapi > [...] > > launching vlc with -vvv option may be handy sometimes Thanks! Using -vvv, I found this [hint for anyone else trying this: look for amber lines ;)]:

Re: Hardware decoding of video not working in VLC

2018-06-13 Thread didier gaumet
Le 13/06/2018 à 06:00, Celejar a écrit : [...] > --avcodec-hw vaapi [...] launching vlc with -vvv option may be handy sometimes you may try with: --avcodec-hw vaapi_drm if you use OPENGL2 video output you may also try --glconv glconv_vaapi --glconv glconv_vaapi_drm you could also have to try

Hardware decoding of video not working in VLC

2018-06-12 Thread Celejar
My machine is a ThinkPad W550s, with an i7-5500U CPU and Intel HD Graphics 5500. Hardware decoding of video works fine with mpv (using vaapi), but not with vlc: mpv without hardware decoding: $ time mpv Rogue\ One\ -\ A\ Star\ Wars\ Story\ -\ Trailer.mp4 Playing: Rogue One - A Star Wars Story

Re: Hardware decoding videokaart

2014-11-21 Thread Jelle de Jong
On 21/11/14 12:23, Jelle de Jong wrote: On 20/11/14 14:06, Paul van der Vlis wrote: Hoe kom ik erachter of de hardware decoding van een GPU voor het weergeven van video werkt? Het gaat me vooral om AMD/ATI. kort snel antwoord: # kijk of de drivers geladen worden less /var/log/Xorg.0.log

Re: Hardware decoding videokaart

2014-11-21 Thread Paul van der Vlis
Op 21-11-14 om 12:43 schreef Jelle de Jong: On 21/11/14 12:23, Jelle de Jong wrote: On 20/11/14 14:06, Paul van der Vlis wrote: Hoe kom ik erachter of de hardware decoding van een GPU voor het weergeven van video werkt? Het gaat me vooral om AMD/ATI. kort snel antwoord: # kijk of de

Re: Hardware decoding videokaart

2014-11-21 Thread Jelle de Jong
On 21/11/14 12:43, Jelle de Jong wrote: On 21/11/14 12:23, Jelle de Jong wrote: On 20/11/14 14:06, Paul van der Vlis wrote: Hoe kom ik erachter of de hardware decoding van een GPU voor het weergeven van video werkt? Het gaat me vooral om AMD/ATI. kort snel antwoord: # kijk of de drivers

Re: Hardware decoding videokaart

2014-11-21 Thread Jasper Noe
Hallo, in chromium kan je chrome://gpu als adres invullen, dat geeft een hoop informatie. Werkt hier niet in squeeze, maar wel in nieuwere versies, dacht ik. HTH, ---Jasper. -- To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Re: Hardware decoding videokaart

2014-11-21 Thread Paul van der Vlis
gekeken met een Intel GPU. Ook daar is niet alles ondersteund. Wat me opvalt is dat video accelerated encoding wordt ondersteund, maar video accelerated decoding niet. Niet helemaal zeker of encoding nu weergave is... Groet, Paul. -- Paul van der Vlis Linux systeembeheer, Groningen http

Re: Hardware decoding videokaart

2014-11-21 Thread Diederik de Haas
On Friday 21 November 2014 17:36:05 Paul van der Vlis wrote: Niet helemaal zeker of encoding nu weergave is... Nee, decoding is weergave -- GPG: 0x138E41915C7EFED6 signature.asc Description: This is a digitally signed message part.

Re: Hardware decoding videokaart

2014-11-21 Thread Paul van der Vlis
Op 21-11-14 om 17:42 schreef Diederik de Haas: On Friday 21 November 2014 17:36:05 Paul van der Vlis wrote: Niet helemaal zeker of encoding nu weergave is... Nee, decoding is weergave Dat leek mij ook. Maar ik zie op de Chromium URL: Accelerated video decode is unavailable on Mac and Linux

Re: Hardware decoding videokaart

2014-11-21 Thread Diederik de Haas
On Friday 21 November 2014 19:42:49 Paul van der Vlis wrote: Nee, decoding is weergave Dat leek mij ook. Maar ik zie op de Chromium URL: Accelerated video decode is unavailable on Mac and Linux [1] [2] En dat kon ik me toch haast niet voorstellen... Hardware decoding wordt al door vrij

Hardware decoding videokaart

2014-11-20 Thread Paul van der Vlis
Hallo, Hoe kom ik erachter of de hardware decoding van een GPU voor het weergeven van video werkt? Het gaat me vooral om AMD/ATI. Achtergrond: Ik heb een klant die ontevreden was over de kwaliteit van de video weergave als deze full-screen is. Ik heb wat verbetering weten aan te brengen, maar

Jessie, VLC, Radeon and HW Decoding

2014-11-19 Thread lukn555
Hello Debian users I just upgraded to Debian 8 Jessie (testing) and experience strange behaviour with hardware accelerated video decoding. When starting VLC I get the following error message: Failed to open VDPAU backend libvdpau_radeonsi.so: cannot open shared object file: No such file

Re: Suggest a tool for decoding binary data

2014-02-02 Thread Chen Wei
On Sat, Feb 01, 2014 at 05:36:19PM -0800, Kevin O'Gorman wrote: I'm about to tackle GPT partitioned disks, and want to decode the label. The data is little-endian, but I want my code to work on little- or big-endian machines. I want it to be a script -- nothing compiled. I've figured out

Re: Suggest a tool for decoding binary data

2014-02-02 Thread Kevin O'Gorman
On Sun, Feb 2, 2014 at 1:28 AM, Chen Wei weichen...@icloud.com wrote: On Sat, Feb 01, 2014 at 05:36:19PM -0800, Kevin O'Gorman wrote: I'm about to tackle GPT partitioned disks, and want to decode the label. The data is little-endian, but I want my code to work on little- or big-endian

Suggest a tool for decoding binary data

2014-02-01 Thread Kevin O'Gorman
I've been working on homegrown backups for a while. I like using standard UNIX tools because the backups are usable on any *NIX system. I'm about to tackle GPT partitioned disks, and want to decode the label. I need it because i like to take dd-style dumps of the partition info, including the

Re: Suggest a tool for decoding binary data

2014-02-01 Thread Scott Ferguson
On 02/02/14 12:36, Kevin O'Gorman wrote: I've been working on homegrown backups for a while. I like using standard UNIX tools because the backups are usable on any *NIX system. I'm about to tackle GPT partitioned disks, and want to decode the label. I need it because i like to take

Decoding QR

2013-03-19 Thread Urs Thuermann
I have searched the Debian repository for packages to decode QR codes but haven't found anything suitable. I often take photos of QR codes e.g. with my SLR camera, saving them as JPG, that I want to decode later on my Debian machine. I'd like to have a simple command line tool that I can call

Re: Decoding QR

2013-03-19 Thread Urs Thuermann
to, well, develop your own programmes. Yes, I know and I wouldn't mind doing so. But I didn't like the dependencies on capturing, font libs, displaying on X11 etc. IMO a library for decoding should do exactly and only that. It shouldn't mess with where I get the images from or whether I want

File format decoding tool?

2010-02-01 Thread Juhana Sadeharju
Does GNU/Linux have a tool for decoding file formats? I have seen Nifskope, TES4Edit, PyFFI, and wonder if similar is available for decoding with interactive GUI. Check screenshots. Juhana -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe

Re: File format decoding tool?

2010-02-01 Thread Celejar
On Mon, 1 Feb 2010 18:00:42 +0200 Juhana Sadeharju kou...@nic.funet.fi wrote: Does GNU/Linux have a tool for decoding file formats? What does this mean? I have seen Nifskope, TES4Edit, PyFFI, and wonder if similar is available for decoding with interactive GUI. Check screenshots. What

decoding ape_audiofiles

2008-05-11 Thread steef
hi list is there a (debian) way to decode .apefiles into .flac or .wav under etch? just to decode some fine jazz-music by tommy flanagan. imo i need the mac-library, but this software seems to be unfree i know of shntool, lame etc. regards, steef -- To UNSUBSCRIBE, email to [EMAIL

Re: decoding ape_audiofiles

2008-05-11 Thread Nicolas George
. There is a Free monkeyaudio (= .ape) decoder in libavcodec/ffmpeg. I was about to says that it was twice slower than the proprietary official decoder, but I just re-did a benchmark and found exactly the same decoding time, so either my memory was wrong or its performance has increased. This decoder was merged

Re: decoding ape_audiofiles

2008-05-11 Thread steef
, lame etc. There is a Free monkeyaudio (= .ape) decoder in libavcodec/ffmpeg. I was about to says that it was twice slower than the proprietary official decoder, but I just re-did a benchmark and found exactly the same decoding time, so either my memory was wrong or its performance has

Re: decoding ape_audiofiles

2008-05-11 Thread mond
On May 11, 7:50 am, steef [EMAIL PROTECTED] wrote: hi list is there a (debian) way to decode .apefiles into .flac or .wav under etch? just to decode some fine jazz-music by tommy flanagan. imo i need the mac-library, but this software seems to be unfree i know of shntool, lame etc. regards,

Re: decoding

2008-05-10 Thread Raj Kiran Grandhi
Frank McCormick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Someone sent me an email which **appears* to be base64 encoded? here's the first few lines: - --Boundary_(ID_lsgMnwyfMlYdcpjna13q/Q) Content-type: text/plain; charset=utf-8 Content-language: Content-transfer-encoding:

Re: decoding

2008-05-10 Thread debian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mumia W.. wrote: | On 05/09/2008 06:31 PM, Frank McCormick wrote: | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA1 | | | | Someone sent me an email which **appears* to be base64 encoded? | | | here's the first few lines: | | -

Re: decoding

2008-05-10 Thread debian
Raj Kiran Grandhi wrote: Frank McCormick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Someone sent me an email which **appears* to be base64 encoded? here's the first few lines: - --Boundary_(ID_lsgMnwyfMlYdcpjna13q/Q) Content-type: text/plain; charset=utf-8 Content-language:

Re: decoding

2008-05-10 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/10/08 06:54, [EMAIL PROTECTED] wrote: Raj Kiran Grandhi wrote: [snip] Prepend the line begin-base64 644 - to your encoded text. Append the line and pipe it through `uudecode' That also did it. Came out like the message imported

decoding

2008-05-09 Thread Frank McCormick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Someone sent me an email which **appears* to be base64 encoded? here's the first few lines: - --Boundary_(ID_lsgMnwyfMlYdcpjna13q/Q) Content-type: text/plain; charset=utf-8 Content-language: Content-transfer-encoding: base64

Re: decoding

2008-05-09 Thread Kevin Mark
On Fri, May 09, 2008 at 07:31:52PM -0400, Frank McCormick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Someone sent me an email which **appears* to be base64 encoded? here's the first few lines: - --Boundary_(ID_lsgMnwyfMlYdcpjna13q/Q) Content-type: text/plain;

Re: decoding

2008-05-09 Thread Frank McCormick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 09 May 2008 19:46:04 -0400 Kevin Mark [EMAIL PROTECTED] wrote: On Fri, May 09, 2008 at 07:31:52PM -0400, Frank McCormick wrote: Someone sent me an email which **appears* to be base64 encoded? here's the first few lines: -

Re: decoding

2008-05-09 Thread Alan Ianson
On Fri May 9 2008 04:31:52 pm Frank McCormick wrote: Someone sent me an email which **appears* to be base64 encoded? here's the first few lines: --Boundary_(ID_lsgMnwyfMlYdcpjna13q/Q) Content-type: text/plain; charset=utf-8 Content-language: Content-transfer-encoding: base64

Re: decoding

2008-05-09 Thread Frank McCormick
On Fri, 09 May 2008 18:35:49 -0700 Alan Ianson [EMAIL PROTECTED] wrote: On Fri May 9 2008 04:31:52 pm Frank McCormick wrote: Someone sent me an email which **appears* to be base64 encoded? here's the first few lines: --Boundary_(ID_lsgMnwyfMlYdcpjna13q/Q) Content-type: text/plain;

Re: decoding

2008-05-09 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/09/08 18:31, Frank McCormick wrote: Someone sent me an email which **appears* to be base64 encoded? here's the first few lines: --Boundary_(ID_lsgMnwyfMlYdcpjna13q/Q) Content-type: text/plain; charset=utf-8 Content-language:

Re: decoding

2008-05-09 Thread Mumia W..
On 05/09/2008 06:31 PM, Frank McCormick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Someone sent me an email which **appears* to be base64 encoded? here's the first few lines: - --Boundary_(ID_lsgMnwyfMlYdcpjna13q/Q) Content-type: text/plain; charset=utf-8 Content-language:

Re: Hardware oder Software Problem? (xine decoding mpeg2)

2006-09-19 Thread Markus Schulz
Am Montag, 18. September 2006 23:10 schrieb Harald Gutmann: das mit dem software scaling wäre natürlich eine plausible erklärung, aber ich habe in dem xineliboutput plugin, als local frontend XV eingestellt, sollte somit passen. in der config datei dazu ist auch eindeutig: %

Re: Hardware oder Software Problem? (xine decoding mpeg2)

2006-09-18 Thread Christian Frommeyer
Am Sonntag 17 September 2006 12:45 schrieb Harald Gutmann: das problem dabei ist, dass ich es nicht schaffe, auf dem rechner eine DVD ruckelfrei abzuspielen, auch schafft es xine nicht, einen dvb-s stream ruckelfrei darzustellen. unter windows (winxp nacktinstallation) funktioniert aber auf

Re: Hardware oder Software Problem? (xine decoding mpeg2)

2006-09-18 Thread Markus Schulz
Am Sonntag, 17. September 2006 12:45 schrieb Harald Gutmann: hallo! ich habe hier einen älteren rechner, mit einem p3 866, 256mb ram und einer geforce riva tnt2 32mb. nun habe ich dort ein debian etch installiert, die treiber für die grafikkarte (nvidia-kernel-legacy-source) sind allerdings

Re: Hardware oder Software Problem? (xine decoding mpeg2)

2006-09-18 Thread Harald Gutmann
) verwendet xineliboutput-1.0.0.4-pre zum ausgeben des mpeg2 streams, auf dem bildschirm. xineliboutput, ist ein plugin welches direkt auf die xinelib aufsetzt, und nur eine gui darstellt, welche den vdr steuern kann, und das mpeg2 decoding übernimmt. der vdr prozess behindert in dem falle nicht das

Re: Hardware oder Software Problem? (xine decoding mpeg2)

2006-09-18 Thread Harald Gutmann
Markus Schulz wrote: Am Sonntag, 17. September 2006 12:45 schrieb Harald Gutmann: hallo! ich habe hier einen älteren rechner, mit einem p3 866, 256mb ram und einer geforce riva tnt2 32mb. nun habe ich dort ein debian etch installiert, die treiber für die grafikkarte

Hardware oder Software Problem? (xine decoding mpeg2)

2006-09-17 Thread Harald Gutmann
hallo! ich habe hier einen älteren rechner, mit einem p3 866, 256mb ram und einer geforce riva tnt2 32mb. nun habe ich dort ein debian etch installiert, die treiber für die grafikkarte (nvidia-kernel-legacy-source) sind allerdings aus sid. das problem dabei ist, dass ich es nicht schaffe,

Re: Hardware oder Software Problem? (xine decoding mpeg2)

2006-09-17 Thread Frank Dietrich
Hallo Harald, Harald Gutmann [EMAIL PROTECTED] wrote: ich habe hier einen älteren rechner, mit einem p3 866, 256mb ram und einer geforce riva tnt2 32mb. nun habe ich dort ein debian etch installiert, die treiber für die grafikkarte (nvidia-kernel-legacy-source) sind allerdings aus sid. das

Re: Hardware oder Software Problem? (xine decoding mpeg2)

2006-09-17 Thread Harald Gutmann
Frank Dietrich schrieb: Hallo Harald, Harald Gutmann [EMAIL PROTECTED] wrote: ich habe hier einen älteren rechner, mit einem p3 866, 256mb ram und einer geforce riva tnt2 32mb. nun habe ich dort ein debian etch installiert, die treiber für die grafikkarte (nvidia-kernel-legacy-source) sind

wep decoding for dhcp, wifi in sarge

2006-02-23 Thread L . V . Gandhi
I have done base install and ndiswrapper tools and modules. I have installed broadcom windows inf file, ndiswrapper -l worked and did modprobe ndiswrapper and ndiswrapper -m. Everything is OK. I have put HEX wep code in /etc/network/interfaces # wireless interface auto wlan0 iface wlan0 inet

Re: wep decoding for dhcp, wifi in sarge

2006-02-23 Thread Florian Kulzer
L.V.Gandhi wrote: I have done base install and ndiswrapper tools and modules. I have installed broadcom windows inf file, ndiswrapper -l worked and did modprobe ndiswrapper and ndiswrapper -m. Everything is OK. I have put HEX wep code in /etc/network/interfaces # wireless interface auto wlan0

Re: Mutt - decoding of QP-escaped headers

2004-02-10 Thread Derrick 'dman' Hudson
On Tue, Feb 10, 2004 at 02:08:48AM +0100, Shot wrote: | Hello. | | Derrick 'dman' Hudson: | | Note that this does not have any spaces in the encoded portion. Edit | the message mentioned above and change the header line to | | Subject:

Mutt - decoding of QP-escaped headers

2004-02-09 Thread Shot
Hello. My Mutt (binary from unstable) seems not to decode some QP-escaped headers for display, nor QP-escaped attachments names (for display and saving). I'd suspect it's an error on the sender's part, but other mailers do decode such headers properly; an example: Subject: =?iso-8859-2?Q?czu=B3y

Re: Mutt - decoding of QP-escaped headers

2004-02-09 Thread Derrick 'dman' Hudson
On Mon, Feb 09, 2004 at 05:48:50PM +0100, Shot wrote: | My Mutt (binary from unstable) seems not to decode some QP-escaped | headers for display, nor QP-escaped attachments names (for display and | saving). I'd suspect it's an error on the sender's part, but other | mailers do decode such headers

Re: Mutt - decoding of QP-escaped headers

2004-02-09 Thread Shot
Hello. Derrick 'dman' Hudson: Note that this does not have any spaces in the encoded portion. Edit the message mentioned above and change the header line to Subject: =?iso-8859-2?Q?czu=B3y=20barbarzy=F1ca=20-=20zaproszenie?= or Subject: =?iso-8859-2?Q?czu=B3y=20barbarzy=F1ca?= -

divx - intel indeo, decoding

2003-06-08 Thread +kenobi
Hello debian users. How to convert (decoding) Mpeg4 (DivX,XVid) avi video to old avi format Intel Indeo (3.x-5.x)? Thanx. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Best mp32ogg encoding/decoding

2003-03-17 Thread Joris Huizer
Hello everybody, I've just found something weird: I first tried to write a mp32ogg script using an mp32wav script I found (sorry I didn't write down the URL). This works great and the output's smaller than mp3s Then, today, I tried the mp32ogg at

Re: Best mp32ogg encoding/decoding

2003-03-17 Thread Vineet Kumar
* Joris Huizer [EMAIL PROTECTED] [20030317 13:47 PST]: Hello everybody, I've just found something weird: I first tried to write a mp32ogg script using an mp32wav script I found (sorry I didn't write down the URL). This works great and the output's smaller than mp3s Then, today, I tried

Mailman admin saying Error decoding authorization cookie

2002-02-03 Thread Alan Chandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I suddenly seem to have a problem with mailman After successfully logging in to admin one of my lists (all lists show this problem) - if I select another subsection I get thrown back to the login screen with the text Error decoding authorization

Re: MIME Decoding command-line tool?

2002-01-23 Thread Peter S Galbraith
Elizabeth Barham [EMAIL PROTECTED] wrote: I've been receiving MIME encoded messages in the mail from someone. These are base64 encoded and I'm having trouble extracting them. Is there a good command-line tool for doing this? 'munpack' from the mpack package. Peter

MIME Decoding command-line tool?

2002-01-22 Thread Elizabeth Barham
Hi, I've been receiving MIME encoded messages in the mail from someone. These are base64 encoded and I'm having trouble extracting them. Is there a good command-line tool for doing this (please don't menion mutt)? Thank you, Elizabeth

Re: MIME Decoding command-line tool?

2002-01-22 Thread dman
On Tue, Jan 22, 2002 at 06:48:16PM -0600, Elizabeth Barham wrote: | Hi, | | I've been receiving MIME encoded messages in the mail from | someone. These are base64 encoded and I'm having trouble extracting | them. Is there a good command-line tool for doing this (please don't | menion mutt)? Aww,

Re: MIME Decoding command-line tool?

2002-01-22 Thread Pollywog
On 2002.01.23 00:48 Elizabeth Barham wrote: Hi, I've been receiving MIME encoded messages in the mail from someone. These are base64 encoded and I'm having trouble extracting them. Is there a good command-line tool for doing this (please don't menion mutt)? Try uudeview:

Re: MIME Decoding command-line tool?

2002-01-22 Thread Colin Watson
On Tue, Jan 22, 2002 at 06:48:16PM -0600, Elizabeth Barham wrote: I've been receiving MIME encoded messages in the mail from someone. These are base64 encoded and I'm having trouble extracting them. Is there a good command-line tool for doing this (please don't menion mutt)? The mime-codecs

Re: MIME Decoding command-line tool?

2002-01-22 Thread Richard Cobbe
Lo, on Tuesday, January 22, Elizabeth Barham did write: Hi, I've been receiving MIME encoded messages in the mail from someone. These are base64 encoded and I'm having trouble extracting them. Is there a good command-line tool for doing this (please don't menion mutt)? It seems, from your

Re: MIME Decoding command-line tool? - base64

2002-01-22 Thread Alvin Oga
decoding alvin On Tue, 22 Jan 2002, Colin Watson wrote: On Tue, Jan 22, 2002 at 06:48:16PM -0600, Elizabeth Barham wrote: I've been receiving MIME encoded messages in the mail from someone. These are base64 encoded and I'm having trouble extracting them. Is there a good command-line tool

Re: MIME Decoding command-line tool? - base64

2002-01-22 Thread Acheron
http://www.ibiblio.org/pub/Linux/system/mail/mua/ - few more there other de-mime apps http://www.Linux-sec.net/Mail have fun decoding alvin On Tue, 22 Jan 2002, Colin Watson wrote: On Tue, Jan 22, 2002 at 06:48:16PM -0600, Elizabeth Barham wrote: I've been receiving MIME

Re: MIME Decoding command-line tool?

2002-01-22 Thread Bud Rogers
On Tuesday 22 January 2002 21:32 pm, Richard Cobbe wrote: It seems, from your X-Mailer header, that you're using Gnus. Doesn't it do MIME? Or is it the base64 encoding? That was the only thing that gnus didn't do well for me. At a time when I was having to deal with a lot of attachments --

Re: MIME Decoding command-line tool?

2002-01-22 Thread Elizabeth Barham
Bud Rogers [EMAIL PROTECTED] writes: On Tuesday 22 January 2002 21:32 pm, Richard Cobbe wrote: It seems, from your X-Mailer header, that you're using Gnus. Doesn't it do MIME? Or is it the base64 encoding? That was the only thing that gnus didn't do well for me. At a time when I was

Re: Xemacs/GNUs and decoding attachments

2000-07-02 Thread Christopher Splinter
* Andre Berger [EMAIL PROTECTED] wrote: Christopher Splinter [EMAIL PROTECTED] writes: * Andre Berger [EMAIL PROTECTED] wrote: Christopher Splinter [EMAIL PROTECTED] writes: If you use tm, you probably also use Gnus 5.8.0, right? You should upgrade. I did, and the problem is

Re: Xemacs/GNUs and decoding attachments

2000-07-02 Thread Andre Berger
Christopher Splinter [EMAIL PROTECTED] writes: * Andre Berger [EMAIL PROTECTED] wrote: Christopher Splinter [EMAIL PROTECTED] writes: * Andre Berger [EMAIL PROTECTED] wrote: Christopher Splinter [EMAIL PROTECTED] writes: If you use tm, you probably also use Gnus 5.8.0, right?

Re: Xemacs/GNUs and decoding attachments

2000-07-02 Thread Christopher Splinter
* Andre Berger [EMAIL PROTECTED] wrote: Not quite what I wanted though... I would like to get my MIME right to the Field menu back whenever I write or read a message. [EMAIL PROTECTED]: | from .emacs, but unfortunately I have to M-x mime/editor-mode by | hand now. Hm .. isn't that a tm

Xemacs/GNUs and decoding attachments

2000-07-01 Thread Andre Berger
I get this error when I try to decode an attachment I received. application/x-gzip; base64 - /tmp/Xautoconfig-0.6.tar.gz /usr/share/xemacs21/packages/lib-src/tmdecode: mmencode: command not found Process tm-file exited abnormally with code 127 How can I get rid of it? I'm using potato/PPC and

Re: Xemacs/GNUs and decoding attachments

2000-07-01 Thread Christopher Splinter
* Andre Berger [EMAIL PROTECTED] wrote: application/x-gzip; base64 - /tmp/Xautoconfig-0.6.tar.gz /usr/share/xemacs21/packages/lib-src/tmdecode: mmencode: command not found Try putting /usr/lib/xemacs-21.1.10/i386-debian-linux/ in your $PATH. Process tm-file exited abnormally with code 127

Re: Xemacs/GNUs and decoding attachments

2000-07-01 Thread Andre Berger
Christopher Splinter [EMAIL PROTECTED] writes: * Andre Berger [EMAIL PROTECTED] wrote: application/x-gzip; base64 - /tmp/Xautoconfig-0.6.tar.gz /usr/share/xemacs21/packages/lib-src/tmdecode: mmencode: command not found Try putting /usr/lib/xemacs-21.1.10/i386-debian-linux/ in your

Re: Xemacs/GNUs and decoding attachments

2000-07-01 Thread Christopher Splinter
* Andre Berger [EMAIL PROTECTED] wrote: Christopher Splinter [EMAIL PROTECTED] writes: If you use tm, you probably also use Gnus 5.8.0, right? You should upgrade. I did, and the problem is gone. But I get errors on startup: [...] Have a look at [EMAIL PROTECTED][1]. Does this help? [1]

Re: Xemacs/GNUs and decoding attachments

2000-07-01 Thread Andre Berger
Christopher Splinter [EMAIL PROTECTED] writes: * Andre Berger [EMAIL PROTECTED] wrote: Christopher Splinter [EMAIL PROTECTED] writes: If you use tm, you probably also use Gnus 5.8.0, right? You should upgrade. I did, and the problem is gone. But I get errors on startup: [...]

Re: Decoding BinHex4.0

2000-05-25 Thread David Teague
Sebastian I have a similar problem with correspondents who use a Macintosh. I get BinHex'ed attachments too. If you have success in finding an unBinHex-er I'd appreciate your sharing. --David David Teague, [EMAIL PROTECTED] Debian GNU/Linux Because software support is free, timely,

Re: Decoding BinHex4.0

2000-05-25 Thread Sebastian Canagaratna
David: Just after posting the note I found that there was a package in main/otherofs called macutils. I used apt-get install macutils and it gave a file which I think is called hixbin. It insall the mime to use hexbin when it comes across The BinHex format and it seems to work,

Re: Decoding BinHex4.0

2000-05-25 Thread Tony
I usually do this (long-winded): save attachment-name hexbin -d attachment-name mv attachmnent-name.data attachment-name Tony ^ ^Sebastian ^ ^I have a similar problem with correspondents who use a Macintosh. I ^get BinHex'ed attachments too. If you have success in finding an ^unBinHex-er I'd

Re: Decoding BinHex4.0

2000-05-25 Thread David Wright
Quoting Tony ([EMAIL PROTECTED]): I usually do this (long-winded): save attachment-name hexbin -d attachment-name mv attachmnent-name.data attachment-name For this reason, I usually use uudeview and just run it on the whole mailbox containing the attachment(s). It finds them automatically and

Decoding BinHex4.0

2000-05-24 Thread Sebastian Canagaratna
What is the way to decode an email obtain with attachments which say they need to be decoded with BinHEx4.0? This originated from a Mac I am using metamail with elm which does not seem to be able to do it. mimencode -u was also unsuccessful. Are there any specific programs for this? Thanks.

Re: Decoding BinHex4.0

2000-05-24 Thread Mark Carroll
On Wed, 24 May 2000, Sebastian Canagaratna wrote: What is the way to decode an email obtain with attachments which say they need to be decoded with BinHEx4.0? This originated from a Mac I am using metamail with elm which does not seem to be able to do it. mimencode -u was also unsuccessful.

Decoding MP3 to WAV

2000-02-13 Thread Pavel Epifanov
Dear All, There are plenty of tools to encode WAV - MP3. I use bladeenc (just download and compile from its home). Whats about back convertion (decoding). MP3-HOWTO only covers encoding process if I am right. Is there a debiantized packages already ? --- Regards, Pavel Epifanov. [EMAIL

Re: Decoding MP3 to WAV

2000-02-13 Thread Robert L. Harris
mpg123 -o file.wave file.mp3 Thus spake Pavel Epifanov ([EMAIL PROTECTED]): Dear All, There are plenty of tools to encode WAV - MP3. I use bladeenc (just download and compile from its home). Whats about back convertion (decoding). MP3-HOWTO only covers encoding process if I am right

Re: Decoding MP3 to WAV

2000-02-13 Thread Jacob Schmude
, Robert L. Harris wrote: mpg123 -o file.wave file.mp3 Thus spake Pavel Epifanov ([EMAIL PROTECTED]): Dear All, There are plenty of tools to encode WAV - MP3. I use bladeenc (just download and compile from its home). Whats about back convertion (decoding). MP3-HOWTO only covers

[Q] not find CGI decoding program ?

1999-04-12 Thread chul-yong,shin
Hi. I made a cgi script by shell script as my book said. but I can not do my script. I can not find cgiparse program( cgi decording program ). I'm using debian 2.1+apache. Which package do I install for getting decoding ? What name is the decording ? where is location path ? Thanks

decoding/viewing pictures

1999-02-22 Thread ivan
Hello again ! As I often download fractal images from the newsgroups I would like to find a news reader which will auto-decode the encrypted graphics and auto-exec a viewer programme ? Can anyone recommend a good picture viewer - prefer svgalib based rather than X based but any _good_ viewer is

Re: decoding/viewing pictures

1999-02-22 Thread Frank Barknecht
ivan hat gesagt: // ivan wrote: As I often download fractal images from the newsgroups I would like to find a news reader which will auto-decode the encrypted graphics and auto-exec a viewer programme ? Can anyone recommend a good picture viewer - prefer svgalib based rather than X based

Re: decoding/viewing pictures

1999-02-22 Thread Anthony Campbell
On 22 Feb 1999q, ivan wrote: Hello again ! As I often download fractal images from the newsgroups I would like to find a news reader which will auto-decode the encrypted graphics and auto-exec a viewer programme ? Can anyone recommend a good picture viewer - prefer svgalib based rather

Re: decoding base64

1997-09-16 Thread Jim Pick
I keep getting e-mail through Juno from my boyfriend who is on an aircraft carrier. The last time, I used uuencode. This time it says base64. Can you tell my why they are coming to me encoded. Also, is there an easy way for me to decode this message. The uuencode doesn't work. Maybe it

Re: decoding base64

1997-09-16 Thread Jim Pick
Sorry to follow up to my own message - but mimedecode doesn't do what I though it did. I was thinking of uudeview from the uudeview package. Cheers, - Jim pgprEgZoU8oOP.pgp Description: PGP signature

Re: decoding base64

1997-09-16 Thread Hamish Moffatt
On Mon, Sep 15, 1997 at 06:03:11PM -0700, Jim Pick wrote: I keep getting e-mail through Juno from my boyfriend who is on an aircraft carrier. The last time, I used uuencode. This time it says base64. Can you tell my why they are coming to me encoded. Also, is there an easy way for

Re: decoding base64

1997-09-16 Thread Dale Scheetz
On Mon, 15 Sep 1997 [EMAIL PROTECTED] wrote: Hi I keep getting e-mail through Juno from my boyfriend who is on an aircraft carrier. The last time, I used uuencode. This time it says base64. Can you tell my why they are coming to me encoded. Also, is there an easy way for me to decode

decoding base64

1997-09-15 Thread BecBauer
Hi I keep getting e-mail through Juno from my boyfriend who is on an aircraft carrier. The last time, I used uuencode. This time it says base64. Can you tell my why they are coming to me encoded. Also, is there an easy way for me to decode this message. The uuencode doesn't work. Maybe it