Recherche avancée

Médias (91)

Autres articles (44)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5732)

  • Lossless conversion from XVID to iPad-compatible mp4 container [closed]

    3 juin 2013, par forthrin

    Is it possible to do a lossless (ie. without re-encoding) conversion from XVID ("Advanced Simple Profile") to an mp4 container which plays smoothly on an iPad ?

    Current attempts give a lot of "jumping" in the video stream ?

    ffmpeg -i in.avi -fflags +genpts -strict -2 -an -vcodec copy out.mp4
  • The .mp4 video does not play, which is created from ffmpeg library (not command line)

    25 septembre 2013, par user1914692

    I use ffmpeg library to encode frames to a .mp4 video. The program runs smoothly without error. But the output .mp4 video does not play. Properties of the file does not even show it is a video file, no any information of video stream.

    The related code is :

    const char* ouVideoFileName = "output.mp4";
    AVCodecID ouCodec_id = CODEC_ID_H264;

    But if I change it to :

    const char* ouVideoFileName = "output.avi";
    AVCodecID ouCodec_id = CODEC_ID_H264;

    The .avi video plays correctly.

    What's wrong with .mp4 video ?

  • Embed Image into video - FFMPEG or JW player ?

    18 avril 2013, par Sri Kumar

    So I thought to embed the image as part of video content while converting the m4a to mp4. The output file has the image as video content and it plays as expected in VLC but when the same was streamed from my CDN using JW player, I do not see the image as video content, still it is black and audio is heard. Not sure what is the issue with embeding. I used the FFMPEG to embed image as video content.

    On the other hand is there any posibility with JW player to overlay an image as video content while audio can be heard in back end ?