
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (105)
-
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 -
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 (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (10563)
-
Fitting video length to audio with ffmpeg [duplicate]
11 février 2020, par Dat GuyI have two files. One of them is a video with a set duration of 20 seconds. The other is an audio track that I don’t know the length of it. If I add -shortest then if audio length is longer than 20 seconds it will be cut. If I don’t then if audio length is shorter than 20 seconds it still goes on for 20 seconds.
-
ffmpeg why Audio Tempo must be in the [0.5, 2.0] range
8 août 2016, par Theo Tianwhen i try to release playback speed feature with ffmpeg.
I found audio tempo must be in this range [0.5, 2.0].But I don’t understand why audio tempo have to in this range.
Could someone tell me the reason ?Thx
-
How can i calculate the frame length of an audio file with FFMPEG API
7 avril 2014, par user1143745How can i calculate the frame length of an audio file with FFMPEG API ? I'm writing my app in visual c++ 2013 based on ffmpeg C Api. I managed to open my audio file and use ffmpeg to get some info about the file (av_dump_format) but i don't know how to get the single audio frame length.
I know every format has its own length and method to get it but ffmpeg allows to get parts of the audio file without to reencode so it have to know this.
How can i get it ? Maybe decoding the first frame only and getting the length ? There are better methods ?