Recherche avancée

Médias (91)

Autres articles (61)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10354)

  • PHP FFmpeg, upload video and let user select start and end offsets to trim the video

    9 novembre 2015, par Kunal

    This is what I need to do :

    1. User goes to the HTML web app (works on desktop and mobile)
    2. Uploads a video (depending on phone recording and bitrate, could be 100mb)
    3. Use FFMPEG to trim the video to 15 seconds only.

    Now for the 3rd part we need to let the user select the start and end offsets for the trimming. Maybe extract scenes and let them select ?

    Please help. Thanks in advance.

  • FFmpeg cut off video also add image over video in 1 line

    11 avril 2017, par Anıl Türk

    I need to cut off video for first 8 seconds and also add image over video to right-bottom (like logo). And I need that one in one line to not keep me waiting.

    Hope you can help me, thank you already :)

  • Record low quality video using avcodec dll(Getting frame per second value 0 in video)

    10 août 2017, par IPS

    I am working on record video from live camera using avcodec dll(version 52). For record video I am using command : "rtsp ://192.xxx.x.xx/axis-media/media.amp ?resolution=320x240&compression=60", by using this command video getting record but it is record video with single image(not moving video) and frame per second value is 0 and if I am using the same command but with higher resolution value "rtsp ://192.xxx.x.xx/axis-media/media.amp ?resolution=640x480&compression=60", then video getting record with proper format and proper frame per second value.

    Please help here if anyone having idea.