
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (64)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (10449)
-
ffmpeg - trying to output timecodes in CSV of segments between blacks
20 juin 2022, par Soapa TuneI would be so glad to have some help with this.


I have video rushes in this form : black > sequence > black > sequence...


I need the start/end timecodes of each sequences (no black) to create segments on another software so I wondering if it's possible with the blackdetect filter of FFmpeg to output only the sequences data in a csv file. No problem with the simple command line to have the blacks but I'm still at this point with unsuccess others test.


The goal is automate this for multiple files by import the csv in a RPA.


Thank you very much.


-
What format_name to use in avformat_alloc_output_context2 ?
7 janvier 2013, par TishuCan anyone produce a readable H264 file from this FFMPEG tutorial example ? The only thing I have changed is the output format on line 350 :
avformat_alloc_output_context2(&oc, NULL, "h264", filename);
Running it with FFMPEG 1.0.1+libx64 v129 produces a 6MB
.3gp
file that is unreadable by most players (including VLC). When I load it I can see that it contains all frames and I can decode and view them successfully, but for some reason most players will just fail to open it.Does anyone have more success ?
-
What format_name to use in avformat_alloc_output_context2 ?
7 janvier 2013, par TishuCan anyone produce a readable H264 file from this FFMPEG tutorial example ? The only thing I have changed is the output format on line 350 :
avformat_alloc_output_context2(&oc, NULL, "h264", filename);
Running it with FFMPEG 1.0.1+libx64 v129 produces a 6MB
.3gp
file that is unreadable by most players (including VLC). When I load it I can see that it contains all frames and I can decode and view them successfully, but for some reason most players will just fail to open it.Does anyone have more success ?