
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (105)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...) -
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)
Sur d’autres sites (9993)
-
How to CUT xx second every yy second and loop till the end in video with ffmpeg [duplicate]
5 juillet 2018, par Jonathan JasonThis question already has an answer here :
I hope someone support me, this is my question :
How to CUT xx second every yy second and loop till the end in video with ffmpeg ? -
How to cut off 5 seconds after every 28 seconds and loop with ffmpeg ?
25 juin 2018, par Quang VinhI am a new member. I hope you will help.
I want to cut a few seconds in the ten minute video with ffmpeg.
For example, I have a 10 minute video. And I need a command that can cut 5 seconds , starting at seconds 28 and repeating. every 28 seconds cut off 5 seconds -
ffmpeg filter / stuttering / how to smooth camera movement
23 juin 2018, par DeexI’m using ffmpeg witht he following code for some camera movement effects.
-filter:v "crop=in_w/1.2:in_h/1.2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*0.1):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*0.4)"
Its working but the camera movement is stuttering and looks realy ugly that way (also on 60 fps). I hope someone could lead me to a idea to have a more smooth movement.