
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 (69)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
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 (...)
Sur d’autres sites (6654)
-
ffmpeg convert from WMV to AVC1 instead of "official" H264 [closed]
26 mars 2014, par thipetoI searched google for an answer, but I can’t find the solution. It’s for professional use.
I’m trying to convert some wmv files (WMV3) to MP4 (H.264). It should take the format h.264, and instead of it, it’s taken the H.264 (AVC1) format.
It seems like the AVC is a format used in Apple, and I don’t want to convert to this format, only to h264 "official", the one who fourcc shows me.
I’m using the last version of ffmpeg, following is the basic command that I’m using :ffmpeg -i input.wmv -c:v libx264 -q:v 0 output.mp4
I’m trying to understand the reason that some PCs here convert to h264, and other to AVC1.
Someone can help me ? What should I do to make the other PCs convert to the real h.264 without install a pack of codecs ? I just want to convert to mp4, there’s a way to install only codecs to convert to mp4 ?Many thanks,
Thiago. -
ffmpeg convert from WMV to AVC1 instead of "official" H264 [on hold]
26 mars 2014, par thipetoI searched google for an answer, but I can't find the solution. It's for professional use.
I'm trying to convert some wmv files (WMV3) to MP4 (H.264). It should take the format h.264, and instead of it, it's taken the H.264 (AVC1) format.
It seems like the AVC is a format used in Apple, and I don't want to convert to this format, only to h264 "official", the one who fourcc shows me.
I'm using the last version of ffmpeg, following is the basic command that I'm using :ffmpeg -i input.wmv -c:v libx264 -q:v 0 output.mp4
I'm trying to understand the reason that some PCs here convert to h264, and other to AVC1.
Someone can help me ? What should I do to make the other PCs convert to the real h.264 without install a pack of codecs ? I just want to convert to mp4, there's a way to install only codecs to convert to mp4 ?Many thanks,
Thiago. -
Convert MP4 Version - FFmpeg
17 mai 2017, par LuzwitzI have two mp4 File :
- out.mp4 : ISO Media, MP4 Base Media v1 [IS0 14496-12:2003]
- video/rio2016/finale/brasse/200.mp4 : ISO Media, MP4 v2 [ISO 14496-14]
How can I convert 1 to 2 (mp41 to mp42) ?
Thanks !