Re: OT: youtube-dl Question

2017-10-25 Thread Ed Greshko
On 10/26/17 10:30, JD wrote: > Some merges into mp4 are failing. To wit: > > [download] Destination: Calling Elvis--Dire Straits - > Topic--1920x1080.f137.mp4 > [download] 100% of 24.04MiB in 00:05 > [download] Destination: Calling Elvis--Dire Straits - > Topic--1920x1080.f251.webm > [download] 1

Re: OT: youtube-dl Question

2017-10-25 Thread JD
On 10/25/2017 06:21 PM, Cameron Simpson wrote: On 25Oct2017 11:40, JD wrote: On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-format option is

Re: OT: youtube-dl Question

2017-10-25 Thread JD
On 10/25/2017 06:21 PM, Cameron Simpson wrote: On 25Oct2017 11:40, JD wrote: On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-format option is

Re: OT: youtube-dl Question

2017-10-25 Thread JD
On 10/25/2017 06:21 PM, Cameron Simpson wrote: On 25Oct2017 11:40, JD wrote: On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-format option is

Re: OT: youtube-dl Question

2017-10-25 Thread Cameron Simpson
On 25Oct2017 11:40, JD wrote: On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-format option is what you're looking for: https://github.com/rg3/

Re: Bash startup files

2017-10-25 Thread Cameron Simpson
On 25Oct2017 14:24, GianPiero Puccioni wrote: I have a question about the system startup files for bash. The problem I had was that I set up an alias in ~/.bashrc, let's say alias ls="ls -lh" but it didn't work as "alias ls" reported alias ls='ls --color=auto' What happens is that at the end ~

Re: cannon mfc 620 scanning

2017-10-25 Thread Fred Smith
On Wed, Oct 25, 2017 at 11:52:20AM -0700, Howard Howell wrote: > Hi, guys, > I have to scan a document into my computer from a cannon mfc620 > multifunction printer. It is wifi connected, and I have also a USB > connection. Xsane says no device connected and exits. > > Any help? googling d

cannon mfc 620 scanning

2017-10-25 Thread Howard Howell
Hi, guys, I have to scan a document into my computer from a cannon mfc620 multifunction printer. It is wifi connected, and I have also a USB connection. Xsane says no device connected and exits. Any help? googling didn't give me anything useful. Regards, Les H __

Re: OT: youtube-dl Question

2017-10-25 Thread JD
On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-format option is what you're looking for: https://github.com/rg3/youtube-dl/blob/master/README.

Re: OT: youtube-dl Question

2017-10-25 Thread Todd Zullinger
JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-format option is what you're looking for: https://github.com/rg3/youtube-dl/blob/master/README.md#video-format-options -- Todd

[Was OT: smplayer Question] Youtube-dl Question

2017-10-25 Thread JD
Sorry about that ... I meant to set the subject to youtube-dl Question On 10/25/2017 11:04 AM, JD wrote: Is there a way to tell smplayer to save "the best formats of audio and video" of a download into mp4. More often than not, it merges the audio file and video file into mkv; to wit: yo

OT: smplayer Question

2017-10-25 Thread JD
Is there a way to tell smplayer to save "the best formats of audio and video" of a download into mp4. More often than not, it merges the audio file and video file into mkv; to wit: youtube-dl -ci . . . Requested formats are incompatible for merge and will be merged into mkv. . . Thanx!

Bash startup files

2017-10-25 Thread GianPiero Puccioni
Hi, I have a question about the system startup files for bash. The problem I had was that I set up an alias in ~/.bashrc, let's say alias ls="ls -lh" but it didn't work as "alias ls" reported alias ls='ls --color=auto' What happens is that at the end ~/.bashrc sources /etc/bashrc which sources