
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (66)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (9410)
-
avformat/hlsenc : use stream's maximum bit rate as fall-back advertised rate
23 mars 2018, par Jan Ekströmavformat/hlsenc : use stream's maximum bit rate as fall-back advertised rate
Enables having proper bit rate values being written into the master
playlist in case of hard-constrained VBR where the maximum bit
rate utilized is known before hand.Does the same thing as movenc.c, for example.
Signed-off-by : Jan Ekström <jan.ekstrom@aminocom.com>
-
src/libFLAC/stream_decoder.c : Fix another input validation bug.
28 novembre 2014, par Erik de Castro Loposrc/libFLAC/stream_decoder.c : Fix another input validation bug.
If a file says it contains a stupidly large number of vorbis comments,
the stream decoder would try to allocate enough memory which would fail
returning NULL and then write to that pointer anyway. The solution is
to set a hard limit of 10000 vorbis comments and force num_comments to
zero if the number is too large.Problem found using the afl (american fuzzy lop) fuzzer.
Closes : https://sourceforge.net/p/flac/bugs/421/
Reported-by : Hanno Böck <hanno@hboeck.de> -
ffmpg overlay command not working properly
17 décembre 2015, par user3269550i am using ffmpegib.so version 1.2 for executing commands in android i am using standard command for overlaying gif on video my command is
ffmpeg -y -i /sdcard/vid.mp4 -ignore_loop 0 -i /sdcard/gif2.gif -strict -2 -filter_complex '[0:v][1:v]overlay=10:10:shortest=1' -codec:a copy /sdcard/out.mp4
this is standard command for overlaying gif on video but says ignore-loop option not found
so i have tried another commandffmpeg -y -i /sdcard/vid.mp4 -i /sdcard/gif2.gif -strict -2 -filter_complex 'overlay=10:10' -codec:a copy /sdcard/out.mp4
this command works but it loops gif only once i wand gif to loops untill video finishes please suggest me solution
i hae only version of ffmpeg is 1.2 because i could not able to build its latest version after 5 days of hard work