Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (47)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • mov : Check angle rather than full matrix when updating SAR

    9 janvier 2015, par Vittorio Giovara
    mov : Check angle rather than full matrix when updating SAR
    

    When the display matrix is not the identity one, but the rotation angle
    is zero, there is no need to update the sample aspect ratio.

    Otherwise, it is possible to obtain negative values which interferes
    with transcoding in later stages. This kind of behaviour is reproducible
    on mov files with "major_brand : MSNV".

    CC : libav-stable@libav.org
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavformat/mov.c
  • mov : Check angle rather than full matrix when updating SAR

    9 janvier 2015, par Vittorio Giovara
    mov : Check angle rather than full matrix when updating SAR
    

    When the display matrix is not the identity one, but the rotation angle
    is zero, there is no need to update the sample aspect ratio.

    Otherwise, it is possible to obtain negative values which interferes
    with transcoding in later stages. This kind of behaviour is reproducible
    on mov files with "major_brand : MSNV".

    CC : libav-stable@libav.org
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavformat/mov.c
  • Is there any way to detect and cut out the real video part from a full video

    27 octobre 2020, par Jemma.Z

    Not sure whether I can explain my question. I have a bunch of video material. Some of them are recorded videos from mobile phones. When people record the video on their phone, their produced video may contain more than just the recorded video I need. I need to detect and cut out the useless part. The useless part would be still while the part I need is changing and on the play.

    &#xA;

    I do not know whether there is any way for me to do it. I can write some code but I just do not know what libraries to use. Does it have something to do with OpenCV. Or is there a way to solve it with ffmpeg ?

    &#xA;

    Hopefully someone can give me some ideas. Thanks a lot.

    &#xA;