
Recherche avancée
Médias (10)
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (54)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (9778)
-
Path to publish FFMPEG video files to Azure Blob Storage ?
25 janvier 2016, par CG-GuyPlease kindly help me get out of a bad situation with a very very unhappy client. I am using FFMPEG based app to publish video files to Azure Blob storage, but the files are not going through the network. FFMPEG app has full access to firewall ports. FFMPEG communication shell show files are published without errors. A look at TCP connections shows the app is making connection with Azure account remote address 104.208.XXX.XX and remote port 443. However, it drops the connection and starts repeating attempts over and over. It will then time out after countless attempts and crash the app. Here is my publish point. Is this the correct publish point for this kind of connection ? What is the proper connection string ? :
https://account-name.blob.core.windows.net/video/video.flv /DestKey :account-storage-key
I have also tried http:// without success. Same thing happens. It attempts connecting to remote address and port 80. Again, after several attempts it will timeout and crash. System is a Server 2008 R2 unit on-site, not VM. Your help is much appreciated. Thanks a lot !
-
How to upload files to Azure Blob Stotage like FTP ?
25 janvier 2016, par CG-GuyI am able to upload files from my
ffmpeg
app to an FTP using this path :ftp://[user:password]@server[:port]/MyFolder/video/video.flv
How do I achieve the same thing in Azure Blob ? I have tried this path :
https://[account-name].blob.core.windows.net/video/video.flv /DestKey:[account-storage-key]
But that doesn’t seem to work. TCP connection shows the app is making a connection with the Azure account to the remote address
104.208.XXX.XX
and remote port443
. However, it drops the connection and starts attempts to reconnect repeatedly. It will then time out after countless attempts and crash the app. I have also tried/>
without success. The same thing happens. It attempts connecting to the remote address and port80
.The FFMPEG app has full access to firewall ports and the app communication shell show files are published without errors. System is a Server 2008 R2 unit on-site, not VM.
-
ffmpeg convert any file to any file
28 mai 2015, par VishnuI Want simple command to convert any supported file to any file with little possible video compression.
for example
avi to mp4
mp4 to 3gp
.
.etc..I tried below code
ffmpeg -i infile.flv outfile.3gp
It works for some but for some other like
flv to 3gp
conversion it throws error like below and also output file size is very large than input."Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height"
P:s i compiled with below librareis
./configure --enable-version3 --enable-libopencore-amrnb --enable-libvo-aacenc --enable-libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-gpl --enable-postproc --enable-nonfree
full response
array(48) {
[0]=>
string(77) "ffmpeg version N-72286-gd9b264b Copyright (c) 2000-2015 the FFmpeg developers"
[1]=>
string(56) " built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-11)"
[2]=>
string(261) " configuration: --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-gpl --enable-postproc --enable-nonfree"
[3]=>
string(40) " libavutil 54. 23.101 / 54. 23.101"
[4]=>
string(40) " libavcodec 56. 39.101 / 56. 39.101"
[5]=>
string(40) " libavformat 56. 33.101 / 56. 33.101"
[6]=>
string(40) " libavdevice 56. 4.100 / 56. 4.100"
[7]=>
string(40) " libavfilter 5. 16.101 / 5. 16.101"
[8]=>
string(40) " libswscale 3. 1.101 / 3. 1.101"
[9]=>
string(40) " libswresample 1. 1.100 / 1. 1.100"
[10]=>
string(40) " libpostproc 53. 3.100 / 53. 3.100"
[11]=>
string(32) "Input #0, flv, from 'video.flv':"
[12]=>
string(11) " Metadata:"
[13]=>
string(25) " major_brand : M4V"
[14]=>
string(23) " minor_version : 1"
[15]=>
string(39) " compatible_brands: M4V M4A mp42isom"
[16]=>
string(26) " date : 2008"
[17]=>
string(71) " copyright : © 2008 Blender Foundation | www.bigbuckbunny.org"
[18]=>
string(36) " title : Big Buck Bunny"
[19]=>
string(43) " artist : Peach Open Movie Team"
[20]=>
string(56) " composer : Sacha Goedegebure / Ton Roosendaal"
[21]=>
string(35) " encoder : Lavf55.33.100"
[22]=>
string(59) " Duration: 00:09:56.58, start: 0.058000, bitrate: 663 kb/s"
[23]=>
string(88) " Stream #0:0: Video: h264 (High), yuv420p, 640x360, 24.42 fps, 24 tbr, 1k tbn, 48 tbc"
[24]=>
string(61) " Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s"
[25]=>
string(90) "[h263 @ 0x1ef5f60] The specified picture size of 640x360 is not valid for the H.263 codec."
[26]=>
string(77) "Valid sizes are 128x96, 176x144, 352x288, 704x576, and 1408x1152. Try H.263+."
[27]=>
string(33) "Output #0, 3gp, to 'outfile.3gp':"
[28]=>
string(11) " Metadata:"
[29]=>
string(25) " major_brand : M4V"
[30]=>
string(23) " minor_version : 1"
[31]=>
string(39) " compatible_brands: M4V M4A mp42isom"
[32]=>
string(26) " date : 2008"
[33]=>
string(71) " copyright : © 2008 Blender Foundation | www.bigbuckbunny.org"
[34]=>
string(36) " title : Big Buck Bunny"
[35]=>
string(43) " artist : Peach Open Movie Team"
[36]=>
string(56) " composer : Sacha Goedegebure / Ton Roosendaal"
[37]=>
string(35) " encoder : Lavf55.33.100"
[38]=>
string(60) " Stream #0:0: Video: h263, none, q=2-31, 128 kb/s, 24 fps"
[39]=>
string(13) " Metadata:"
[40]=>
string(42) " encoder : Lavc56.39.101 h263"
[41]=>
string(52) " Stream #0:1: Audio: amr_nb, 0 channels, 128 kb/s"
[42]=>
string(13) " Metadata:"
[43]=>
string(55) " encoder : Lavc56.39.101 libopencore_amrnb"
[44]=>
string(15) "Stream mapping:"
[45]=>
string(54) " Stream #0:0 -> #0:0 (h264 (native) -> h263 (native))"
[46]=>
string(66) " Stream #0:1 -> #0:1 (mp3 (native) -> amr_nb (libopencore_amrnb))"
[47]=>
string(119) "Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height"
}