Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7641)

  • Anomalie #3177 (Nouveau) : padding auto n’existe pas

    4 mars 2014, par b b

    On a une règle qui tente de coller la valeur auto en tant que padding dans la dist :

    http://zone.spip.org/trac/spip-zone/browser/_core_/plugins/dist/css/layout.css#L73

    Pourtant cette valeur n’est pas reconnue et ne semble pas être "valide", cf :

    padding : [ | ] 1,4

    https://developer.mozilla.org/fr/docs/CSS/padding

    Si ce n’est pas voulu il serait bon supprimer ce padding : auto !important ;

  • ffmpeg proress 4444 produce low quality output

    3 mai 2017, par Panupat

    I have a bunch of HQ clips in Proress 4444 format with alpha I’m trying to scale down with ffmpeg. The output do produce the correct alpha, however the quality seems really bad. I’m curious if there’s something wrong with my command ?

    ffmpeg.exe -i in.mov -vf scale=iw/2:-2 -c:v prores_ks -profile:v 4444 -pix_fmt yuva444p10le -alpha_bits 16 out2.mov

    Above, output. Below, source.

    http://imgur.com/a/XYpWp

    I tried to add -colorspace bt709 -color_primaries bt709 -color_trc bt709 but seem to have no effect.

    the log is here - https://docs.google.com/document/d/19TdJwwDp0QD00f_7XB8sBAYMUWUrn2moRuCC6r6rI0k/edit?usp=sharing

    Any help appreciate, thanks !

  • Installing FFMPEG via WHM Terminal (VPS Server)

    22 juillet 2020, par Alien Joe

    I apologize in advance if any necessary information is missing. Please don't hesitate to comment if I've made any noob mistakes.

    


    What I'm trying to do is install FFMPEG on our VPS following the instructions here : https://stackposts.com/docs/detail/21747459/installating-ffmpeg

    


    I am getting hung up after step 3 - all commands being executed from the Terminal linked inside of our WHM as the root user. I'm getting a permission denied error at step 4, and then errors on every step thereafter if I try to skip it.

    


    I did notice in the course of trying to ad-hoc the install based on other tutorials that the ffmpeg-3.3.4 directory for some reason belongs to another user NOT root. I'm not sure what part of steps 1-3 would have caused this to happen. There may be something there.

    


    I'm hoping someone has run into similar issues and can provide some direction. I've been at it all morning searching for ways to complete this install. I've checked the source file's site, I've reached out to my host, I've reached out to the software support, and I'm reaching out here.

    


    I've accomplished the FFMPEG file downloads - how to I proceed with install ?