Recherche avancée

Médias (91)

Autres articles (103)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

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

  • Getting length of video

    9 octobre 2023, par MZimmerman6

    I am having trouble finding a simple example of how to get the video length of a file programmatically. Many people say, oh use this library/wrapper or whatever, but do not say how. I have downloaded ffmpeg, but have no clue how to actually use it and there does not seem to be any example of how to use it to get the video duration. I see how you can use it to convert videos, but I simply just want to know the duration of a video. All of the other information does not matter.

    



    Is there any way of doing this simply, whether it be in C#, python, java, whatever, that will just return a string that indicates the length of a video file.

    



    Please provide examples if possible. Thanks in advance !

    



    Assume standard file formats, such as wmv, avi, mp4, mpeg. Stuff that has metadata.

    


  • Batch cut MP4 by length starting at the end of the clip

    18 janvier 2015, par Jason

    In windows is there a way to batch cut by length mp4s but cut starting at the end of the clip ?

    I have thousands of mp4 files of different lengths i need an easy way to cut multiple clips from them to a certain length but starting from the end of the clip then working my way to the beginning.

    I have been using My MP4Box GUI but I have to manually enter the lengths for each cut in the Split menu and its takes forever. Hopfully there is a way to do it with 1 click for hundreds of MP4’s

  • diracdec : fix full range videos

    22 janvier 2016, par Rostislav Pehlivanov
    diracdec : fix full range videos
    

    Full range video had been broken by the introduction of the < 2U check
    at the following line. The bitstream format kind of implies that the full
    and limited ranges use different pix_fmts but that’s incorrect since we
    have the avctx->color_range flag. So adjust the pixel range index to
    be mapped to the same pix_fmts as limited range index.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/dirac.c