Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (48)

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

  • how to re-encode a movie to an encoding codec of another one with ffmpeg

    28 mai 2020, par gota

    Let's say I have 2 movies (movie1.mp4 and movie2.mp4), How can I use ffmpeg to reencode movie1.mp4 exactly with the same video codec, same bitrate, same audio codec as found in movie2.mp4 ?

    



    In other words, such that the output of ffprobe movie1.mp4 matches that of movie2.mp4 ?

    



    Why do I want this ? because I'm having problems concatenating both movies.

    


  • Movie making from lyrics with timestamps in python

    26 mai 2020, par carl

    I have lyrics from musixmatch with timestamps. I want to form video with the lyric lines in the video along with images in a file numbered from 1-n.

    



    As seen in this post, I thought ffmpeg would be something which can help me but there aren't much information that i can find.

    



    Also the answer given by @llogan, gives very vague idea of forming videos with "subtitle filter" in ffmpeg.

    



    It would be very helpful you can provide an example to explain your idea.(It can also help other coders at any time :) )

    



    Thanks in advance

    


  • libswscale : fix for floating point formats, require full chroma

    11 mai 2020, par Mark Reid
    libswscale : fix for floating point formats, require full chroma
    

    upon more floating point testing, looks like I missed adding this bit.

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

    • [DH] libswscale/utils.c