Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (27)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (4437)

  • ffmpeg : How to convert quicktime (iPhone) video to mp4 format ? [on hold]

    17 novembre 2015, par user2899728

    I need to convert quicktime (.mov) video file recorded by iphone, into mp4 format using ffmpeg in php.

    I tried several commands but it did not work for me.

    I tried following command that converted into .mp4 but just audio was there. No video was playing.

    exec("ffmpeg -i input.mov out.mp4");

    Any help in this case will be appreciated.

    Thanks

  • iPhone video thumbnail upside down

    30 juin 2015, par ffmaer

    Quicktime can play it right. But ffmpeg will produce an upside-down thumbnail sometimes.

    ffmpeg -i input.MOV -ss 00:00:00.002 -vframes 1 -y output.png

    I like to generate thumbnails of correct positions. What are some good remedies ?

    Thanks

  • Auto launch the video player in Android from the browser like an iPhone does

    2 juin 2015, par Gcoop

    I have just created and iPhone web app, which has some x264 (mp4) video files on it. When I link directly to the file on the iPhone and the user taps the link, the video player is loaded and the video starts playing.

    Using the app on an Android phone causes the browser to download the video instead of just playing it. Is there a way to force a video player to just boot up and play the video not download it ?

    Thanks in advance.