
Recherche avancée
Autres articles (55)
-
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (9070)
-
matroskadec : parse the channel layout mask for FLAC
26 mai 2014, par Anton Khirnovmatroskadec : parse the channel layout mask for FLAC
It is commonly stored in a vorbiscomment block in codec private data.
- [DBH] libavformat/Makefile
- [DBH] libavformat/flacdec.c
- [DBH] libavformat/matroskadec.c
- [DBH] libavformat/oggdec.h
- [DBH] libavformat/oggparsecelt.c
- [DBH] libavformat/oggparseflac.c
- [DBH] libavformat/oggparseogm.c
- [DBH] libavformat/oggparseopus.c
- [DBH] libavformat/oggparsespeex.c
- [DBH] libavformat/oggparsetheora.c
- [DBH] libavformat/oggparsevorbis.c
-
OpenCV won't open some videos of many videos of the same format
2 octobre 2013, par OpenMindedI am using Visual Studio 2012 with OpenCV 2.4.6.
I have 4 videos that I recorded one by one with my Nokia Lumia 920. OpenCV won't open .mp4 format from my phone by the default. So I converted all these 4 videos using Sony Vegas to .mp4 with the SAME preferences for all of them. Now the problem is that OpenCV has a problem to open two of them. The other two works like a charm with no problem. Below is the information about codec that I used (Yes, it is the same for all videos) :
And this is the error :
Why is it so that they are the same type but only a few of them are loaded properly ?
-
disable post processing in YOUTUBE-DL
9 février 2020, par user3515562I want to disbale post process in youtube-dl(2020.01.24).
My batch file containsset /p ytlink=Enter the link of Youtube Video:-
youtube-dl -x -o D:\%%(title)s.%%(ext)s %ytlink%
pauseThe youtube-dl first downloads webm file or any other file than use post process ffmpeg.exe to convert it.
I want to disable post process.Their must be no post process happening after youtube-dl download.
x is the option to only download audio file of the YouTube video in webm format .There is no post processing involved.But youtube-dl by default tries to convert the webm file to some other format, which is post processing.Post processing of audio file by default is one that i want to disable
OS=Windows 10