Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (109)

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

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

  • ffmpeg segment muxer : rejoin segments to get back input video

    17 juin 2020, par Saurabh P Bhandari

    For a given video file (mp4 format), a m3u8 file which points to segments with some duration can be generated as follows :

    



    ffmpeg -v quiet -i input.mp4 -c copy -f segment -segment_list intermediate.m3u8 -segment_time <duration> intermediate_%03d.ts&#xA;</duration>

    &#xA;&#xA;

    If I were to rejoin the segments back,

    &#xA;&#xA;

    ffmpeg -i intermediate.m3u8 -c copy output.mp4&#xA;

    &#xA;&#xA;

    will the output video be the same as input video ?

    &#xA;&#xA;

    A quick test tells me it is not the same (compared the sha256 sums).

    &#xA;&#xA;

    Can anyone explain this specific behavior ? Am I required to add particular flags to get back the original input video file or is it something else ?

    &#xA;

  • Revision 9ee9918dad : fix clang warning in rdopt either missed this or it crept back in Change-Id : I

    12 septembre 2013, par Jim Bankoski

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    fix clang warning in rdopt

    either missed this or it crept back in

    Change-Id : I6cc1519d09e558be7250254c25bde2ae720555ea

  • Facebook Look Back and Dynamic Rendering [on hold]

    6 février 2014, par goo

    Facebook launched last month the Look Back page.

    Here at our company we've developed a few projects similar to it, but never dynamically rendering a video on the server side just like Facebook seems to do.

    Our solution was always overlaying elements with Flash in a background video like Lost in Val Sinestra.

    how can I create a dynamically rendered video in server side ?
    Is ffmpeg suitable for this ?

    Is there another tool that can do it ?

    Thanks