Re: normalize audio in mp4s

2020-03-11 Thread David Wright
On Thu 12 Mar 2020 at 02:38:28 (+0100), Emanuel Berg wrote: > Reco wrote: > > >>> Personally I just reencode audio in such cases. > >>> For instance (0:1 is the first audio track, use 0:2 for > >>> english): > >>> > >>> ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \ > >>> -c:v copy \ -c:a

Re: normalize audio in mp4s

2020-03-11 Thread Jonas Smedegaard
Quoting Emanuel Berg (2020-03-11 17:15:08) > Jonas Smedegaard wrote: > > > Try check if the audio stream of that movie is AC-3, and if > > so then try use mpv with the option --ad-lavc-ac3drc (read > > the man page for valid values). > > OK, I'll try this... > > > If you experience similarly

Re: normalize audio in mp4s

2020-03-11 Thread Jonas Smedegaard
Quoting Emanuel Berg (2020-03-12 03:07:23) > Reco wrote: > > > FL = FL + 0.707 * FC + 0.707 * BL > > With mediainfo(1) as recommended by Mr. Smedegaard, I got > this > > $ mediainfo ford-v-ferrari-2019.mkv | grep -i channel > Channel(s) : 6 channels > Channel

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: > FL = FL + 0.707 * FC + 0.707 * BL With mediainfo(1) as recommended by Mr. Smedegaard, I got this $ mediainfo ford-v-ferrari-2019.mkv | grep -i channel Channel(s) : 6 channels Channel layout : L R C LFE Ls Rs Channel(s)

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: > Your typical movie has dialogue on center channel, gunfire > & cars' sounds come from the front channels, ambient comes > from the back ones. > > So, what's needed is to gain volume on dialogues OK, so that's -clev 1.414 since dialog comes from the center. > while downplaying

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: >>> Personally I just reencode audio in such cases. >>> For instance (0:1 is the first audio track, use 0:2 for >>> english): >>> >>> ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \ >>> -c:v copy \ -c:a libopus -b:a 128k -ac 2 -clev 1.414 >>> -slev .5 \

Re: about debian installation on gpt and mbr hard drive

2020-03-11 Thread deloptes
Hi, I just did my first UEFI few weeks ago. I had it on the list for coupel of years already, but only recently had the time to do it. Here I share my notes and experience briefly. kaye n wrote: > Hello Friends! > I don't know you, so friend in my language is a bit too much, but good fellow is

Saludos

2020-03-11 Thread Mariana Quintal
Hola, bonito día, le escribo para invitarle a participar en el próximo evento de Seguridad Informática "El Lado Oscuro de la Red". Será impartido por un Hacker Israelí el próximo 23 de Abril en CDMX. ¿Me permite enviarle el temario para que pueda evaluar? Sí le interesa la información espero

Saludos

2020-03-11 Thread Mariana Quintal
Hola, bonito día, le escribo para invitarle a participar en el próximo evento de Seguridad Informática "El Lado Oscuro de la Red". Será impartido por un Hacker Israelí el próximo 23 de Abril en CDMX. ¿Me permite enviarle el temario para que pueda evaluar? Sí le interesa la información espero

Saludos

2020-03-11 Thread Mariana Quintal
Hola, bonito día, le escribo para invitarle a participar en el próximo evento de Seguridad Informática "El Lado Oscuro de la Red". Será impartido por un Hacker Israelí el próximo 23 de Abril en CDMX. ¿Me permite enviarle el temario para que pueda evaluar? Sí le interesa la información espero

Re: Debian 10.3 text installer; guided partitioning does not work; manual partitioning doesn't make USB bootable

2020-03-11 Thread David Christensen
On 2020-03-11 12:58, Alan Tu wrote: Hi, I need some ideas for getting Debian 10.3 to install and boot. I prefer the "CD-1" Debian Installer image, available via [1] or [2]. I would wipe the target drive, install Debian, and then install the Wi-Fi drivers. David [1]

Re: Problem with GPU Randeon Vega 8 Graphics from AMD Ryzen 3 3200G

2020-03-11 Thread Dimitris P
Hello guys I am back tried a few things and did some progress, then I just made a clean reinstall of debian testing through USB and everything worked fine. Works proper and while booting getting to my Gnome3 login prompt with no problems. So it's not any incompatibility with graphics card as I

8TB brick [was Re: about debian installation on gpt and mbr hard drive]

2020-03-11 Thread David Christensen
On 2020-03-11 14:55, Cindy Sue Causey wrote: > Mine USED to > boot FINE, **NO** PROBLEMS, with something likely similarly different > per each of us as users with our hardware. I booted Buster and > Bullseye a few times.. > > THEN, WHAM, everything permanently went to pot on the first reboot >

Re: about debian installation on gpt and mbr hard drive

2020-03-11 Thread David Christensen
On 2020-03-11 11:59, kaye n wrote: Hello Friends! Can someone please confirm to me once and for all if I'm correct with these assumptions regarding debian installation on hard drives: 1. If the hdd has an MBR partition style, that hdd needs to have a FAT32 partition, flagged as esp and with

Re: Hardware for Debian

2020-03-11 Thread Timothy M Butterworth
On 2/12/20, Malcolm Beeson-Earwicker wrote: > I've been a Debian user for about twenty years now, and have found that > I have to run more and more of my machines under windo$e because the > latest versions of Debian just fail, I imagine due to all this > UEFI-rubbish. Does anyone know of a

Re: about debian installation on gpt and mbr hard drive

2020-03-11 Thread Cindy Sue Causey
On 3/11/20, Linux-Fan wrote: > kaye n writes: > >> Hello Friends! >> >> Can someone please confirm to me once and for all if I'm correct with >> these >> assumptions regarding debian installation on hard drives: >> > > In case a FAT32 partition is needed for booting (see further below), it >

Re: Kaspersky Security

2020-03-11 Thread Juan Lavieri
Hola. El 11/3/2020 a las 4:08 p. m., yusniel escribió: Estoy tratando de instalar Kaspersky Security for Linux Mail Server version 8.0.3.30 en debian stretch siguiendo los siguientes pasos 1- dpkg -i --force-architecture /root/klms_8.0.3-30_i386.deb -ok 2-

Re: about debian installation on gpt and mbr hard drive

2020-03-11 Thread Linux-Fan
kaye n writes: Hello Friends! Can someone please confirm to me once and for all if I'm correct with these assumptions regarding debian installation on hard drives: 1.  If the hdd has an MBR partition style, that hdd needs to have a FAT32 partition, flagged as esp and with mount point at

Kaspersky Security

2020-03-11 Thread yusniel
Estoy tratando de instalar Kaspersky Security for Linux Mail Server version 8.0.3.30 en debian stretch siguiendo los siguientes pasos 1- dpkg -i --force-architecture /root/klms_8.0.3-30_i386.deb -ok 2- /opt/kaspersky/klms/bin/klms-setup.pl ---ok 3- Do you accept

Debian 10.3 text installer; guided partitioning does not work; manual partitioning doesn't make USB bootable

2020-03-11 Thread Alan Tu
Hi, I need some ideas for getting Debian 10.3 to install and boot. I think I'm very close, just missing something. I'm on an x64 system. What I need to do is to use one live USB to install to a blank USB, and then have the second USB boot into Debian. I am blind, which means without speech I

Mate Notification Area - Qlipper not starting on boot

2020-03-11 Thread Peter Ehlert
Background: https://github.com/mate-desktop/mate-notification-daemon/issues/169 I am moving from Sid to Stable. I like Clipit but I like Qlipper No idea what is missing in Stable that I need. any ideas?

Re: normalize audio in mp4s

2020-03-11 Thread Reco
Hi. On Wed, Mar 11, 2020 at 01:51:26PM -0500, David Wright wrote: > > Personally I just reencode audio in such cases. > > For instance (0:1 is the first audio track, use 0:2 for english): > > > > ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \ > > -c:v copy \ > > -c:a

about debian installation on gpt and mbr hard drive

2020-03-11 Thread kaye n
Hello Friends! Can someone please confirm to me once and for all if I'm correct with these assumptions regarding debian installation on hard drives: 1. If the hdd has an MBR partition style, that hdd needs to have a FAT32 partition, flagged as esp and with mount point at /boot/efi. If this is

Re: normalize audio in mp4s

2020-03-11 Thread David Wright
On Wed 11 Mar 2020 at 19:33:59 (+0300), Reco wrote: > On Wed, Mar 11, 2020 at 05:00:21PM +0100, Emanuel Berg wrote: > > Stream #0:1(por): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s > > (default) > > Or this, dependent on your preferred language > > > Stream #0:2(eng): Audio: ac3,

Re: Des compliments !

2020-03-11 Thread ajh-valmer
On Wednesday 11 March 2020 13:00:57 ptilou wrote: > www.ginjfo.com/actualites/logiciels/linux/debian-linux-decroche-le-titre-de-los-le-plus-vulnerable-20200311 C'est de la propagande anti-Linux. "Les statistiques" disaient André Malraux, "on peut leur faire dire tout et son

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: > Personally I just reencode audio in such cases. For instance > (0:1 is the first audio track, use 0:2 for english): > > ffmpeg -i ford-v-ferrari-2019.mkv -map 0:0 -map 0:1 \ > -c:v copy \ > -c:a libopus -b:a 128k -ac 2 -clev 1.414 -slev .5 \ >

Re: normalize audio in mp4s

2020-03-11 Thread Jonas Smedegaard
Quoting Emanuel Berg (2020-03-11 17:15:08) > Jonas Smedegaard wrote: > > > Try check if the audio stream of that movie is AC-3, and if > > so then try use mpv with the option --ad-lavc-ac3drc (read > > the man page for valid values). > > OK, I'll try this... > > > If you experience similarly

Re: normalize audio in mp4s

2020-03-11 Thread Reco
Hi. On Wed, Mar 11, 2020 at 05:00:21PM +0100, Emanuel Berg wrote: > Reco wrote: > > > Can you provide an output of (you may need to install ffmpeg > > package): > > > > ffprobe -hide_banner Perfect, thanks. This: > Stream #0:1(por): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Jonas Smedegaard wrote: > Try check if the audio stream of that movie is AC-3, and if > so then try use mpv with the option --ad-lavc-ac3drc (read > the man page for valid values). OK, I'll try this... > If you experience similarly expanded dynamic range also for > differently encoded audio

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
deloptes wrote: > why don't you check if you have the right profile selected > (input/output, pulse audio etc) How do you do that? I use mpv $ mpv --version mpv 0.29.1 Copyright © 2000-2018 mpv/MPlayer/mplayer2 projects built on UNKNOWN ffmpeg library versions:

Re: normalize audio in mp4s

2020-03-11 Thread Emanuel Berg
Reco wrote: > Can you provide an output of (you may need to install ffmpeg > package): > > ffprobe -hide_banner $ ffprobe -hide_banner ford-v-ferrari-2019.mkv Input #0, matroska,webm, from 'ford-v-ferrari-2019.mkv': Metadata: title :

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread David Wright
On Wed 11 Mar 2020 at 11:13:30 (-0400), rhkra...@gmail.com wrote: > On Wednesday, March 11, 2020 10:41:19 AM David Wright wrote: > > Well, I'm glad that's all sorted. Now all I've got to figure out is > > the connection between df and whoami. > > Pretty much, there is no relation. > > Maybe

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread David Wright
On Wed 11 Mar 2020 at 10:43:46 (-0400), Greg Wooledge wrote: > On Wed, Mar 11, 2020 at 09:41:19AM -0500, David Wright wrote: > > $ whoami > > david > > > $ df -h --all | grep -e 'Filesystem ' -e $(whoami) > > Filesystem Size Used Avail Use% Mounted on > > $ > > What did you *expect*?

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread rhkramer
On Wednesday, March 11, 2020 10:41:19 AM David Wright wrote: > Well, I'm glad that's all sorted. Now all I've got to figure out is > the connection between df and whoami. Pretty much, there is no relation. Maybe you're wondering about why some directories or files (on partitions that can be

Re: Des compliments !

2020-03-11 Thread Belaïd
du système et non du système lui même. Le mer. 11 mars 2020 13:10, ptilou a écrit : > Bonjour chère public ! > > > > https://www.ginjfo.com/actualites/logiciels/linux/debian-linux-decroche-le-titre-de-los-le-plus-vulnerable-20200311 > > Moi j'aurai dit ça dép

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread Greg Wooledge
On Wed, Mar 11, 2020 at 09:41:19AM -0500, David Wright wrote: > $ whoami > david > $ df -h --all | grep -e 'Filesystem ' -e $(whoami) > Filesystem Size Used Avail Use% Mounted on > $ What did you *expect*? There are no lines containing "david" in df's output.

Re: Des compliments !

2020-03-11 Thread G2PC
> Le 11/03/2020 à 13:00, ptilou a écrit : > >> Moi j'aurai dit ... > > tiens aller voir la page > https://www.cert.ssi.gouv.fr/2020/ Je ne comprend pas bien que Debian soit en tête de liste, alors que Ubuntu semble en bas de la liste. Je croyais pourtant que Ubuntu est basé sur Debian, et, qui

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread David Wright
On Wed 11 Mar 2020 at 13:57:37 (+0100), to...@tuxteam.de wrote: > On Wed, Mar 11, 2020 at 08:41:08AM -0400, Greg Wooledge wrote: > > On Wed, Mar 11, 2020 at 01:21:17PM +0100, to...@tuxteam.de wrote: > > > On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote: > > > > with your help I

Re: Des compliments !

2020-03-11 Thread JC.EtiembleG
Le 11/03/2020 à 13:00, ptilou a écrit : Moi j'aurai dit ... tiens aller voir la page https://www.cert.ssi.gouv.fr/2020/ -- J-C Etiemble

Re: Des compliments !

2020-03-11 Thread JC.EtiembleG
Le 11/03/2020 à 13:00, ptilou a écrit : Bonjour chère public ! https://www.ginjfo.com/actualites/logiciels/linux/debian-linux-decroche-le-titre-de-los-le-plus-vulnerable-20200311 C'est de la pub contre ... ou pour... mais plutôt une "information détournée par le titre" ce qui

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread tomas
On Wed, Mar 11, 2020 at 08:41:08AM -0400, Greg Wooledge wrote: > On Wed, Mar 11, 2020 at 01:21:17PM +0100, to...@tuxteam.de wrote: > > On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote: > > > with your help I found a way around it (here is my silly scripting): > > > > > > $ sudo

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread Greg Wooledge
On Wed, Mar 11, 2020 at 01:21:17PM +0100, to...@tuxteam.de wrote: > On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote: > > with your help I found a way around it (here is my silly scripting): > > > > $ sudo _DF=$(df -h) > > I don't think you need "sudo" for "df"? And a good

Re : Des compliments !

2020-03-11 Thread nicolas . patrois
Le 11/03/2020 13:00:57, ptilou a écrit : > Bonjour chère public ! > https://www.ginjfo.com/actualites/logiciels/linux/debian-linux-decroche-le-titre-de-los-le-plus-vulnerable-20200311 > Moi j'aurai dit ça dépend qui l'administrer ? Ça dépend aussi si tu comptes plusieurs fois la m

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread tomas
On Wed, Mar 11, 2020 at 01:02:59PM +0100, Albretch Mueller wrote: > with your help I found a way around it (here is my silly scripting): > > $ sudo _DF=$(df -h) I don't think you need "sudo" for "df"? Cheers -- tomás signature.asc Description: Digital signature

Des compliments !

2020-03-11 Thread ptilou
Bonjour chère public ! https://www.ginjfo.com/actualites/logiciels/linux/debian-linux-decroche-le-titre-de-los-le-plus-vulnerable-20200311 Moi j'aurai dit ça dépend qui l'administrer ? -- Ptilou

Re: why is my local user (/dev/sda5) drive not being displayed by df?

2020-03-11 Thread Albretch Mueller
with your help I found a way around it (here is my silly scripting): $ sudo _DF=$(df -h) date echo "${_DF}" | head -n 1 echo "${_DF}" | grep $(whoami) $ lbrtchx

Re: xdmcp y ssh -X

2020-03-11 Thread Sergio Daniel Gomez
Solo para confirmarte, hay 4 emails con el mismo asunto y mismo remitente. El 11/03/2020 a las 7:56, TRUJILLO CARMONA ANTONIO escribió: Es raro, es la tercera vez que envio este correo y parece que no llega, esta vez lo intento desde otra cuenta. Estoy usando Debian 10, desde siempre he usado

xdmcp y ssh -X

2020-03-11 Thread TRUJILLO CARMONA ANTONIO
Es raro, es la tercera vez que envio este correo y parece que no llega, esta vez lo intento desde otra cuenta. Estoy usando Debian 10, desde siempre he usado las conexiones gráficas remotas para gestionar servidores. También he utilizado ssh -X yo@mipc para trabajo remoto. Nada de esto

Where can I find good deals for cruise packages in Goa?

2020-03-11 Thread championsyachtclub
In Goa various Cruise agencies give different services in different price ranges. But if you are looking for some wonderful facilities within pocket friendly budget then I am suggesting you the agency named *Champions Yacht Club*. There you can get different types of Cruises such as sunrise and

xdmcp y ssh -X

2020-03-11 Thread Antonio Trujillo Carmona
Estoy usando Debian 10, desde siempre he usado las conexiones gráficas remotas para gestionar servidores. También he utilizado ssh -X yo@mipc para trabajo remoto. Nada de esto funciona ahora, no se desde cuando ni porque, he intentado reconfigurar gdm con: [daemon] # Esto he probado a

xdmcp y ssh -X

2020-03-11 Thread Antonio Trujillo Carmona
Estoy usando Debian 10, desde siempre he usado las conexiones gráficas remotas para gestionar servidores. También he utilizado ssh -X yo@mipc para trabajo remoto. Nada de esto funciona ahora, no se desde cuando ni porque, he intentado reconfigurar gdm con: [daemon] # Esto he probado a ponerlo