Advanced search

Medias (91)

Other articles (47)

  • HTML5 audio and video support

    13 April 2011, by

    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 January 2010, by

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

On other websites (6498)

  • Can we match scanning type as input?

    6 June 2019, by Sasidharan S

    Is it possible in ffmpeg to match the scanning type as input?
    Say if the input is interlaced scanning then the output should be interlaced.

    By default, ffmpeg is encoding with progressive.

  • How to match two audio files?

    24 November 2014, by Janak Prajapati

    I am trying to develop script which compares two audio file.

    Lets say this is two audio music file recorded by Artist

    file1 : it is original song sung by an artist (Uploaded by admin)
    file2 : it is a file recorded by user. i.e user sings it and upload it to server

    now i want to check how closes is file2 to file1.

    Means i need to check if both songs match or not in terms of Lyrics, singing and all.

    I have searched many thing like audio fingerprinting , ffmpeg library and all it did not worked for me.

    I will go for any web technology you suggest.

    Please help me to find solution.

    Thanks.

  • match an image to a specific frame within a video with ffmpeg

    2 June 2021, by az0

    I have some images that were taken from a video via screen capture. I would like to know when in the video these images appear (timestamps). Is there a way to programmatically match an image with a specific frame in a video using ffmpeg or some other tool?

    



    I am very open to different technologies as I'm eager to automate this. It would be extremely time consuming to do this manually.