
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (35)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
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 (...)
-
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (4080)
-
FFMPEG : Two processes with a single action
12 mars 2021, par RewossKyI want to complete the command with 2 different source files in one operation, is that possible ?


my codes :


ffmpeg -i 1.mp4 -i 1.png -filter_complex "[1:v]format=argb,geq=r='r(X,Y)':a='0.2*alpha(X,Y)'[zork]; [0:v][zork]overlay" -vcodec libx264 myresult.mp4
ffmpeg -y -i myresult.mp4 -i 2.png -filter_complex "[1:v]format=argb,geq=r='r(X,Y)':a='0.3*alpha(X,Y)'[zork]; [0:v][zork]overlay" -vcodec libx264 1.mp4



-
Anomalie #4119 : Page gestion des plugins : Selecteur d’action mal positionné quand on met à jour ...
28 mars 2018, par Peet duProposition, sélectionner par défaut "Mettre à jour" dans le select à partir du moment ou un mise à jour est dispo.
j’aime bien la lecture de cet article : https://uxplanet.org/ux-design-drop-downs-in-forms-c6943ec30037
En gros
- You should avoid having a default unless you believe a large portion of your user’s (maybe 90%) will select that value.
et - Like other form inputs, a select menu should always have a label next to it (W3C standard)
Nouvelle proposition
Ajouter le label : Que faire avec votre sélection ?
Et par défaut : Choisir une action…ps : à titre statistique, j’utilise souvent le bouton "Cocher les mises à jour" et la suite qui va bien :)
- You should avoid having a default unless you believe a large portion of your user’s (maybe 90%) will select that value.
-
avdevice/sdl2 : add option to define if the window quit action is available
8 mai 2018, par Martin Vignali