Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (65)

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

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (12652)

  • Hide or show overlay with sendcmd

    28 janvier 2019, par Сергей Сергеев

    Sendcmd in ffmpeg

    Can I hide the overlay and then show it with sendcmd ?

  • Can OMXPlayer show SRT subtitles embedded in a mp4 file ?

    4 février 2023, par Eddy Sorngard

    Is there a way to get OMXPlayer to show the embedded subtitles in foo.mp4 without first extracting the subtitles with ffmpeg to foo.srt, and without hardcoding the subtitles into foo.mp4 ?

    


  • show tracked object in Video using OpenGL

    12 octobre 2013, par user1958219

    I am extending an existing OpenGL project with new functionality.

    I can play a video stream using OpenGL with FFMPEG.
    Some objects are moving in the video stream. Co-ordinates of those objects are know to me.

    I need to show tracking of motion for that object, like continuously drawing a point or rectangle around the object as it moves on the screen.

    Any idea how to start with it ?