
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (53)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...)
Sur d’autres sites (7482)
-
Anomalie #4176 (En cours) : undefined index sur l’action réparation de la base
21 septembre 2018, par chan kalanLa réparation de la base présente juste quelques "undefined index" sur le fichier ecrire/base/create.php
- Line 73, 95 et 101 sur field et key
https://core.spip.net/projects/spip/repository/entry/spip/ecrire/base/create.php#L73J’ai tenté un petit patch qui passe bien en local, voir ci-joint.
-
ffmpeg command with action subprocess
1er juillet 2018, par MathJunkieyI want to run this command in a python script
cmd = 'ffmpeg -ss ' + start_time + ' -i remove_takeoff.mp4 -filter_complex "[0]trim=0,setpts=PTS-STARTPTS[b];[b][0]overlay=shortest=1" -shortest -c:a trimmed_takeoff.mp4'
I’m using the following code snippet
import subprocess
import shlex
cmd = # the command
suprocess.call(shlex.split(cmd))I’m getting the following error
Trailing options were found on the commandline.
The above error occurring because the shlex.split command is converting the double quotes of the part into single quote. How to avoid this from happening. Can anyone suggest me a solutions for this problem.
Check the full error trace below.
ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 4.8.2 (GCC) 20140120 (Red Hat 4.8.2-15)
configuration: --prefix=/home/vkv/anaconda3
libavutil 55. 78.100 / 55. 78.100
libavcodec 57.107.100 / 57.107.100
libavformat 57. 83.100 / 57. 83.100
libavdevice 57. 10.100 / 57. 10.100
libavfilter 6.107.100 / 6.107.100
libavresample 3. 7. 0 / 3. 7. 0
libswscale 4. 8.100 / 4. 8.100
libswresample 2. 9.100 / 2. 9.100
libpostproc 54. 7.100 / 54. 7.100
Trailing options were found on the commandline.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'remove_takeoff.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf57.67.100
Duration: 00:00:14.00, start: 0.000000, bitrate: 15883 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 15881 kb/s, 20 fps, 20 tbr, 10240 tbn, 40 tbc (default)
Metadata:
handler_name : VideoHandler
Filter overlay has an unconnected output -
Anomalie #3521 (Nouveau) : Partie privée : css bouton action configurer_url
30 juillet 2015, par placido .SPIP 3.1.0-beta SVN [22376]
Iceweasel 39.0
ecrire/ ?exec=controler_urlsAperçu du bouton dans la partie gauche : https://framapic.org/ZZqnYvp5AvVq/wA9GXiEK
Corrigé avec la modification de la règle css suivante :
.formulaire_spip .boutons .submit, .bouton_action_post .submit
— position relative ; ++ position : static ;NB : il faut aussi faire la modification pour l’effet de survol (:hover)
La modification affecte potentiellement de nombreux éléments, mais je dois avouer que je n’ai pas trouvé - durant mes tests - de situation qui nécessite un position:relative ;