Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (96)

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

  • 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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (12032)

  • check video actual resolution, not from metadata, on ubuntu

    7 juillet 2015, par coral chen

    I need to check the dimension of a video. When I check its properties on Ubuntu 14.04, it shows 1920*1080, which is correct. However when I check it using ffmpeg, it shows 640*480 and PAR 1:1, which is set incorrectly in metadata.

    How can I find out the actual dimension the video display without changing the metadata (since there are a lot of video like this) ? Or if anyone can explain how Ubuntu default video player can read it correctly ?

  • jpeg2000 : Validate resolution levels

    1er juillet 2013, par Luca Barbato
    jpeg2000 : Validate resolution levels
    

    There are 32 maximum decomposition levels, thus 33 resolution levels.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/jpeg2000dec.c
  • ffmpeg generate higher resolution images for photojpeg encoding

    22 août 2015, par Arun

    I have a bunch of mov / H.264 files, that I’d like to encode into mov/MJPEG. However I’m getting very low quality output. Here’s what I tried :

    ffmpeg -i a.mov -an -crf 11 -preset slower -pix_fmt yuv420p -vcodec mjpeg -f mov -y b.mov

    For H.264 encoding the -crf and -preset flags generate higher quality. But that doesn’t seem to work for MJPEG.