Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (49)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (8150)

  • tools/target_dec_fate.list : Add testcases for #2000 to #4000

    21 février 2019, par Michael Niedermayer
    tools/target_dec_fate.list : Add testcases for #2000 to #4000
    

    Testcases which return 403 currently are commented out

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_dec_fate.list
  • tools/target_dec_fate.list : Extend selftests upto issue 2000

    3 février 2019, par Michael Niedermayer
    tools/target_dec_fate.list : Extend selftests upto issue 2000
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_dec_fate.list
  • Make MP4 video using JPEG 2000 frames and ROI

    21 mars 2012, par Leandro

    I'm having a hard time trying to figure out how to solve the following problem.

    I have a set of jp2 frames. I want to save them as a .mp4 video for archiving (which is great because it supports motion compensation) and then be able to extract the frames as jp2 files again.

    I have this working with a set of tools/libraries like ffmpeg. The issue is that I also want to include a ROI in the original jp2 images.

    When I do that, the video shows nothing where the ROI originally was, and when I use ffmpeg to go back to the original files, the frames are still broken.

    I tried going from JPEG2000 w\ ROI to another format before making the mp4 file, but every tool I use seems to have the same results : the ROI gets translated as a square w/o nothing there.

    Any help would be greatly appreciated.

    Thanks !