
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (111)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (7082)
-
FFmpeg command is very slow on Android even with "-preset", "ultrafast"
7 janvier 2019, par 1234567FFmpeg
command is very slowThis is the
FFmpeg
command I am using{
"-y","-i",j, "-filter_complex",
"amovie="+audio+":loop=1000," +
"asetpts=N/SR/TB,atrim=0:10,adelay=20000|20000,apad,volume=1.5[a1];" +
"[0:a]volume=3.5[a2];" +
" [a1][a2]amerge,pan=stereo|c0code>It has a simple 5 min and 30 sec long video
and size is 32 mb, but it takes 9 min forffmpeg
to add audio to video.Even after I have added "
-preset
", "ultrafast
" it’s really slowHow Can I speed up the process.
-
FFMpeg printing "Option pixel_format not found" when using "pix_fmt"
25 avril 2022, par booobaI'm trying to do a relatively simple task - convert a video from one pixel format to another by re-encoding. This is my current command :


ffmpeg -hide_banner -loglevel error -pix_fmt yuv444p -i "%1" video.mp4



Where
%1
is the filename. However, strangely enough, ffmpeg prints out this :

Option pixel_format not found.



It's in red, so it's an error. Adding
-loglevel verbose
does not give any more information. I'm really confused about this - I did not define any "pixel_format" option. This issue occurs both when calling this command from a batch file and directly from acmd.exe
instance.

Replacing "
pix_fmt
" with "pixel_format
" and puttingpix_fmt
after-i
does not solve the issue.

-
Revision f9404f2406 : Revert "Revert "SSSE3 convolution optimization"" This reverts commit b645257121
13 janvier 2014, par Yunqing WangChanged Paths :
Modify /vp9/common/x86/vp9_asm_stubs.c
Add /vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c
Modify /vp9/vp9_common.mk
Revert "Revert "SSSE3 convolution optimization""This reverts commit b645257121da20b422dbbebf02aae0fc6dff95d4.
Change-Id : I60d1bf57ae8e9eb6127f42f2d5a780124ac51b45