
Recherche avancée
Autres articles (60)
-
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...)
Sur d’autres sites (13447)
-
avfilter/vf_dedot : Fix leak of AVFrame if making it writable fails
9 février 2020, par Andreas Rheinhardtavfilter/vf_dedot : Fix leak of AVFrame if making it writable fails
Even in this scenario, the frame still contains references to data that
won't be freed if the frame isn't unreferenced. And the AVFrame itself
will leak, too.Fixes Coverity issue #1441422.
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Revision fd16baae25 : Merge "Making names consistent with REFERENCE_MODE enum name."
3 décembre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/decoder/vp9_decodeframe.c
Merge "Making names consistent with REFERENCE_MODE enum name." -
Local ffmpeg output to S3 Bucket
24 janvier 2019, par ericHeres my setup ;
I have a local PC running ffmpeg with output configured to h.264 and aac
and S3 bucket created at AWS
what i need to do is, use ffmpeg [local] output to upload files directly to s3 bucket.
PS :
Planing to use that s3 bucket with cloudfront to allow 1 [one] user to stream a live event with about setup.i could not find a way to specify output location as s3 bucket [with key].
any ideas as to how to do it ? Thanks