Recherche avancée

Médias (91)

Autres articles (106)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (10172)

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

  • Why are Iphone videos upside down ?

    1er avril 2014, par hendry

    I have a video file captured using the standard Camera app copied off my Iphone5 using btsync :

    orig.mov: ISO Media, Apple QuickTime movie

    That plays upside down in mplayer or vlc.

    When I transcode it using AWS's elastictranscoder using a standard preset :

    elastictranscoder.mpg: ISO Media, MPEG v4 system, version 1

    That transcoded video file plays back the right way up.

    When transcoding myself, using ffmpeg I need to explicitly rotate the video otherwise the resulting mp4,webm files are upside down.

    So I am guessing AWS's elastictranscoder auto rotates the video somehow. However why is the video upside down to begin with ?