Re: DD convert files to UDF filesystem

2024-10-20 Thread David Christensen
On 10/20/24 13:00, William Torrez Corea wrote: I am trying to boot my USB but this device is unrecognizable for the BIOS. How can I convert filesystems through DD? I want to save a copy of the file in MSDOS or GPT. What is the make and model of your computer? What is the make and model of

Re: DD convert files to UDF filesystem

2024-10-20 Thread Charles Curley
boot a CD or DVD image on a USB device? That is an entirely different can of worms. > > How can I convert filesystems through DD? Short answer, dd is probably overkill for this. Probably. However, what you have told us so far is so vague and confusing that you should first make clear what

DD convert files to UDF filesystem

2024-10-20 Thread William Torrez Corea
I am trying to boot my USB but this device is unrecognizable for the BIOS. How can I convert filesystems through DD? I want to save a copy of the file in MSDOS or GPT. -- With kindest regards, William. *Larry Wall invented a messy programming language -- and changed the face of the Web*

Re: Bookworm: Where are the ImageMagick binaries other than `convert`?

2024-04-01 Thread Bruno Kleinert
Am Dienstag, dem 02.04.2024 um 13:35 +1030 schrieb Christian Gelinek: > Thank you all for your responses. > > On 2/4/24 12:41, Greg Wooledge wrote: > > On Mon, Apr 01, 2024 at 10:06:40PM -0400, e...@gmx.us wrote: > > > > The command-line equivalent is "dpkg -L", to list the files that belong >

Re: Bookworm: Where are the ImageMagick binaries other than `convert`?

2024-04-01 Thread Christian Gelinek
Thank you all for your responses. On 2/4/24 12:41, Greg Wooledge wrote: > On Mon, Apr 01, 2024 at 10:06:40PM -0400, e...@gmx.us wrote: > > The command-line equivalent is "dpkg -L", to list the files that belong > to an installed package. I should note that down somewhere... I'm sure I've come ac

Re: Bookworm: Where are the ImageMagick binaries other than `convert`?

2024-04-01 Thread Charles Curley
On Tue, 2 Apr 2024 12:07:47 +1030 Christian Gelinek wrote: > I have ImageMagick installed, but only the `convert` binary is in my > path. > > Other binaries like `magick` are not. Where can I find them, why > aren't they installed? man imagemagick -- Does anybody read

Re: Bookworm: Where are the ImageMagick binaries other than `convert`?

2024-04-01 Thread Greg Wooledge
On Mon, Apr 01, 2024 at 10:06:40PM -0400, e...@gmx.us wrote: > On 4/1/24 21:37, Christian Gelinek wrote: > > Hi, > > > > I have ImageMagick installed, but only the `convert` binary is in my path. > > > > Other binaries like `magick` are not. Where can I find t

Re: Bookworm: Where are the ImageMagick binaries other than `convert`?

2024-04-01 Thread eben
On 4/1/24 21:37, Christian Gelinek wrote: Hi, I have ImageMagick installed, but only the `convert` binary is in my path. Other binaries like `magick` are not. Where can I find them, In Synaptic, if you get the properties of an installed package one of the tabs is "installed files"

Bookworm: Where are the ImageMagick binaries other than `convert`?

2024-04-01 Thread Christian Gelinek
Hi, I have ImageMagick installed, but only the `convert` binary is in my path. Other binaries like `magick` are not. Where can I find them, why aren't they installed? Thanks, Christian

Re: Convert PostScript .pfa to .pfb?

2023-07-15 Thread Tom Browder
On Sat, Jul 15, 2023 at 00:35 wrote: > On Fri, Jul 14, 2023 at 05:09:22PM -0400, gene heskett wrote: I have filed issues with: + https://github.com/fontforge/fontforge/issues + https://github.com/antlarr-suse/ttf-converter/issues Watch progress of my Raku module FontConverter (a WIP) at: +

Re: Convert PostScript .pfa to .pfb?

2023-07-14 Thread tomas
On Fri, Jul 14, 2023 at 05:09:22PM -0400, gene heskett wrote: [...] > > > /share/fontforge/ > WTH? /share is not and never has been a root directory in any distro I ever > used. It might be just "usr merge, to the bitter end" ;-) To me it looks like a "configure" gone wrong, where the prefi

Re: Convert PostScript .pfa to .pfb?

2023-07-14 Thread gene heskett
On 7/14/23 16:11, Charles Curley wrote: On Fri, 14 Jul 2023 07:37:50 -0500 Tom Browder wrote: Well, life is not so simple. The example script doesn't work off the mark because fontforge apparently has hard-coded paths. Well, that was silly of them. For starters, it expects /share/font

Re: Convert PostScript .pfa to .pfb?

2023-07-14 Thread Tom Browder
On Fri, Jul 14, 2023 at 15:11 Charles Curley < charlescur...@charlescurley.com> wrote: > On Fri, 14 Jul 2023 07:37:50 -0500 > Tom Browder wrote: > > > Well, life is not so simple. The example script doesn't work off the > > mark because fontforge apparently has hard-coded paths. > > Well, that wa

Re: Convert PostScript .pfa to .pfb?

2023-07-14 Thread Charles Curley
On Fri, 14 Jul 2023 07:37:50 -0500 Tom Browder wrote: > Well, life is not so simple. The example script doesn't work off the > mark because fontforge apparently has hard-coded paths. Well, that was silly of them. > For starters, > it expects > >/share/fontforge/ > > but my installation ha

Re: Convert PostScript .pfa to .pfb?

2023-07-14 Thread Tom Browder
nversion I need. > >From reading the code it looks as if it will convert .pfa (.t1, .t1a) files as well as .pfb. Excellent! -Tom

Re: Convert PostScript .pfa to .pfb?

2023-07-14 Thread Tom Browder
On Fri, Jul 14, 2023 at 07:37 Tom Browder wrote: > On Thu, Jul 13, 2023 at 18:29 Tom Browder wrote: > > Aha, I found a python (ugh) ttf-converter on Github. I hope I can kludge a mod to do the conversion I need. -Tom

Re: Convert PostScript .pfa to .pfb?

2023-07-14 Thread Tom Browder
On Thu, Jul 13, 2023 at 18:29 Tom Browder wrote: > Well, life is not so simple. The example script doesn't work off the mark because fontforge apparently has hard-coded paths. For starters, it expects /share/fontforge/ but my installation has /usr/share/fontforge But there is hope. Will

Re: Convert PostScript .pfa to .pfb?

2023-07-13 Thread Tom Browder
On Thu, Jul 13, 2023 at 17:06 Dan Ritter wrote: > Tom Browder wrote: > https://fontforge.org/docs/faq.html#faq-outline-conversion Yes, Dan, I'm using that for the .pfb conversion since they show that. And I do plan to try with .t1/.pfa after I get my .pfb converter working. I was hoping someo

Re: Convert PostScript .pfa to .pfb?

2023-07-13 Thread Dan Ritter
Tom Browder wrote: > I know the binary version of the PS fonts can be converted to TrueType by > FontForge. > > However, is there a way to convert from the PS ASCII version .pfa file to > the binary .pfb file? I think that fontforge can do it. Worth trying; it's packaged. h

Re: Convert PostScript .pfa to .pfb?

2023-07-13 Thread James H. H. Lampert
On 7/13/23 2:28 PM, Tom Browder wrote: I know the binary version of the PS fonts can be converted to TrueType by FontForge. However, is there a way to convert from the PS ASCII version .pfa file to the binary .pfb file? I have a very old font editor, that I used briefly (on a neighbor&#

Convert PostScript .pfa to .pfb?

2023-07-13 Thread Tom Browder
I know the binary version of the PS fonts can be converted to TrueType by FontForge. However, is there a way to convert from the PS ASCII version .pfa file to the binary .pfb file? Thanks. -Tom

Re: Howto convert from blu-ray to usb-stick?

2022-07-08 Thread Thomas Schmitt
Hi, Øyvind Hagen wrote: > I have first edition of Debian 9. > I want to convert from Blu-rays to USB-stics to take care of content I try to understand your situation. Two theories come to me (if none matches your situation, then please explain it more ver

Howto convert from blu-ray to usb-stick?

2022-07-08 Thread Øyvind Hagen
Hi to Debian. I have first edition of Debian 9. I want to convert from Blu-rays to USB-stics to take care of content and also the USB-stick do not making damaging of the disc. I have tried to understand the content of some console help descriptions to convert, copy, burning to iso but I did not

Re: Using fontforge to convert TrueType or OpenType fonts to PostScript Type 1

2021-07-27 Thread Tom Browder
On Mon, Jul 26, 2021 at 23:50 Teemu Likonen wrote: > > * 2021-07-26 16:15:01-0500, Tom Browder wrote: > > Can anyone show how to script the above conversion? > It's not good writing style to refer to a subject or heading. True, I don't usually do that. I apologize. > the script itself is simple

Re: Using fontforge to convert TrueType or OpenType fonts to PostScript Type 1

2021-07-26 Thread Teemu Likonen
* 2021-07-26 16:15:01-0500, Tom Browder wrote: > Can anyone show how to script the above conversion? It's not good writing style to refer to a subject or heading. A reader may need to skip back to it if he didn't expect it to be referred later. Message or document content should be clear even wit

Using fontforge to convert TrueType or OpenType fonts to PostScript Type 1

2021-07-26 Thread Tom Browder
Can anyone show how to script the above conversion? The output should at least have the first 256 glyps, but converting to multiple Types 1 or an acceptable PostScript Level 2 or 3 advanced type is better (as long it can be represented in a PS printer-acceptable text file). I have had success cre

Re: [BUG REPORT] luajit-2.1.0-beta3/jit/bcsave.lua:240: cannot convert 'nil' to 'unsigned short'

2021-02-24 Thread YunQiang Su
packages.debian.org/sid/luajit > > (2) Description of problem > When I build bcc, there exists the following build error: > [ 34%] Generating bcc.o > /usr/bin/luajit: /usr/share/luajit-2.1.0-beta3/jit/bcsave.lua:240: cannot > convert 'nil' to 'unsigned short'

[BUG REPORT] luajit-2.1.0-beta3/jit/bcsave.lua:240: cannot convert 'nil' to 'unsigned short'

2021-02-23 Thread Tiezhu Yang
-beta3/jit/bcsave.lua:240: cannot convert 'nil' to 'unsigned short' [ 35%] Linking C executable bcc-lua cc: error: bcc.o: No such file or directory (3) Steps to Reproduce # According to https://packages.debian.org/source/sid/bpfcc, # BCC build dependencies: sudo apt-get instal

Re: which package can convert barcode image to url?

2020-10-22 Thread Richard Hector
On 23/10/20 10:57 am, Long Wind wrote: > On Thursday, October 22, 2020, 8:18:18 AM EDT, didier gaumet > wrote: > > and for the GUI way: it seems qtqr should do the trick: > https://screenshots.debian.net/package/qtqr > > > Thanks, but my problem has been solved. > PS: they use jpeg format, it's

Re: which package can convert barcode image to url?

2020-10-22 Thread didier gaumet
Le mercredi 21 octobre 2020 à 01:40:04 UTC+2, Charles Curley a écrit : [...] > I have used zbar-tools to decode bar codes [...] and for the GUI way: it seems qtqr should do the trick: https://screenshots.debian.net/package/qtqr

Re: which package can convert barcode image to url?

2020-10-21 Thread Charles Curley
g some man > > pages, this worked: > > > > richard@zircon <mailto:richard@zircon>:~$ convert dierge_16.jpg > > -sharpen 0x3 - | zbarimg - > > QR-Code:http://stock.pingan.com/huodong/AnEXZ/down.html > > scanned 1 barcode symbols from 1 images in 0.01 seconds This also w

Re: which package can convert barcode image to url?

2020-10-20 Thread Richard Hector
On 21/10/20 2:19 pm, Long Wind wrote: > On Tuesday, October 20, 2020, 9:06:25 PM EDT, Richard Hector > wrote: > > . > After installing imagemagick (and zbar-tools), and reading some man > pages, this worked: > > richard@zircon <mailto:richard@zircon>:~$ conver

Re: which package can convert barcode image to url?

2020-10-20 Thread Richard Hector
; > Can you get a clearer image? > > I couldn't read it with zbarimg, but then I loaded it into the GIMP and > sharpened it, and then zbarimg could read it. After installing imagemagick (and zbar-tools), and reading some man pages, this worked: richard@zircon:~$ conv

Re: which package can convert barcode image to url?

2020-10-20 Thread Richard Hector
On 21/10/20 1:34 pm, Long Wind wrote: > > Thank Charles! but i really mean QR code: how to change it to url > i've installed qtqr, it can't decode it though my phone can scan it > i attach it in attachment Can you get a clearer image? I couldn't read it with zbarimg, but then I loaded it into th

Re: which package can convert barcode image to url?

2020-10-20 Thread Long Wind
Thank Charles! but i really mean QR code: how to change it to urli've installed qtqr, it can't decode it though my phone can scan iti attach it in attachment

Re: which package can convert barcode image to url?

2020-10-20 Thread Charles Curley
. However, 'Barcode to PC', an app for iOS, did recognize the sample, and read it correctly. However, for Long Wind's question: > which package can convert barcode image to url? I am going to assume you mean a standard linear bar code, such as an International Standard Book

Re: which package can convert barcode image to url?

2020-10-20 Thread Long Wind
On Tuesday, October 20, 2020, 6:26:18 PM EDT, Siard wrote: Same as QR code?  dmtx-utils should be able to do it. It contains 2 programs: dmtxread and dmtxwrite. See also http://libdmtx.sourceforge.net yes, i mean QR code i've installed dmtx-utils, but it can't read image file dmtxre

Re: which package can convert barcode image to url?

2020-10-20 Thread Siard
Long Wind wrote: > in Chinese barcode is called 2-dimension code Same as QR code? dmtx-utils should be able to do it. It contains 2 programs: dmtxread and dmtxwrite. See also http://libdmtx.sourceforge.net

which package can convert barcode image to url?

2020-10-20 Thread Long Wind
in Chinese barcode is called 2-dimension code sorry, i have asked this question before, but can't find it in mailbox by search https://lists.debian.org/search.html isn't helpful either

Re: downgrade ghostscript to get convert etc working

2020-03-08 Thread David Wright
imagemagick 6.9 [3] No. > command: > > convert -composite bg.png fg.png -gravity center out.png For gravity to work, I had to place it first, otherwise I get northwest. I just used a couple of screenshots and a couple of PDFs, placing the smaller on the larger each time. > error

Re: downgrade ghostscript to get convert etc working

2020-03-08 Thread Emanuel Berg
Has this problem been mentioned in the BTS, you think? I found this [1] but no one seems to match this situation exactly what I can see (?) Can any of you guys reproduce it? I'm on buster [2] with imagemagick 6.9 [3] command: convert -composite bg.png fg.png -gravity center out.png

Re: downgrade ghostscript to get convert etc working

2020-03-08 Thread Jonas Smedegaard
Quoting Marco Möller (2020-03-08 13:26:25) > If the newer version (currently v9.50 in bullseye (testing)) would > solve the problem, then you may want to ask if someone could place > this newer version from bullseye into the buster-backports repository. > Afterwards you could install the backpor

Re: downgrade ghostscript to get convert etc working

2020-03-08 Thread Marco Möller
If the newer version (currently v9.50 in bullseye (testing)) would solve the problem, then you may want to ask if someone could place this newer version from bullseye into the buster-backports repository. Afterwards you could install the backported version 9.50 from there without hassle. This w

Re: downgrade ghostscript to get convert etc working

2020-03-08 Thread Curt
On 2020-03-08, Jonas Smedegaard wrote: > > The solution is *not* to downgrade: It is a security-related change. > > The solution is therefore to fix the Postscript code. > > That said, if you insist on doing a potentially dangerous _workaround_=20 > then there's https://snapshot.debian.org/ > Cou

Re: downgrade ghostscript to get convert etc working

2020-03-08 Thread didier gaumet
Hello, I have not tried this and do not use imagemagick directly (it is installed as a dependance on my system): perhaps you can deinstall imagemagick and install graphicsmagick-imagemagick-compat instead? (Sorry, Emmanuel, my mistake, I dit click on "answer" and sent tp you a private mail)

Re: downgrade ghostscript to get convert etc working

2020-03-07 Thread Emanuel Berg
Jonas Smedegaard wrote: > The solution is *not* to downgrade: It is > a security-related change. OK, but here they say: Debian Buster (10) just came into Soft Freeze stage, after Full freeze it will be too late and this newly introduced bug will not be fixed for Debian Buster ...

Re: downgrade ghostscript to get convert etc working

2020-03-07 Thread Jonas Smedegaard
Quoting Emanuel Berg (2020-03-07 23:07:16) > It seems convert doesn't work on Debian Buster, I get an error for > this command > > convert -composite $bg $fg -gravity center comp.png > > namely this message: "convert-im6.q16: no images defined `c

downgrade ghostscript to get convert etc working

2020-03-07 Thread Emanuel Berg
It seems convert doesn't work on Debian Buster, I get an error for this command convert -composite $bg $fg -gravity center comp.png namely this message: "convert-im6.q16: no images defined `comp.png' @ error/convert.c/ConvertImageCommand/3258." I heard the solution is d

Re: Convert PDF to PS

2019-11-30 Thread Bernd Gruber
Bradley Pursley wrote: > > 1) How do I configure CUPS to print to PS instead of PDF? Take a look at this: https://forum.ubuntuusers.de/topic/virtueller-png-drucker/ though it is in german, you might find out, how it works, edit in file: /etc/cups/cups-pdf.conf this line: #GSCall %s -q -dCompa

Re: Convert PDF to PS

2019-11-29 Thread Brian
to behave would help. > 2)  Are there any programs in Linux to convert PDF files to PS? > > Please note that I do have a very good reason to do this and am not going to > discuss my rationale. Please note that I do have a very good reason to ask my question and am willing to discuss

Re: Convert PDF to PS

2019-11-29 Thread The Wanderer
On 2019-11-29 at 12:10, Bradley Pursley wrote: > I have a few questions and was wondering if anyone out there could > help me? > > 1) How do I configure CUPS to print to PS instead of PDF? No idea about this offhand (though I could dig), but: > 2) Are there any programs in L

Convert PDF to PS

2019-11-29 Thread Bradley Pursley
I have a few questions and was wondering if anyone out there could help me? 1)  How do I configure CUPS to print to PS instead of PDF? 2)  Are there any programs in Linux to convert PDF files to PS? Please note that I do have a very good reason to do this and am not going to discuss my

Re: convert english+greek emacs file to pdf - mutt configuration

2019-11-17 Thread David Wright
On Mon 18 Nov 2019 at 03:15:06 (+), Russell L. Harris wrote: > On Sun, Nov 17, 2019 at 07:44:48PM -0600, David Wright wrote: > > On Sat 16 Nov 2019 at 20:07:42 (+0100), deloptes wrote: > > You don't say how the problem manifested itself. My buster/mutt > > displays the post as I assume the writ

Re: convert english+greek emacs file to pdf - mutt configuration

2019-11-17 Thread Russell L. Harris
On Sun, Nov 17, 2019 at 07:44:48PM -0600, David Wright wrote: On Sat 16 Nov 2019 at 20:07:42 (+0100), deloptes wrote: You don't say how the problem manifested itself. My buster/mutt displays the post as I assume the writer desired it to appear. The email was in UTF-8 despite not declaring itself

Re: convert english+greek emacs file to pdf - SOLVED

2019-11-17 Thread David Wright
On Sat 16 Nov 2019 at 20:07:42 (+0100), deloptes wrote: > Russell L. Harris wrote: > > > On StackExchange I found two solutions. The first, which was the > > recommended, did not work. The second did work, and is simple: > > > > \documentclass{article} > > > > \usepackage[utf8]{inputenc} > > \

Re: convert english+greek emacs file to pdf - SOLVED

2019-11-17 Thread 刘涛
deloptes wrote:Russell L. Harris wrote: > On StackExchange I found two solutions.  The first, which was the > recommended, did not work.  The second did work, and is simple: > > \documentclass{article} > > \usepackage[utf8]{inputenc} > \usepackage[greek,english]{babel} > \usepackage{alp

Re: convert english+greek emacs file to pdf - SOLVED

2019-11-16 Thread deloptes
Russell L. Harris wrote: > On StackExchange I found two solutions. The first, which was the > recommended, did not work. The second did work, and is simple: > > \documentclass{article} > > \usepackage[utf8]{inputenc} > \usepackage[greek,english]{babel} > \usepackage{alphabeta} > > \begin{docu

Re: convert english+greek emacs file to pdf - SOLVED

2019-11-16 Thread Russell L. Harris
On StackExchange I found two solutions. The first, which was the recommended, did not work. The second did work, and is simple: \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[greek,english]{babel} \usepackage{alphabeta} \begin{document} ?? ?? ??

convert english+greek emacs file to pdf

2019-11-15 Thread Russell L. Harris
I am running Debian 9.11 with a HP Laserjet P3015 Postscript. By means of rodent-cut-and-paste from a web page, I have on the emacs screen a file with a combination of English and Greek characters. But I need a paper copy. FILE -> PRINT POSTSCRIPT BUFFER renders the Greek characters as quest

Re: Convert PDF to TIFF at a certain bits-per-sample amount

2019-04-24 Thread Jonas Smedegaard
Quoting Rodolfo Medina (2019-04-24 00:26:15) > Jonas Smedegaard writes: > > > Quoting mick crane (2019-04-23 23:36:19) > >> On 2019-04-23 21:02, Rodolfo Medina wrote: > >> > How can I convert PDF to TIFF at a certain bit-per-sample quantity? > >> &g

Re: Convert PDF to TIFF at a certain bits-per-sample amount

2019-04-23 Thread Eric S Fraga
On Tuesday, 23 Apr 2019 at 22:58, didier gaumet wrote: > Le 23/04/2019 à 22:02, Rodolfo Medina a écrit : >> $ convert file.pdf file.tif > with convert, maybe the -depth option? maybe -density instead. -- Eric S Fraga via Emacs 27.0.50 & org 9.2.2 on Debian 9.8

Re: Convert PDF to TIFF at a certain bits-per-sample amount

2019-04-23 Thread Rodolfo Medina
Jonas Smedegaard writes: > Quoting mick crane (2019-04-23 23:36:19) >> On 2019-04-23 21:02, Rodolfo Medina wrote: >> > Hi all. >> > >> > How can I convert PDF to TIFF at a certain bit-per-sample quantity? >> > Say, 8...? >> > Any partic

Re: Convert PDF to TIFF at a certain bits-per-sample amount

2019-04-23 Thread Jonas Smedegaard
Quoting mick crane (2019-04-23 23:36:19) > On 2019-04-23 21:02, Rodolfo Medina wrote: > > Hi all. > > > > How can I convert PDF to TIFF at a certain bit-per-sample quantity? > > Say, 8...? > > Any particular option to > > > > $ convert f

Re: Convert PDF to TIFF at a certain bits-per-sample amount

2019-04-23 Thread mick crane
On 2019-04-23 21:02, Rodolfo Medina wrote: Hi all. How can I convert PDF to TIFF at a certain bit-per-sample quantity? Say, 8...? Any particular option to $ convert file.pdf file.tif ? Or any other way...? Thanks for any help, Rodolfo there's got to be a pdf2tiff there's

Re: Convert PDF to TIFF at a certain bits-per-sample amount

2019-04-23 Thread didier gaumet
Le 23/04/2019 à 22:02, Rodolfo Medina a écrit : > Hi all. > > How can I convert PDF to TIFF at a certain bit-per-sample quantity? Say, > 8...? > Any particular option to > > $ convert file.pdf file.tif > > ? Or any other way...? > > Thanks for any help,

Convert PDF to TIFF at a certain bits-per-sample amount

2019-04-23 Thread Rodolfo Medina
Hi all. How can I convert PDF to TIFF at a certain bit-per-sample quantity? Say, 8...? Any particular option to $ convert file.pdf file.tif ? Or any other way...? Thanks for any help, Rodolfo

(solved)Re: is there package that convert qr code to url?

2017-07-12 Thread Long Wind
Thank Celejar! I find an app in my cell phone that can scan code and show url i don't need a package that do the job now thanks anyway!

Re: is there package that convert qr code to url?

2017-07-11 Thread Fungi4All
> From: cele...@gmail.com > To: debian-user@lists.debian.org > Perhaps zbar-tools (no experience with it)? > On Tue, 11 Jul 2017 04:51:19 +0800 > Long Wind wrote: >> thanks! >> > Celejar I went looking for a package named Calejar

Re: is there package that convert qr code to url?

2017-07-10 Thread Celejar
Perhaps zbar-tools (no experience with it)? On Tue, 11 Jul 2017 04:51:19 +0800 Long Wind wrote: > thanks! > Celejar

is there package that convert qr code to url?

2017-07-10 Thread Long Wind
thanks!

Re: Resolved already: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-12-05 Thread maderios
On 12/05/2016 03:19 PM, cbannis...@slingshot.co.nz wrote: On Tue, Nov 01, 2016 at 03:29:00PM +0100, maderios wrote: Yes, in the past, Marillat repository name *was* 'debian-multimedia', then he changed his site in 'deb-multimedia'. He was asked by Debian to change the domain name so people wou

Resolved: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-11-04 Thread Tony Baldwin
On 11/04/2016 11:31 PM, Michael J. Ford wrote: It's also in debian testing: mford@voyager:~$ apt list | grep ^ffmpeg/ ffmpeg/testing,now 7:3.1.5-1 amd64 [installed] On Mon, 2016-10-31 at 22:47 +0100, sp113438 wrote: On Mon, 31 Oct 2016 17:35:49 -0400 Tony Baldwin wrote: There seems to be

Re: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-11-04 Thread Michael J. Ford
It's also in debian testing: mford@voyager:~$ apt list | grep ^ffmpeg/ ffmpeg/testing,now 7:3.1.5-1 amd64 [installed] On Mon, 2016-10-31 at 22:47 +0100, sp113438 wrote: > On Mon, 31 Oct 2016 17:35:49 -0400 > Tony Baldwin wrote: > > > There seems to be no plain ffmpeg in the jessie repos. > > >

Re: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-10-31 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Oct 31, 2016 at 05:35:49PM -0400, Tony Baldwin wrote: > There seems to be no plain ffmpeg in the jessie repos. That's right. Ffmpeg in jessie is spelt "avconv" [1], which is a fork of ffmpeg (more or less compatible). Reportedly, there's a gen

Re: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-10-31 Thread sp113438
On Mon, 31 Oct 2016 17:35:49 -0400 Tony Baldwin wrote: > There seems to be no plain ffmpeg in the jessie repos. > > I do have ffmpeg, perhaps from jessie backports.

No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-10-31 Thread Tony Baldwin
There seems to be no plain ffmpeg in the jessie repos. Terminal output quote $ aptitude search ffmpeg p cmus-plugin-ffmpeg - lightweight ncurses audio player (FFmpeg plugin) p ffmpeg2theora - Theora video encoder using ffmpeg p ffmpegthumbnailer - f

Re: convert between ethernet and usb

2015-11-09 Thread Pascal Hambourg
rlhar...@oplink.net a écrit : > On Sun, November 8, 2015 6:54 pm, Pascal Hambourg wrote: >> Now you can try to set the interface up, run a DHCP client on it >> (dhclient, pump, dhcpcd, udhcpc...) and check what happens. > > IPCop responds only to dhcpcd; but I do not know what to specify, and to >

Re: convert between ethernet and usb

2015-11-08 Thread rlharris
On Sun, November 8, 2015 6:54 pm, Pascal Hambourg wrote: > Now you can try to set the interface up, run a DHCP client on it > (dhclient, pump, dhcpcd, udhcpc...) and check what happens. IPCop responds only to dhcpcd; but I do not know what to specify, and to get the man page I need to stop and ins

Re: convert between ethernet and usb

2015-11-08 Thread Pascal Hambourg
rlhar...@oplink.net a écrit : > On Sun, November 8, 2015 6:26 am, Pascal Hambourg wrote: >> What does "ifconfig -a" display ? > > eth0: flags=4098 mtu 1500 >ether 00:a0:c6:00:00:00 Looks like the interface we're looking for, although the MAC address is different from what you read on the

Re: convert between ethernet and usb

2015-11-08 Thread rlharris
On Sun, November 8, 2015 4:34 pm, Renaud OLGIATI wrote: > You might have more luck on the IPCop list > ipcop-u...@lists.sourceforge.net Thanks. I have posted there (but not a cross-post) as well as on the Netgear list. And perhaps I can find a Netgear DC113A. Russ

Re: convert between ethernet and usb

2015-11-08 Thread Ron
On Sun, 8 Nov 2015 15:21:45 -0600 rlhar...@oplink.net wrote: > > That looks like your hotspot device right there. You can't assign eth0 > > to be your "RED" interface? -- > > I do not know how; the dialog asking configuration type for RED > interface has only the following options: > >- a

Re: convert between ethernet and usb

2015-11-08 Thread rlharris
On Sun, November 8, 2015 2:18 pm, Stuart Longland wrote: > On 09/11/15 04:38, rlhar...@oplink.net wrote: ... >> eth0: flags=4098 mtu 1500 >> ether 00:a0:c6:00:00:00 … usb-:00:0.3-1, RNDIS device, >> 00:a0:c6:00:00:00 > > That looks like your hotspot device right there. You can't assign eth0

Re: convert between ethernet and usb

2015-11-08 Thread Stuart Longland
On 09/11/15 04:38, rlhar...@oplink.net wrote: > On Sun, November 8, 2015 6:26 am, Pascal Hambourg wrote: >> What does "ifconfig -a" display ? > > eth0: flags=4098 mtu 1500 >ether 00:a0:c6:00:00:00 > … > usb-:00:0.3-1, RNDIS device, 00:a0:c6:00:00:00 That looks like your hotspot devic

Re: convert between ethernet and usb

2015-11-08 Thread rlharris
On Sun, November 8, 2015 6:26 am, Pascal Hambourg wrote: > What does "ifconfig -a" display ? eth0: flags=4098 mtu 1500 ether 00:a0:c6:00:00:00 ... lan-1: flags=4163 mtu 1500 inet 192.168.1.1 netmask 255.255.255.0 broadcast 0.0.0.0 ... lo:flags=73 mtu 16430 i

Re: convert between ethernet and usb

2015-11-08 Thread Pascal Hambourg
rlhar...@oplink.net a écrit : > On Sat, November 7, 2015 8:26 pm, rlhar...@oplink.net wrote: >> >> Bus 002 Device 003: ID 0846:68e1 Netgear, Inc. > > Something else: the AirCard CONNECTED DEVICES screen shows one USB > tethered, with the IP address 192.168.1.4 and the MAC address > 08:BD:43:34:15

Re: convert between ethernet and usb

2015-11-07 Thread rlharris
On Sun, November 8, 2015 12:32 am, Stuart Longland wrote: > On 07/11/15 23:59, Renaud (Ron) OLGIATI wrote: > >>> Or does IPCop2 just not include USB drivers ? >>> >> It does, and I have used them on my IPCop box for years; better burn >> out an USBToRJ45 adapter than the motherboard when there is a

Re: convert between ethernet and usb

2015-11-07 Thread Stuart Longland
On 07/11/15 23:59, Renaud (Ron) OLGIATI wrote: >> Or does IPCop2 just not include USB drivers ? > It does, and I have used them on my IPCop box for years; better burn out an > USBToRJ45 adapter than the motherboard when there is a storm strike on the > ISP coax. Hang on, this is a wireless hotsp

Re: convert between ethernet and usb

2015-11-07 Thread rlharris
On Sat, November 7, 2015 8:26 pm, rlhar...@oplink.net wrote: > On Sat, November 7, 2015 7:50 pm, Pascal Hambourg wrote: > >> IIUC, according to the user guide it should be seen as a network >> interface. Can you identify the device with lsusb ? > > Bus 002 Device 003: ID 0846:68e1 Netgear, Inc. So

Re: convert between ethernet and usb

2015-11-07 Thread rlharris
On Sat, November 7, 2015 7:50 pm, Pascal Hambourg wrote: > IIUC, according to the user guide it should be seen as a network > interface. Can you identify the device with lsusb ? Yes: Bus 002 Device 003: ID 0846:68e1 Netgear, Inc.

Re: convert between ethernet and usb

2015-11-07 Thread Pascal Hambourg
rlhar...@oplink.net a écrit : > > But is the Verizon-Netgear AirCard 791L a "GSM/3G modem"? IIUC, according to the user guide it should be seen as a network interface. Can you identify the device with lsusb ?

Re: convert between ethernet and usb

2015-11-07 Thread rlharris
On Sat, November 7, 2015 3:02 pm, Pascal Hambourg wrote: > rlhar...@oplink.net a écrit : >> and then I stall, at the dialog asking configuration type for RED >> interface. The options are: >> >> - analog modem >> - GSM/3G modem >> - ISDN >> - PPPoE >> - PPTP >> - static >> - DHCP >> >> What now? >

Re: convert between ethernet and usb

2015-11-07 Thread Gene Heskett
On Saturday 07 November 2015 14:24:41 Lisi Reisz wrote: > On Saturday 07 November 2015 18:48:34 Gene Heskett wrote: > > On Saturday 07 November 2015 09:44:34 Lisi Reisz wrote: > > > On Saturday 07 November 2015 13:59:47 Renaud OLGIATI wrote: > > > > On Sat, 7 Nov 2015 11:21:18 + > > > > > > >

Re: convert between ethernet and usb

2015-11-07 Thread Pascal Hambourg
rlhar...@oplink.net a écrit : > > I have on my desk a 791L with the USB cable. And I have a spare > desktop machine here -- in good running order -- with which to > experiment. Finally, I have an IPCop 2.1.8 installation CD. (...) > and then I stall, at the dialog asking configuration type for R

Re: convert between ethernet and usb

2015-11-07 Thread rlharris
On Sat, November 7, 2015 1:46 pm, Pascal Hambourg wrote: > The USB device I'm talking about is the Netgear > AirCard 791L hotspot in "tethered" mode. So all you may need to buy is a > USB cable with the proper connectors at each end if you don't already > have one, to connect the USB port on the ho

Re: convert between ethernet and usb

2015-11-07 Thread Pascal Hambourg
rlhar...@oplink.net a écrit : > On Sat, November 7, 2015 12:13 pm, Pascal Hambourg wrote: > >> These are serial ports, not network interfaces. With the proper driver, >> an ethernet over USB device > > Such as the Apple usb-to-ethernet adapter? Maybe, if the chip inside is supported. But why do

Re: convert between ethernet and usb

2015-11-07 Thread Lisi Reisz
On Saturday 07 November 2015 18:48:34 Gene Heskett wrote: > On Saturday 07 November 2015 09:44:34 Lisi Reisz wrote: > > On Saturday 07 November 2015 13:59:47 Renaud OLGIATI wrote: > > > On Sat, 7 Nov 2015 11:21:18 + > > > > > > Lisi Reisz wrote: > > > > !!! In which country do ordinary hardw

Re: convert between ethernet and usb

2015-11-07 Thread Gene Heskett
On Saturday 07 November 2015 09:44:34 Lisi Reisz wrote: > On Saturday 07 November 2015 13:59:47 Renaud OLGIATI wrote: > > On Sat, 7 Nov 2015 11:21:18 + > > > > Lisi Reisz wrote: > > > !!! In which country do ordinary hardware stores stock _slightly_ > > > arcane IT products?? Or, come to t

Re: convert between ethernet and usb

2015-11-07 Thread Richard Owlett
On 11/7/2015 10:56 AM, rlhar...@oplink.net wrote: On Saturday 07 November 2015 13:59:47 Renaud OLGIATI wrote: Living in Darkest Paraguay, I have had no problem getting Trendnet USBToRJ45 adapters sent from Amazon. The local Apple Store has an adapter for US$30. And in context that could rea

Re: convert between ethernet and usb

2015-11-07 Thread rlharris
On Sat, November 7, 2015 12:13 pm, Pascal Hambourg wrote: > Why would you need a USB 3 port ? Doesn't a USB 2 port provide enough > throughput ? I do not know. If USB2 provides reasonable performance, then I am satisfied. ... > These are serial ports, not network interfaces. With the proper dri

Re: convert between ethernet and usb

2015-11-07 Thread Gene Heskett
On Saturday 07 November 2015 08:59:35 Renaud OLGIATI wrote: > On Sat, 07 Nov 2015 11:26:18 +0100 > > Pascal Hambourg wrote: > > Or does IPCop2 just not include USB drivers ? > > It does, and I have used them on my IPCop box for years; better burn > out an USBToRJ45 adapter than the motherboard w

  1   2   3   4   5   6   7   8   9   10   >