Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (72)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Conan OpenCV with FFMPEG

    20 avril 2020, par Bixilein

    For my project I would like to use OpenCV from conan. For my application I need OpenCV with the FFMPEG option enabled.

    



    I tried to do conan install opencv/4.1.1@conan/stable -o ffmpeg=True -b missing but I got a lot of compiler errors with undefined references. All the errors are related to FFMPEG.

    



    In the conanfile of opencv ffmpeg/4.2@bincrafters/stable is listed as a requirement. I tried to just install fmpeg/4.2@bincrafters/stable but I got the same errors. After some experimenting, I found out that fmpeg/4.2.1@bincrafters/stable is working on my system.

    



    Therefore, I wanted to use this working version of ffmpeg for OpenCV. In the conan-cache I changed the conanfile for OpenCV to take ffmpeg/4.2.1 and then tried again to install OpenCV. This time everything build without error and a new hash was created.

    



    Now I wanted to use this OpenCV in my project. But when I try to build my project, I get an error. The problem seems to be that conan is looking for a specific hash and because I changed the requirements in the conanfile of OpenCV the hash is now different. The hash of my local OpenCV is 91716d2466cac1ff5c91a7b802ce2d69b84cc798, but when I try to build my project it is looking for a different hash. (opencv/4.1.1@conan/stable:7234edbe78e5002a4384cde97bca91abd732a248 - Missing)

    



    I am new to conan and therefore I do not know if the approach I took so far is acceptable. I appreciate every feedback on how to approach this problem.

    


  • How to detect a surge of activity in a video ?

    22 mars 2019, par Alain Collins

    I’d like to automatically detect a surge of activity in a video, e.g. basketball jump shot, hockey face-off, sprinters starting, etc., preferably using ffmpeg.

    In these instances, there’s some motion as the players assume their positions, followed by a pause as they wait for the ref to throw the ball or drop the puck, followed by a lot of motion as all players begin to react. It’s also typical that the camera will be still during this period and begin moving as the ball or puck changes position.

    I’ve tried using the ’select’ filter select='gt(scene,0.4)', but that seems to be more concerned with scene changes (i.e., more dramatic changes) even with low thresholds.

    I also tried exporting the scene information and examining it manually, but couldn’t find a clear pattern that correlated with motion in the video.

    UPDATE : I ran a mestimate on the video. Processing took a long time, but there was definitely a change in activity before and at point of interest. Is there a way to export this information to a file, or otherwise detect the amount of motion seen my mestimate ?

  • Video not playing after ffmpeg vintage effect is applied

    8 juillet 2020, par Khawar Raza

    I am using ffmpeg 3.3.4 for android. I am executing below simple command :

    


     ffmpeg -i input.mp4 -vf curves=vintage -c:a aac ouput.mp4


    


    and

    


     ffmpeg -i input.mp4 -vf curves=vintage -c:a copy ouput.mp4


    


    The resultant video is not playing in android default video player and Exoplayer as well. I tried on windows using windows media player, it only plays sound but no video. Although VLC media player is playing it properly on android and windows. Any idea whats missing in the above command ?

    


    Output video metadata :
https://www.metadata2go.com/result/e9f9b7db-0a91-4148-9073-1a1162f0c7f0