Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (42)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip 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 2013

    Puis-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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour 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 (5197)

  • flutter_ffmpeg package name

    22 septembre 2021, par JoergP

    when installing flutter_ffmpeg I should set the package name in

    


    android/build.gradle

    


     ext {&#xA;  flutterFFmpegPackage  = "<flutter ffmpeg="ffmpeg" package="package" listed="listed" in="in" section="section">"&#xA;</flutter>

    &#xA;

    }

    &#xA;

    and in ios/Podfile

    &#xA;

    if plugin_name == &#x27;flutter_ffmpeg&#x27;&#xA;      pod &#x27;flutter_ffmpeg/<package>&#x27;, &#xA;</package>

    &#xA;

    Do I just enter "flutter_ffmpeg" here or is the "package name" different ?&#xA;How does the final code should look like ?

    &#xA;

    Thanks !

    &#xA;

  • Revision 12eb2d0267 : Correct bug in loopfilter initialization The memset sets 16 bytes rather than t

    9 août 2013, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c



    Correct bug in loopfilter initialization

    The memset sets 16 bytes rather than the correct size of the
    final array dimension (MAX_MODE_LF_DELTAS).

    (In response to bug posted by Manjit Hota to codec-devel
    and webm-discuss lists)

    Change-Id : I8980f5aa71ddc9d7ef57c5b4700bc28ddf8651c7

  • Tokbox archived video is letterbox (black border around video)

    28 août 2017, par Bijan Markes

    I have archiving setup to save my tokbox publisher streams straight to an AWS S3 Bucket ; But the final saved archive.mp4 is appearing letter-boxed / has black borders around the stream video rather than stretching the video to fit the whole frame. Is there any way to change this ? It is completely on the tokbox end and I also have the fit-mode for the publisher set to "contain" although changing it to cover doesn’t change anything. Thanks.