Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (54)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (9878)

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

    26 juin 2015, par 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.

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

    2 juin 2021, par 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.

    


  • How to match two audio files ?

    24 novembre 2014, par 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.