Recherche avancée

Médias (0)

Mot : - Tags -/albums

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (42)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire 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 (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP 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 (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (6785)

  • 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.

  • 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

  • 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;