@melixgaro:
J'ai enlevé l'option -q de uni2ascii pour voir:
guillaume@guillaume-m2n:~/.dPluzz$ ./dCplus.sh -d /vidéos/dPluzz http://www.canalplus.fr/c-divertissement/pid3350-c-salut-les-terriens.html?vid=1068115
DEBUT DU TRAITEMENT
-->RECUPERATION DU JSON
Total input characters 514
Characters converted to escapes 0
Characters replaced with ASCII 0
Characters deleted 0
-->TRAITEMENT DU JSON
-->RECUPERATION DU FICHIER VIDEO
avconv version 10.1, Copyright (c) 2000-2014 the Libav developers
built on May 19 2014 18:22:22 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
: No such file or directory
FIN DU TRAITEMENT
Votre Fichier Final Est :
/vidéos/dPluzz/_068115
068115
1068115.mkv
ARRÊT DU PROGRAMME
-> essai en enlevant "?vid=1068115" de l'adresse:
guillaume@guillaume-m2n:~/.dPluzz$ ./dCplus.sh -d /vidéos/dPluzz http://www.canalplus.fr/c-divertissement/pid3350-c-salut-les-terriens.html
DEBUT DU TRAITEMENT
-->RECUPERATION DU JSON
Total input characters 1829
Characters converted to escapes 0
Characters replaced with ASCII 0
Characters deleted 0
-->TRAITEMENT DU JSON
-->RECUPERATION DU FICHIER VIDEO
avconv version 10.1, Copyright (c) 2000-2014 the Libav developers
built on May 19 2014 18:22:22 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
[h264 @ 0x3433740] non-existing SPS 0 referenced in buffering period
Last message repeated 1 times
[mpegts @ 0x3432780] max_analyze_duration reached
[mpegts @ 0x3432780] Estimating duration from bitrate, this may be inaccurate
[h264 @ 0x354ab40] non-existing SPS 0 referenced in buffering period
[hls,applehttp @ 0x3417080] max_analyze_duration reached
Input #0, hls,applehttp, from 'http://us-cplus-aka.canal-plus.com/i/1405/SALUT_LES_TERRIENS_EMISSION_140510_AUTO_24424_169_video_,MOB,L,H,HD,.mp4.csmil/index_3_av.m3u8':
Duration: 00:13:06.50, start: 0.100511, bitrate: 0 kb/s
Program 0
Metadata:
variant_bitrate : 0
Stream #0.0: Video: h264 (High), yuv420p, 640x360 [PAR 90:90 DAR 16:9], 25 fps, 90k tbn, 50 tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, fltp, 116 kb/s
Stream #0.2: Data: [21][0][0][0] / 0x0015
/vidéos/dPluzz/Salut_Les_Terriens_du_10_05_14_1068098.mkv: No such file or directory
FIN DU TRAITEMENT
Votre Fichier Final Est :
/vidéos/dPluzz/Salut_Les_Terriens_du_10_05_14_1068098.mkv
ARRÊT DU PROGRAMME
Mais pas de fichier .mkv dans le répertoire.
-> essai sans l'option -d /vidéos/dPuzz:
Réussite
guillaume@guillaume-m2n:~/.dPluzz$ ./dCplus.sh http://www.canalplus.fr/c-divertissement/pid3350-c-salut-les-terriens.html
DEBUT DU TRAITEMENT
-->RECUPERATION DU JSON
Total input characters 1829
Characters converted to escapes 0
Characters replaced with ASCII 0
Characters deleted 0
-->TRAITEMENT DU JSON
-->RECUPERATION DU FICHIER VIDEO
avconv version 10.1, Copyright (c) 2000-2014 the Libav developers
built on May 19 2014 18:22:22 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
[h264 @ 0x2aaa740] non-existing SPS 0 referenced in buffering period
Last message repeated 1 times
[mpegts @ 0x2aa9780] max_analyze_duration reached
[mpegts @ 0x2aa9780] Estimating duration from bitrate, this may be inaccurate
[h264 @ 0x2bc1b40] non-existing SPS 0 referenced in buffering period
[hls,applehttp @ 0x2a8e080] max_analyze_duration reached
Input #0, hls,applehttp, from 'http://us-cplus-aka.canal-plus.com/i/1405/SALUT_LES_TERRIENS_EMISSION_140510_AUTO_24424_169_video_,MOB,L,H,HD,.mp4.csmil/index_3_av.m3u8':
Duration: 00:13:06.50, start: 0.100511, bitrate: 0 kb/s
Program 0
Metadata:
variant_bitrate : 0
Stream #0.0: Video: h264 (High), yuv420p, 640x360 [PAR 90:90 DAR 16:9], 25 fps, 90k tbn, 50 tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, fltp, 116 kb/s
Stream #0.2: Data: [21][0][0][0] / 0x0015
Output #0, matroska, to '/home/guillaume/Salut_Les_Terriens_du_10_05_14_1068098.mkv':
Metadata:
encoder : Lavf55.12.0
Stream #0.0: Video: H264 / 0x34363248, yuv420p, 640x360 [PAR 90:90 DAR 16:9], q=2-31, 1k tbn, 90k tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, 116 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press ctrl-c to stop encoding
frame=19662 fps= 22 q=-1.0 Lsize= 142276kB time=786.44 bitrate=1482.0kbits/s
video:129571kB audio:12297kB global headers:0kB muxing overhead 0.287203%
FIN DU TRAITEMENT
Votre Fichier Final Est :
/home/guillaume/Salut_Les_Terriens_du_10_05_14_1068098.mkv
ARRÊT DU PROGRAMME
Le fichier est bien dans la racine du home.
Super! 🙂
Edit: L'option -d fonctionne bien, j'avais mal indiqué le dossier de réception.
Génial! 🙂
Reste plus qu'à intégrer ça dans mon code :p