Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (27)

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

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

  • avcodec/packet : add an LCEVC enhancement data payload side data type

    29 août 2024, par James Almer
    avcodec/packet : add an LCEVC enhancement data payload side data type
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavcodec/decode.c
    • [DH] libavcodec/packet.c
    • [DH] libavcodec/packet.h
    • [DH] libavcodec/version.h
  • Invalid NAL unit size in extradata when to convert the dav file into mp4

    30 décembre 2020, par showkey

    I got the command from webpage :&#xA;congvert dav file into mp4

    &#xA;

    Here is my try :

    &#xA;

    ffmpeg -y -i input.dav -vcodec libx264 -crf 24 -movflags &#x2B;faststart  video.mp4&#xA;ffmpeg version 3.2.15-0&#x2B;deb9u1 Copyright (c) 2000-2020 the FFmpeg   &#xA;developers built with gcc 6.3.0 (Debian 6.3.0-18&#x2B;deb9u1) 20170516  &#xA;configuration: omitted    &#xA;  libavutil      55. 34.101 / 55. 34.101&#xA;  libavcodec     57. 64.101 / 57. 64.101&#xA;  libavformat    57. 56.101 / 57. 56.101&#xA;  libavdevice    57.  1.100 / 57.  1.100&#xA;  libavfilter     6. 65.100 /  6. 65.100&#xA;  libavresample   3.  1.  0 /  3.  1.  0&#xA;  libswscale      4.  2.100 /  4.  2.100&#xA;  libswresample   2.  3.100 /  2.  3.100&#xA;  libpostproc    54.  1.100 / 54.  1.100&#xA;Input #0, hevc, from &#x27;input.dav&#x27;:&#xA;  Duration: N/A, bitrate: N/A&#xA;    Stream #0:0: Video: hevc (Main), yuv420p(tv), 1920x1080, 25 fps, 25 tbr, 1200k tbn, 25 tbc&#xA;Output #0, ogg, to &#x27;audiofile.ogg&#x27;:&#xA;Output file #0 does not contain any stream&#xA;

    &#xA;

    How to fix it ?

    &#xA;

  • dnn-layer-mathbinary-test : add unit test for divide

    11 avril 2020, par Guo, Yejun
    dnn-layer-mathbinary-test : add unit test for divide
    

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>

    • [DH] tests/dnn/dnn-layer-mathbinary-test.c