Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (43)

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

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

Sur d’autres sites (6320)

  • Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'

    4 octobre 2017, par James Almer
    Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'
    

    * commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7' :
    Use modern avconv syntax for codec selection in documentation and tests

    Merged-by : James Almer <jamrial@gmail.com>

    • [DH] doc/encoders.texi
    • [DH] doc/faq.texi
    • [DH] doc/filters.texi
    • [DH] doc/indevs.texi
    • [DH] doc/outdevs.texi
    • [DH] tests/fate/demux.mak
    • [DH] tests/fate/ffmpeg.mak
    • [DH] tests/fate/filter-audio.mak
    • [DH] tests/fate/h264.mak
    • [DH] tests/fate/hevc.mak
    • [DH] tests/fate/libswresample.mak
    • [DH] tests/fate/microsoft.mak
    • [DH] tests/fate/mp3.mak
    • [DH] tests/fate/mpc.mak
    • [DH] tests/fate/mxf.mak
    • [DH] tests/fate/prores.mak
    • [DH] tests/fate/utvideo.mak
    • [DH] tests/fate/vcodec.mak
    • [DH] tests/fate/video.mak
    • [DH] tests/fate/vpx.mak
    • [DH] tests/fate/vqf.mak
  • Programmatically get non-overlapping images from MP4

    16 novembre 2019, par Carlos F

    My ultimate goal is to get meaningful snapshots from MP4 videos that are either 30 min or 1 hour long. "Meaningful" is a bit ambitious, so I have simplified my requirements.

    The image should be crisp - non-overlapping, and ideally not blurry. Initially, I thought getting a keyframe would work, but I had no idea that keyframes could have overlapping images embedded in them like this :enter image description here

    Of course, some keyframe images look like this and those are much better :

    enter image description here

    I was wondering if someone might have source code to :

    Take a sequence of say 10-15 continuous keyframes (jpg or png) and identify the best keyframe from all of them.

    This must happen entirely programmatically. I found this paper : http://research.microsoft.com/pubs/68802/blur_determination_compressed.pdf

    and felt that I could "rank" a few images based on the above paper, but then I was dissuaded by this link : Extracting DCT coefficients from encoded images and video given that my source video is an MP4. Of course, this confuses me because the input into the system is just a sequence of jpg images.

    Another link that is interesting is :

    Detection of Blur in Images/Video sequences

    However, I am not sure if this will work for "overlapping" images.

  • ffmpeg video not working for Instagram, Snapchat, etc

    21 mai 2020, par hungry_

    I’m building a web app that combines a photo and an audio file to create a video. The video seems to export fine and I can view it on my phone, but when I upload to social media the video just skips, unable to play. These are my ffmpeg settings. Thanks !

    &#xA;&#xA;

    `Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p(progressive), 640x852 [SAR 639:640 DAR 3:4], q=-1--1, 25 fps, 12800 tbn, 25 tbc`&#xA;

    &#xA;