Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (112)

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

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (9722)

  • avfilter/vf_decimate : Check that input parameters match

    14 décembre 2015, par Michael Niedermayer
    avfilter/vf_decimate : Check that input parameters match
    

    Fixes Ticket4964

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

    • [DH] libavfilter/vf_decimate.c
  • Generate photo SlideShow in Java and Export as Video

    21 avril 2015, par Abduliam Rehmanius

    I want to create a cross platform SlideShow maker desktop-application (mainly Windows & Mac), the SlideShow will be generated using a set of images with background music, subtitles/captions and there will be a transition between each slide/image.

    I have done all the UI in swing and it all works superb on Windows & Mac. Now the only "little" problem is

    How to generate a video from a set of images with "transitions" & "subtitles" in java using native java libs/frameworks and add some music in background ;-)

    I want the video output format to be at least in avi & mov, with transitions like :
    1) fade
    2) Zoom (images will zoom-in from e.g. 64x64 to full video size)
    3) Multiple (multiple images will appear in single slide)

    I have used JMF example to generate .mov from .jpeg images it was buggy but may work if I can add transitions ?? But it appears JMF is mainly for media playback it only supports a few media formats (for output).
    I have also read a few docs of jffmpeg but it appears it too does not support transitions.
    I have also tried FMJ but no use, now I am stuck and need assistance, on how this task can be done in java.

    I would be immensely thankful if anyone can guide me in right direction.


    many thanks

  • Revert "avfilter/vf_decimate : Check that input parameters match"

    16 décembre 2015, par Michael Niedermayer
    Revert "avfilter/vf_decimate : Check that input parameters match"
    

    ill commit a better solution

    This reverts commit 30fe3fd52721c8c6566001192cd16be423ffc92b.

    • [DH] libavfilter/vf_decimate.c