Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (52)

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

  • variable video bitrate calculator [closed]

    8 mars 2013, par Meraman

    I am thinking to calculate bitrate of video every second.

    I am thinking if I know size of encoded frames, I can calculate bitrate. If suppose video is 24 fps, then calculating size of these 24 frames will give me size in bits per second, if I am not wrong.

    How can I accomplish this using libraries like FFmpeg and Java.

    Thanks in advance

  • timecode of scene change detection ffmpeg

    31 octobre 2020, par Михаил Боровинских

    Good day, there was a bit of a problem when I working with ffmpeg. We need to find timecodes of scene change detection in the video. Use the following command :

    



    ffmpeg -i inputVideo.mp4 -f image2 -vf "select = gt (scene \ ,. 5)" -vsync vfr thumb% 04d.png

    



    It creates an image from scene change detection. I do not know how to add timecode to a text file. Thanks in advance for your help !)

    



    P.S. Sorry for my bad english)

    


  • timecode of scene change detection ffmpeg

    16 mars 2015, par Михаил Боровинских

    Good day, there was a bit of a problem when I working with ffmpeg. We need to find timecodes of scene change detection in the video. Use the following command :

    ffmpeg -i inputVideo.mp4 -f image2 -vf "select = gt (scene \ ,. 5)" -vsync vfr thumb% 04d.png

    It creates an image from scene change detection. I do not know how to add timecode to a text file. Thanks in advance for your help !)

    P.S. Sorry for my bad english)