Recherche avancée

Médias (91)

Autres articles (102)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (9434)

  • Determining top-down vs bottom-up with libavcodec

    25 juillet 2013, par Jason C

    I'm learning how to use libav. I'm following the tutorial at http://dranger.com/ffmpeg/tutorial01.html and have been able to read files, decode them, and save each frame to an image just fine. However, certain input files lead to the frames being decoded upside down.

    I have one input file that uses a rawvideo codec. This is decoded upside down. I have another input file that uses h264, this is decoded in the correct orientation. Both files play correctly in mplayer and every other media player I've tried, so I presume the information is in there somewhere.

    My question is, is there a flag in some *Context somewhere that indicates that the video frames are bottom-up, so that I can flip vertically if necessary when processing the frames after decoding ?

    Also, then, it's easy enough for me to process an image upside down if necessary, but can sws_scale (or something similar) flip an image vertically so I can do the flip and RGB conversion all in one step ?

    Thanks !

  • mpegts : Move the option section to the bottom

    10 juin 2014, par Luca Barbato
    mpegts : Move the option section to the bottom
    

    Makes it consistent with the rest of the formats and ease usage
    of macros constants for the defaults.

    • [DH] libavformat/mpegtsenc.c
  • Remove .mp4 video top and bottom black bars using ffmpeg

    9 septembre 2014, par rexhin

    I’m new to ffmpeg and I have heard that it has a filter for black. I want to remove black bars on top and bottom of the video so the video will be cropped to the remaining video without black bars. Thanks :)