Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (108)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

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

  • ffmpeg glue 4 videos on split screen with preview

    18 janvier 2023, par rst630

    I have 4 video files 480x1080 with audio - all different duration.

    


    I need 1920x1080 video

    


    _____________________________________________
|          |          |          |          |
|          |   first  |  first   |  first   |
|   play   |   frame  |  frame   |  frame   |
|          |          |          |          |
---------------------------------------------

_____________________________________________
|          |          |          |          |
|          |   play   |  first   |  first   |
|   last|  |          |  frame   |  frame   |
|   frame  |          |          |          |
---------------------------------------------


    


    when first video done 2nd column video must start and first video must show just last frame, other left 2 videos still show first frame and wait queue

    


    for example lets say we have these durations :

    


    1.mp4 - 1:00
2.mp4 - 1:35
3.mp4 - 1:20
4.mp4 - 1:05


    


    Also I can prepare screenshots of each video for preview frames (first/last)

    


    Cant even imagine how to do this job with ffmpeg or maybe exists any simplier way for shell ?

    


    example of output video https://www.youtube.com/watch?v=vdBd5-8uOTo

    


  • ffmpeg - create videos from images with blur and transition effect [on hold]

    21 février 2018, par QuangPM

    I’m looking for ffmpeg commands to create video from images (img01 -> imgXX) and sound.wav, like :

    • Video background : these images with blur effect
    • Video music : from sound.wav file
    • When image show, it move from left to right on screen, next image when it move out of screen, and have transition effect between images (when playing to next image).

    I would like to create a video like this one : https://www.youtube.com/watch?v=00FTtx73n7Q

  • How to undistort Fisheye sub section

    22 septembre 2022, par Eudie

    How to generate normal views from fisheye view as shown in the image below. enter image description here

    


    Opencv fisheye model flattens the whole image to birds eye view, but that does not produces the desired result.

    


    One approach could be find equations for 4 edges and build map from transformed view to raw view and use cv::remap function to generate image.

    


    Most of security camera maker provides these transform APIs but how can we do it locally.

    


    image source reference : https://www.youtube.com/watch?v=ZS-WsKDwxdM