
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (106)
-
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (7202)
-
batch file for encoding videos with ffmpeg - "variable" : %%a
8 juin 2015, par labratwhat is the meaning of ’%%a’ and ’%% na’ in this expression : http://www.pasteall.org/58875 ?
for %%a in ("*.*") do ffmpeg -i "%%a" "newfiles\%%~na.mp4"pause
I want to batch encode a couple of video files. all are in the same folder with nothing else in it. I found explanations which tell that it is a variable. but for what does a variable like this stand ?
working on win 7 ult 64bit.
-
What does 'dash' option in ffmpeg command do ?
29 janvier 2020, par HyldreanWhat is the effect or meaning of the
-dash
option in a ffmpeg command (extracting a track for DASH streaming) ? E.g this one :ffmpeg -i in.video -vn -acodec libvorbis -ab 128k -dash 1 audio.webm
I can’t find anything about it in the ffmpeg documentation.
-
Add an animated image to a video with FFMPEG
3 juin 2019, par Wessam SharafI have a video named "input.mp4" and an image named "input.png", and I need an FFMPEG command to add the image to the video such that :
* The image’s upper left point locates at position (image_x, image_y).
* The image fades in the first t1 seconds and remains on the screen for t2 seconds and fade out till it disappears for t3 seconds. Meaning that t1 + t2 + t3 = total animation duration.