logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 29-10-2017 11:22:32

aiki
Membre
Inscription : 04-06-2017

crée un CD audio à partir de youtube-dl

salut,

j'ai fait un tous petit tuto pour crée un CD audio depuis youtube-dl
donc merci de me faire par de vos commentaire et correctif.

https://debian-facile.org/utilisateurs: … youtube-dl

cdlt,
aiki

Dernière modification par aiki (29-10-2017 11:25:44)

Hors ligne

#2 29-10-2017 15:52:03

smolski
quasi...modo
Lieu : AIN
Distrib. : backports (buster) 10
Noyau : Linux 4.19.0-8-amd64
(G)UI : gnome
Inscription : 21-10-2008

Re : crée un CD audio à partir de youtube-dl

Et voilà, un petit tatouillage de l'ensemble a été fait.
Merci de ta contribution aiki. big_smile

saque eud dun (patois chtimi : fonce dedans)

Hors ligne

#3 29-10-2017 15:59:28

clahor
Membre
Inscription : 05-03-2013

Re : crée un CD audio à partir de youtube-dl

merci mais le lien pointe sur une page vide.....

Hors ligne

#4 29-10-2017 16:06:26

smolski
quasi...modo
Lieu : AIN
Distrib. : backports (buster) 10
Noyau : Linux 4.19.0-8-amd64
(G)UI : gnome
Inscription : 21-10-2008

Re : crée un CD audio à partir de youtube-dl

clahor a écrit :

merci mais le lien pointe sur une page vide.....


Corrigé, il y a eu modification de page, pardon...


saque eud dun (patois chtimi : fonce dedans)

Hors ligne

#5 30-10-2017 12:56:25

aiki
Membre
Inscription : 04-06-2017

Re : crée un CD audio à partir de youtube-dl

salut,

je me pose la question d'essayer avec --silencuts puisque apparemment il coupe sur un silence, mais mon anglais est asses mauvais.

cdlt,
aiki.

Hors ligne

#6 30-10-2017 13:31:46

Anonyme
Invité

Re : crée un CD audio à partir de youtube-dl

Bonjour,

il y a quelques temps , j'ai eu à peu près la même idée que toi. Bon, je n'ai pas regardé pour la gravure mais ça n'a pas trop d'importance puisse que ça, on le ferait facilement à la fin.
Je suis parti d'une capture de l'audio d'une vidéo sur Youtube. Bon ce n'est pas en download mais une écoute en temps réel. Quand tu as capturé les musiques que tu désires,  il y aura un détection des blancs que l'on va réduire. Là, il faut vraiment jouer sur les réglages au plus fin. Car, dans un morceau, c'est rare ... il peut y avoir une pause : ça peut poser problême smile
Ensuite, faire un Fade IN au début et un Fade OUT à la fin du CD.

Il y a plein d'autres combines, comme enregistrer que si il y a du son qui joue.

J'ai utilisé pour tous ça :
pavucontrol ,  gstreamer , sox, ffmpeg et bc.

Dernière modification par Anonyme (30-10-2017 13:33:25)

#7 30-10-2017 14:44:33

aiki
Membre
Inscription : 04-06-2017

Re : crée un CD audio à partir de youtube-dl

bonjour,
et merci pour ta réponse...

je parlait de l'option --silencuts de wav2cdr.
si l'on peut rester autant que possible avec cette commande ça m'arrangerai grandement,
mais j'ai pas bien compris sont utilisation dans le man... mon anglais est asses moyen.

cdlt,
aiki.

Hors ligne

#8 30-10-2017 15:07:04

Anonyme
Invité

Re : crée un CD audio à partir de youtube-dl

C'est surement faisable aussi, mais je ne connais pas trop pour wav2cdr.
Couper les silences avant avec SOX avant et graver les wav sur CD après aurait fonctionné aussi.

Je te file quand même un truc qui fonctionne bien chez moi au cas où.

Dans un fichier : playlist.txt
Tu mets tout tes liens youtube.


https://www.youtube.com/watch?v=ETxmCCsMoD0
https://www.youtube.com/watch?v=xFrGuyw1V8s
https://www.youtube.com/watch?v=iyIOl-s7JTU
 



que tu met dans un dossier.

Un script qui chargera l'audio, enlevera les silences, assemblera en un seul gros morceau et fera un fade début et fin.
Reste plus qu'a mettre la commande qui va bien pour graver.



#!/bin/bash

youtube-dl --extract-audio --audio-format wav --batch-file="playlist.txt"

sox -S "*.wav" "COMPILE-WITH_SILENT_REMOVE.wav" silence -l 1 00:00:00.1 -75d -1 00:00:00.1 -75d
 
 
    times=()

 _t=$(ffmpeg -i "COMPILE-WITH_SILENT_REMOVE.wav" 2>&1 | awk '/^  Duration/ { split($2, A, ":"); split(A[3], B, "."); print 3600*A[1] + 60*A[2] + B[1] - 5 }')
    times+=("$_t")

echo "${times[@]}" | sed 's/ /+/g' | bc

 ffmpeg -i "COMPILE-WITH_SILENT_REMOVE.wav" -acodec pcm_s16le -ar 44100 -af "afade=t=in:ss=0:d=5,afade=t=out:st=$times :d=5" "COMPILE-WITH_SILENT_REMOVE_FADE_IN_OUT.wav"
 



ça peut toujours te faire une idée au cas où cette fonction dans wav2cdr soit trop pointu et te donne pas de bon résultat. wink

EDIT: à améliorer et je vais regarder ton option dans wav2cdr  wink

Dernière modification par Anonyme (30-10-2017 15:12:47)

#9 30-10-2017 15:56:54

aiki
Membre
Inscription : 04-06-2017

Re : crée un CD audio à partir de youtube-dl

c'est un seul wav avec donc un seul lien.

Hors ligne

#10 30-10-2017 17:47:10

Anonyme
Invité

Re : crée un CD audio à partir de youtube-dl

Un lien youtube sur une extraction audio d'une vidéo de grande durée ?

#11 30-10-2017 21:33:47

smolski
quasi...modo
Lieu : AIN
Distrib. : backports (buster) 10
Noyau : Linux 4.19.0-8-amd64
(G)UI : gnome
Inscription : 21-10-2008

Re : crée un CD audio à partir de youtube-dl

ce doit être un spectacle ?

saque eud dun (patois chtimi : fonce dedans)

Hors ligne

#12 31-10-2017 10:41:49

aiki
Membre
Inscription : 04-06-2017

Re : crée un CD audio à partir de youtube-dl

Oui et non, c'est des compiles, genre une vidéo d'un heure trente avec juste une image de fond et l'audio...

Genre des compile de smooth jazz et autre, méditation, etc...

Donc j'ai pas tous compris sur silencuts, mais si ça cut sur un silence ça permettrai d'avoir un track par morceau, ou au moins de couper le premier CD sur la fin d'un morceau plutôt que de façon arbitraire sur un secteur.

Si je suis pas claire dite le moi, j'ai tendance à pas me rendre compte que ce que j'explique ne l'est pas pour autrui n'ayant pas le recul...

Cdlt,
aiki

Hors ligne

#13 31-10-2017 12:11:39

Anonyme
Invité

Re : crée un CD audio à partir de youtube-dl

Bonjour,

je comprend mieux maintenant. wink

En fait ce qui m'a  induit en erreur c'est le titre du Wiki : Créer cd audio avec youtube-dl

Donc je partais sur un truc comme ça :

Récupérer par un playlist de plusieurs clips la meilleur bande audio et passage de tout ça en 44100HZ 16Bits.
Assembler tout ça en en gros fichier wav.
Une détection des blancs pour suppression.
Un fade IN et OUT sur ce gros fichier.
Et gravage sur support.

smile

EDIT: Toi tu veux sur ton gros fichier WAV faire une détection des blancs et sinder tout ça.

Dernière modification par Anonyme (31-10-2017 12:19:33)

#14 31-10-2017 12:24:58

Anonyme
Invité

Re : crée un CD audio à partir de youtube-dl

Pour ma part, sur un gros fichier wav, je passe par une commande avec SOX pour séparer tout ça.
Je sais, ce n'est pas ce que tu recherches. smile


 sox -V3 input.wav output.wav silence 1 3.0 0.1% 1 0.3 0.1% : newfile : restart
 

Dernière modification par Anonyme (31-10-2017 12:26:42)

#15 31-10-2017 12:39:28

aiki
Membre
Inscription : 04-06-2017

Re : crée un CD audio à partir de youtube-dl

ok cela semble marcher, à voir une fois gravé mais j'ai 12 .wav distinct donc c'est cool.
par contre j'ai pas de CD sous la mains pour tester.

si tu peux détailler t'a commande pour mon tuto ?

cdlt.

Dernière modification par aiki (01-11-2017 09:16:16)

Hors ligne

#16 01-11-2017 10:04:55

Anonyme
Invité

Re : crée un CD audio à partir de youtube-dl

Bonjour,

Effectivement, c'est déjà bien d'avoir tes morceaux séparés. (Il te faudra tout de même vérifier si tout tes morceaux  sont correct en durée). Il peut y avoir dans un morceau, un silence un peu long, que la commande va considérer comme le morceau suivant. C'est rare, mais bon ça arrive. Exemple, ABBA - Money money money big_smile

Pour ce qui est du détail, je peux juste dire que Sox va analyser le fichier principal, faire une détection de tout les "espaces blancs" avec un temps maxi ( je pense), mémoriser et sortir tout ça en morceaux. Je ne peux pas t'en dire plus.

Pour ce qui de graver, du moment que tu as tes WAVs avec les mêmes Samples etc, le reste  ne te posera pas de problème.

C'est pas dans le sujet, mais si tu veux garder tes wavs extraits  sur youtube, une option  te permet de ne pas avoir cet vilaine série de lettres entre le titre et l'extension.

-o "%(title)s.%(ext)s"



Voilà. smile

Dernière modification par Anonyme (01-11-2017 10:12:11)

#17 01-11-2017 10:47:12

Anonyme
Invité

Re : crée un CD audio à partir de youtube-dl

Je me pose une question au sujet de ta commande :


youtube-dl -x --audio-format wav $PATH/TO/URL
 



Que ce passerait  il si un wav est en 48000 hz et un autre en 44000 hz ?
Ajouter l'option :



youtube-dl -x --audio-format wav -f 'bestaudio[asr=44100]'  $PATH/TO/URL
 



serait plus sûr non ?

#18 01-11-2017 18:28:19

Anonyme
Invité

Re : crée un CD audio à partir de youtube-dl

Tiens, j'ai essayé de bidouiller un truc.
Je n'ai pas un gros fichier WAV avec pleins de morceaux séparés par des silences, mais je vais le télécharger avec youtube-dl par un script.

Le lien :
https://www.youtube.com/watch?v=AbtcYN01eu0

Le travail provisoire va se faire dans tmp dans un dossier que je crée. Je rentre dans nano le lien youtube par un copier collé à son ouverture.
CTRL + O
ENTER
CTRL + X

Le script télécharge et extrait le gros WAV nommé. Sox fera son travail et séparera les morceaux qui seront nommé grace à "youtube-dl --get-filename" + 001, 002 etc et tout ça dans un dossier dans ton bureau du même nom.
Le dernier wav généralement de 44 octets, je le vire.
Je supprime le dossier dans tmp.

Chez moi ça fonctionne.

Le script :


#!/bin/bash

DIR=$(xdg-user-dir DESKTOP)
TMPDIR=/tmp/CAPTURE_JOB



    [ -d "$TMPDIR" ] || mkdir "$TMPDIR"
    cd "$TMPDIR"
   

nano url.txt


youtube-dl --extract-audio --audio-format wav -f 'bestaudio[asr=44100]' -o "%(title)s.%(ext)s" --batch-file="url.txt"



TRACKS_NAME=$(youtube-dl --get-filename -o "%(title)s" --batch-file="url.txt")
FOLDERNAME=$TRACKS_NAME
OUTPUT=$DIR/$FOLDERNAME

  [ -d "$OUTPUT" ] || mkdir "$OUTPUT"
    cd "$OUTPUT"

sox -V3 "$TMPDIR/*.wav" "$OUTPUT/$TRACKS_NAME - .wav" silence 1 3.0 0.1% 1 0.3 0.1% : newfile : restart
find . -name "*.wav" -size -44k -delete
 



EDIT: dans la commande youtube-dl au téléchargement je ne met pas l'otion -k qui permet de garder le m4a

Dernière modification par Anonyme (01-11-2017 18:32:03)

#19 02-11-2017 09:56:34

aiki
Membre
Inscription : 04-06-2017

Re : crée un CD audio à partir de youtube-dl

Anonyme a écrit :



C'est pas dans le sujet, mais si tu veux garder tes wavs extraits  sur youtube, une option  te permet de ne pas avoir cet vilaine série de lettres entre le titre et l'extension.

-o "%(title)s.%(ext)s"



Voilà. smile



C'est pour la commande youtube-dl ces options ?


oui la réponse est dans le script pardon...


je testerai le script des que j'aurai l'adsl, merci pour ses améliorations....

Dernière modification par aiki (02-11-2017 10:01:36)

Hors ligne

#20 02-11-2017 15:51:30

aiki
Membre
Inscription : 04-06-2017

Re : crée un CD audio à partir de youtube-dl

j'ai un : ERROR: requested format not available
quand je test le script de golgoth200

sans asr=44100 ça passe mais je n'ai qu'un fichier wav...

idem avec asr=48000

ça marche avec ce liens : https://youtu.be/qVv_9jGbgfU
sans asr...

je pense que mes précédent liens ne posséder pas de silance et le wav est en 48000Hz pas en 44100Hz.

d'ailleurs si vous pouvez me donner la raison du 44100Hz par rapport au 48000Hz...

le script est donc incomplet, il faudrait pouvoir mettre des conditionnel à youtube-dl, mais je connais pas le bash.

cordialement,
aiki.

Dernière modification par aiki (02-11-2017 17:37:08)

Hors ligne

#21 03-11-2017 06:08:02

Anonyme
Invité

Re : crée un CD audio à partir de youtube-dl

Bonjour, smile

https://fr.wikipedia.org/wiki/Disque_compact

Format audio
Le format de données, connu sous le nom de norme Red Book, a été dressé par Dutch Electronics du groupe Philips qui possède les droits du CDDA et du logo qui apparaît sur les disques. En termes techniques, il s’agit d’une piste stéréo encodée en PCM à une résolution de 16 bits (linéaire en amplitude, sans compression logarithmique des amplitudes hautes) avec une fréquence d’échantillonnage de 44,1 kHz.

Tu n'as qu'un WAV, c'est normal. On part du principe que tu veux créer un CD-AUDIO wink

asr=44100 et asr=48000 passe très bien chez moi hmm sur le lien que tu  fournis  https://youtu.be/qVv_9jGbgfU



[patrick@pat-anywhere]: ~/Bureau>$ ./2
[youtube] qVv_9jGbgfU: Downloading webpage
[youtube] qVv_9jGbgfU: Downloading video info webpage
[youtube] qVv_9jGbgfU: Extracting video information
[youtube] qVv_9jGbgfU: Downloading js player vflhqxyp7
[youtube] qVv_9jGbgfU: Downloading MPD manifest
[download] Destination: SADE Greatest Hits _ Best Songs Of SADE.m4a
[download] 100% of 120.98MiB in 03:38
[ffmpeg] Correcting container in "SADE Greatest Hits _ Best Songs Of SADE.m4a"
[ffmpeg] Destination: SADE Greatest Hits _ Best Songs Of SADE.wav
Deleting original file SADE Greatest Hits _ Best Songs Of SADE.m4a (pass -k to keep)
sox:      SoX v14.4.2
sox INFO formats: detected file format type `wav'

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 001.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 002.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 003.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 004.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 005.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 006.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 007.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 008.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 009.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 010.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 011.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 012.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 013.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 014.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 015.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 016.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 017.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 018.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 019.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 020.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 021.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 022.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 023.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 024.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 025.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 026.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 027.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 028.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 029.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 030.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 031.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 032.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 033.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 034.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels

Input File     : '/tmp/CAPTURE_JOB/SADE Greatest Hits _ Best Songs Of SADE.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Duration       : 02:13:07.06 = 352229376 samples = 599030 CDDA sectors
File Size      : 1.41G
Bit Rate       : 1.41M
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Level adjust   : 1 (linear gain)


Output File    : '/home/patrick/Bureau/SADE Greatest Hits _ Best Songs Of SADE/SADE Greatest Hits _ Best Songs Of SADE - 035.wav'
Channels       : 2
Sample Rate    : 44100
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no
Comment        : 'Processed by SoX'

sox INFO sox: effects chain: input        44100Hz  2 channels
sox INFO sox: effects chain: silence      44100Hz  2 channels
sox INFO sox: effects chain: output       44100Hz  2 channels
[patrick@pat-anywhere]: ~/Bureau>$
 



EDIT : N'étant pas sous Debian et pour être plus sûr peut-être te manques t-il la libsox-fmt-all :
https://packages.debian.org/fr/stretch/libsox-fmt-all


apt-get install libsox-fmt-all
 



wink

Dernière modification par Anonyme (03-11-2017 06:45:56)

#22 04-12-2017 14:17:46

aiki
Membre
Inscription : 04-06-2017

Re : crée un CD audio à partir de youtube-dl

je vais vérifier ça... depuis le temps que ça traîne...
ce soir quand je serai avec ma machine perso.

histoire de finir ce tuto...

Hors ligne

Pied de page des forums