
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (55)
-
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 -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (6071)
-
Checking keyframe interval ?
8 août 2022, par rabotaliusHow can I check keyframe interval of a video file ?



all I can see in ffmpeg output is :



Metadata:
 metadatacreator : Yet Another Metadata Injector for FLV - Version 1.8
 hasKeyframes : true
 hasVideo : true
 hasAudio : true
 hasMetadata : true
 canSeekToEnd : true
 datasize : 256600272
 videosize : 210054362
 audiosize : 45214634
 lasttimestamp : 5347
 lastkeyframetimestamp: 5347
 lastkeyframelocation: 256649267
 Duration: 01:29:07.24, start: 0.040000, bitrate: 383 kb/s
 Stream #0:0: Video: h264 (High), yuv420p, 720x304 [SAR 1:1 DAR 45:19], 312 kb/s, 25 tbr, 1k tbn, 50 tbc
 Stream #0:1: Audio: mp3, 44100 Hz, mono, s16p, 64 kb/s



-
Revision 215 : Added more checks. Added a function to compute metadata for checking purpose. Fi
7 février 2011, par marc.noirotChanged Paths :
Modify /trunk/src/Makefile.am
Modify /trunk/src/check.c
Modify /trunk/src/flvmeta.h
Modify /trunk/src/info.c
Modify /trunk/src/info.h
Added more checks.
Added a function to compute metadata for checking purpose.
Fixed some line encodings. -
lavc : Simplify checking quant bias option
26 septembre 2015, par Vittorio Giovara