
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (101)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (9808)
-
Cross compile error : ffmpeg to arm with enable omx OpenMAX IL headers not found
27 septembre 2017, par chang jcDears :
as title, when I cross compile ffmpeg for ARM in a Ubuntu machine I have a problem said "ERROR : OpenMAX IL headers not found"
I have no problem to handle it if target machine is Ubuntu since I can resolve it by "apt-get install libomxil-bellagio-dev"
Is there anyone meets this issue before ?
How could I resolve it ?
Thanks
-
How do I add cross-fade when concatenate video with intermediate files using ffmpeg
3 juillet 2022, par Sandun TharakaI am working on concatenate each video with ffmpeg intermediate files, I want to add cross-fade when merging each of the video.


const ffmpegArgs = [
 "-y",
 "-f",
 "mpegts",
 "-i",
 `concat:${intermediateFiles.join("|")}`,
 "-c",
 "copy",
 "-bsf:a",
 "aac_adtstoasc",
 resultPath,
];



Here is the function for take intermediate files for each video


const ffmpegArgs = [
 "-y",
 "-i",
 file,
 "-c",
 "copy",
 "-bsf:v",
 "h264_mp4toannexb",
 "-shortest",
 "-avoid_negative_ts",
 "make_zero",
 "-fflags",
 "+genpts",
 "-f",
 "mpegts",
 intermediateFilePath,
];

 



-
Revision 92f7d79030 : vpxenc.sh : Add basic multithreaded frame parallel encode test. Change-Id : Id526
24 juin 2015, par Tom FineganChanged Paths :
Modify /test/vpxenc.sh
vpxenc.sh : Add basic multithreaded frame parallel encode test.Change-Id : Id526783fa2e3e9bb31229931b6548ac7a9b2b7e6