
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (103)
-
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 -
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 (...) -
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 (9717)
-
Evolution #4100 : Liste des documents : ajustement de l’affichage en grand
1er avril 2018, par b bJe pense qu’il est toujours sage d’attendre les retours avant de reporter dans la branche stable, d’autant plus que dans le cas présent on change la structure HTML d’éléments sur lesquels d’autres plugins peuvent tenter de se brancher.
-
Is it possible to slow down the audio more than 4 times in ffmpeg ?
21 mars 2020, par AlexZhedaIt appears that ffmpeg does not allow to slow a video down more than 4 times.
ffmpeg -i in.mp4 -filter_complex "[0:a]atempo=.5,atempo=.5,atempo=.5,asetpts=N/SR/TB[aa];[0:v]setpts=8*PTS[vv]" -map "[aa]" -map "[vv]" out_x8.mp4
I am getting
Too many packets buffered for output stream 0:0.
error.
Whenever I do only 2 timesatempo=.5
, the same command works.
Why is that so and are there any workarounds for that ? -
use ffmpeg movie= with a remote file [duplicate]
19 juillet 2020, par galipmediaI have a use case where I would like to specify several files within a complexFilter in ffmpeg.


movie='/local/file.mp4' works fine 
movie='https://www.some.com/file.mp4" fails with "No such file or directory"



is there any workaround for this ? Obviously I can include the files as -i inputs but that is not what I am looking for.