Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (41)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5326)

  • OpenCV - Generate adaptive background for video

    17 avril 2019, par bozzmob

    I want to achieve something like this-

    Reference Video

    Say I have a video which is a vertical video(Dimension- 720x1280). I want to create a horizontal video with adaptive background like the video I’ve shown.
    I have written some code for reading and writing to a file.

    video_index = 0
    cap = cv2.VideoCapture(videofiles[0])

    # video resolution: 1920x1080 px
    out = cv2.VideoWriter("video.mp4v",
                         cv2.VideoWriter_fourcc(*'MP4V'),
                         30, (1920, 1080), 1)

    What is the effect of having background to the video which smudges on the sides called in opencv/ffmpeg or otherwise ?
    How do I achieve this effect using code or tools(I am open to using OSS desktop tools) ?

  • How to stream and play video using ffplay without buffering

    3 novembre 2014, par grzebyk

    I want to stream a live webcam video and display it on android device with the lowest latency possible. I am streaming video from a computer over rtsp protocol and I am able to watch the stream with 150ms latency on the second computer using ffplay -fflags nobuffer rtsp://xxx.xxx.xxx.xxx:port/test.sdp command.

    So far I have successfully compiled ffmpeg4android library. Unfortunately this library uses NDK which I am not familiar with. All I want to do is to be able to invoke the same command and display the video on the android SurfaceView.

    How can I call for such command ?

  • PARADISEC catalog for Collectors

    2 mai, par silvia

    Screencast of how to use the PARADISEC catalog for managing and publishing collections.

    Category : 2
    Uploaded by : Silvia Pfeiffer
    Hosted : youtube

    The post PARADISEC catalog for Collectors first appeared on ginger’s thoughts.