Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (54)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

Sur d’autres sites (4534)

  • Revision 68845 : Horaire utilisé comme nom commun est masculin cf : ...

    8 janvier 2013, par kent1@… — Log

    Horaire utilisé comme nom commun est masculin
    cf : http://fr.wiktionary.org/wiki/horaire#Nom_commun

  • Installing ffmpeg on CentOS 6.6

    30 janvier 2016, par Kristaps Drozdovskis

    Im trying to install ffmpeg,..
    When I write comand :

    git clone --depth 1 http://source.ffmpeg.org/git/ffmpeg.git

    I got this error.. why ??

    Initialized empty Git repository in
    /root/ffmpeg_sources/ffmpeg/ffmpeg/.git/ fatal : dumb http transport
    does not support —depth

    Installing from this source..
    https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

  • What is ffmpeg, avcodec, x264 ? [closed]

    11 septembre 2020, par onmyway133

    From wiki, I read that

    



    


    FFmpeg is a free software project that produces libraries and programs
 for handling multimedia data. The most notable parts of FFmpeg are
 libavcodec, an audio/video codec library used by several other
 projects, libavformat, an audio/video container mux and demux library,
 and the ffmpeg command line program for transcoding multimedia files.

    


    



    So ffmpeg is a wrapper of avcodec ? And I often hear that people encode video with x264 using ffmpeg. So ffmpeg is also a wrapper of x264 ?

    



    How are they related ?