
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (86)
-
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 -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (...)
Sur d’autres sites (11391)
-
How to combine 2 separate lines of ffmpeg into one
9 décembre 2014, par KrisiIs there a way to concatenate these 2 lines for ffmpeg to a one liner ?
# get from 7second to 11 second
ffmpeg -i ../mp4.mp4 -vf scale=640x360 -an -ss 7 -t 4 output.mp4
# convert to mpeg
ffmpeg -i output.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts newoutput.mpegthanks in advance !
-
Web Development Video Creation/Editing [on hold]
22 mai 2017, par user799451Im trying to create a online video editing website where users can create a music video like video.
Currently I created a website that calls a api which does ffmpeg commands for creating my videos but its kind of slow and very cpu heavy.
Is their any tools that I can use that can do the functionality above ?. We are willing to use any solution paid softwares of free.
Any suggestion will be helpful thanks in advance.
-
Web Development Video Creation/Editing [on hold]
22 mai 2017, par user799451Im trying to create a online video editing website where users can create a music video like video.
Currently I created a website that calls a api which does ffmpeg commands for creating my videos but its kind of slow and very cpu heavy.
Is their any tools that I can use that can do the functionality above ?. We are willing to use any solution paid softwares of free.
Any suggestion will be helpful thanks in advance.