Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (56)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • swscale : disable ARM code until its build failure with clang/iphone is fixed

    8 janvier 2014, par Michael Niedermayer
    swscale : disable ARM code until its build failure with clang/iphone is fixed
    

    See : "19:40 Yu Xiaolei Re : [FFmpeg-devel] [PATCH] fix build with gas-preprocessor.pl"

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswscale/arm/Makefile
    • [DH] libswscale/swscale_unscaled.c
  • How to convert RTMP to mp4 On The Fly with FFMPEG ?

    7 mai 2014, par Janitra Panji

    i want to ask about live streaming, i have wowza server and used rtmp protocol in web client, the question is how to compatible in all device like desktop and mobile, i used ffmpeg, but how to change rtmp to mp4 on the fly ? what type command in ffmpeg ? i want to used protocol http not rtmp or rtsp, thanks.

    Regards,
    Panji

  • How to make video with fixed duration

    27 juin 2013, par Alex

    I have videos :

    video1 - 923 seconds

    video2 - 1457 seconds

    video3 - 860 seconds

    I need to cut these videos and fix its duration - 600 seconds. But the difficulty is that I need to cut them under the scheme

    video

    Where :

    1. blue segments is always 120 seconds (fixed) ;

    2. red segments I should to cut ;

    3. green segments I shouldn't cut.

    After that I need to join blue and green segments in new 600 seconds video, example

    video

    As the video1, video2, video3 have a different duration, then the red and green segments must have different duration, they must be in equal proportion to the duration of the video.

    I need pure ffmpeg (avconv) command or bash script. I have no ideas how to make it.