
Recherche avancée
Autres articles (96)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (5514)
-
Do I need to open source my application If I use x264 through Android MediaCodec ? [closed]
14 août 2019, par sanjayI want to encode some animation and save them as video. I want to use x264 Lib. But x264 license is GPL or commercial so I can not link with it directly without purchasing license. Do I need to opensource my app, If I use Android MediaCodec (https://developer.android.com/reference/android/media/MediaCodec) to encode which internally uses x264 ?
-
How to fix " Could not open codec 'libx264' : Unspecified error" ?
3 février 2016, par Nakeun ChoiI am using BeagleBone Black on my project. When I try x264 codec in my opencv code, it shows me error like this :
[libx264 @ 0x2b1600] broken ffmpeg default settings detected
[libx264 @ 0x2b1600] use an encoding preset (e.g. -vpre medium)
[libx264 @ 0x2b1600] preset usage : -vpre -vpre
[libx264 @ 0x2b1600] speed presets are listed in x264 —help
[libx264 @ 0x2b1600] profile is optional ; x264 defaults to high
Could not open codec ’libx264’ : Unspecified errorHow can I fix this ?
I have to encode with h264 codec. -
Bulk trim videos : remove last x seconds from video
24 avril 2022, par dfadsfdHey guys i have been searching for hours but this is giving me a lot of trouble. None of the code i found worked for me.


I have a lot of videos with a different length where i want to bulk remove the last 5 second outro of. Sadly it seems that this is almost impossible as I tried it with FFMPEG -sseof command but that needs to have the actual video length, and all my videos have a different length. Is there any easy way to do this and have the videos output in a new folder trimmed folder in the original folder ?


Thank you.