
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (43)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)
Sur d’autres sites (8480)
-
Revision ee2f0bdfcd : Merge "Global motion work continued" into nextgen
10 mars 2015, par Debargha MukherjeeMerge "Global motion work continued" into nextgen
-
Revision ef750d8472 : Merge "Extends temporal filtering to work for 422 data"
21 mai 2014, par Deb MukherjeeMerge "Extends temporal filtering to work for 422 data"
-
ffmpeg add subtitle work fine but not in chrom browser
16 juin 2020, par Harkeemat BhullarMy code is :



$video='uploads/video/combined.mp4';$vtt='file/sample.vtt';$rand=rand();

shell_exec('/usr/local/bin/ffmpeg -i '.$video.' -f srt -i '.$vtt.' -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language=eng uploads/video/'.$rand.'.mp4 2>&1');




Works perfectly in Safari but my problem is the subtitle in chrome browser is not working.
Thanks for your help.