Advanced search

Medias (0)

Tag: - Tags -/masques

No media matches your criterion on the site.

Other articles (102)

  • Gestion de la ferme

    2 March 2010, by

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • Les autorisations surchargées par les plugins

    27 April 2010, by

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to a better visual interface

    13 April 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

On other websites (10566)

  • Installing FFMPEG via WHM Terminal (VPS Server)

    22 July 2020, by 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?

    


  • ffmpeg proress 4444 produce low quality output

    3 May 2017, by 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!

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

    4 March 2014, by 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;