ffmpeg == avconv
C’est la même chose^^
Voila ce que ça donne:
avconv -ss "319" -t "136" -i "/home/video/Gladiator_Soundtrack____The_Battle_.mp3" "/home/video/Gladiator_Soundtrack____The_Battle__couper.mp3"
avconv version 0.8.13-6:0.8.13-1, Copyright (c) 2000-2014 the Libav developers
built on Jun 28 2014 17:50:37 with gcc 4.7.2
[mp3 @ 0x643b20] max_analyze_duration reached
Input #0, mp3, from '/home/video/Gladiator_Soundtrack____The_Battle_.mp3':
Metadata:
major_brand : dash
minor_version : 0
compatible_brands: iso6mp41
creation_time : 2013-11-13 20:20:14
encoder : Lavf53.21.1
Duration: 00:10:02.27, start: 0.000000, bitrate: 128 kb/s
Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
File '/home/video/Gladiator_Soundtrack____The_Battle__couper.mp3' alrea dy exists. Overwrite ? [y/N] y
Output #0, mp3, to '/home/video/Gladiator_Soundtrack____The_Battle__couper.mp3':
Metadata:
major_brand : dash
minor_version : 0
compatible_brands: iso6mp41
TDEN : 2013-11-13 20:20:14
TSSE : Lavf53.21.1
Stream #0.0: Audio: libmp3lame, 44100 Hz, stereo, s16, 200 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (mp3 -> libmp3lame)
Press ctrl-c to stop encoding
size= 6641kB time=283.32 bitrate= 192.0kbits/s
video:0kB audio:6640kB global headers:0kB muxing overhead 0.003838%
Et quand je regarde les infos du fichiers:
avconv -i Gladiator_Soundtrack____The_Battle__couper.mp3
avconv version 0.8.13-6:0.8.13-1, Copyright (c) 2000-2014 the Libav developers
built on Jun 28 2014 17:50:37 with gcc 4.7.2
[mp3 @ 0x643b20] max_analyze_duration reached
Input #0, mp3, from 'Gladiator_Soundtrack____The_Battle__couper.mp3':
Metadata:
major_brand : dash
minor_version : 0
compatible_brands: iso6mp41
creation_time : 2013-11-13 20:20:14
encoder : Lavf53.21.1
Duration: 00:04:43.32, start: 0.000000, bitrate: 192 kb/s
Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 192 kb/s
At least one output file must be specified
Donc à moins que je ne sache pas compter, le fichier devrait pas faire dans les 4minutes43secondes et le fichier à l’air d’être encoder dans une meilleur qualité alors que moi je veux juste le couper.
Donc toujours bloqué 