
Recherche avancée
Autres articles (42)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (8673)
-
Installing FFMPEG via WHM Terminal (VPS Server)
22 juillet 2020, par Alien JoeI 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 mai 2017, par PanupatI 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.
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 mars 2014, par b bOn 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 ;