
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (104)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (7551)
-
tif to MP4 conversion via FFmpeg mpeg4 video codec
30 mai 2014, par SamI am using a script for video processing which needs .mp4 format for the input meanwhile I have series of .tif images and would like to convert them to the .mp4 format. I have used different codes of FFmpeg and just out put of below mentioned code is compatible with the video processing script(needs mpeg4 video codec).
ffmpeg -framerate 25 -i C:\%d.tif -c:v mpeg4 C:\1.mp4'
I have recorded this images with 2500 fps, I wounder if it makes a difference the frame rate of new .MP4 in my video processing or I should make it with the same frame rate which I have recorded ?
Also what could I do to have better quality if video ? I have used this codes but it does not work properly ?
-profile:v high -crf 10
Thanks
-
GUID appended for FFMPEG Output file
8 juin 2020, par Jagadheeswaran MohanIs it possible to append a GUID to the Ouput file ?



I am running ffmpeg -i .\Tst.mp4 -filter:v "select='gt(scene,0.5)',showinfo" -vsync 0 -s 120x68 keyframe%05d.jpg



Which produces a series of files, I need to append a GUID to every file. Kindly let me know how this can be done.


-
GUID appended for FFMPEG output file name
9 juin 2020, par Jagadheeswaran MohanIs it possible to append a GUID to the output file ?



I am running :



ffmpeg -i .\Tst.mp4 -filter:v "select='gt(scene,0.5)',showinfo" -vsync 0 -s 120x68 keyframe%05d.jpg




Which produces a series of files. I need to append a GUID to every file name.