
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (97)
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (12710)
-
how to make video module with nodejs like facebook did with photos
31 mai 2017, par aharitJust wondering how to start ? The needs :
With around 10 photos, being able to produce a small video of 5-10sec, with animations for example (transition ?), i want to reproduce the facebook videos process if anybody know about that, which technical stack is the best, modules (ffmpeg, wrapper ffmpeg)(pyhton, nodejs).
Thx
-
compress video like facebook using ffmpeg
3 juin 2017, par Mahesh Prajapatii have already used many of the commands but it will reduced size when i will reduce the height width but facebook reduce the size without reducing height width so how can it possible using ffmpeg if not exactly result but want similar result.
hear is the some sample example i have done with height width decries.
$cmd3="$ffmpeg -i Wildlife.wmv -r 30 -s 400x224 -c:v libx264 -y Wildlife_30fps_400x224_testing.mp4";
but i dont want to change height width i want to reduce size as well as convert all the extension only in .mp4 format.
-
Uploading single video file with subtitles to Facebook
28 juin 2017, par Lukeg4I’m using ffmpeg to create a single video file with subtitles (captions) included for uploading to facebook.
I’ve had success with creating the video file with subtitles included, but when I upload the file to facebook it comes up with no subtitles and no subtitle options.
I can’t add subtitles manually on facebook, because the subtitles need to work across multiple platforms, and I can’t burn the subtitles permanently onto the video...
So, is it possible to upload a single video file, with subtitles included (ideally an MPEG-4...), and have facebook recognise and use the subtitles that were included ? If not, are there any known workarounds ?