
Recherche avancée
Médias (5)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (100)
-
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (10129)
-
Does a packet taken from FFMPEG have absolue time information ?
12 août 2012, par prosopherI'm creating a video player which works with an incomplete video file in which it has some empty(incomplete) sections filled with zeros.
For example, there's a video file which has section A, B, and C in sequence. A and C are complete and B is incomplete. And A section starts from file offset 0 and includes header information as well.
Now, I want to know a starting time of section C.
So I read packets from section A to section C entirely by using FFMPEG and it skipped section B which was what I wanted. But when I took presentation timestamp values from each packet while reading, I found it continuously increasing.
The problem is I want timestamps from section C to be increased by the amount of section B.
Even though section B is ignored, I want to know the actual time when I'm supposed to present section C.
I guess FFMPEG doesn't include absolute time information but calculates time to present a packet based on the last packet's time information which is relative. However, I assume there must be a way to find the absolute time information.
-
ffmpeg, how to create video from image with different time interval in android
30 mars 2018, par ImranI have set of image in local storage. ex : img000,img001,img002....img044
I want, when img0014 then time interval 600millisecond and when imag030 then time interval 600millisecond and when imag044 then time interval 600millisecond
When I Use This Commend then create video without time interval
String[] cmd2="-r", "50", "-i", "/storage/emulated/0/Movies/pic/bdCric%03d.jpg", "-c:v", "libx264", "-vf", "fps=25", "-pix_fmt", "yuv420p", video.mp4 ;please Help Me
-
Is there a way to make time lapses with ffmpeg ? [closed]
7 janvier 2020, par Steven CopelandHow can you make a time-lapse with FFmpeg on ubuntu ? And I don’t mean converting a video into a time-lapse. I mean recording your laptop screen at a sped-up pace.