
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (43)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (...) -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)
Sur d’autres sites (8553)
-
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