
Recherche avancée
Autres articles (68)
-
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 ;
-
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 (...)
Sur d’autres sites (7252)
-
Adding audio to a video file
4 septembre 2012, par user1504495I'm trying to add a wav file as background to an mp4 video and have no idea where to start...I've tried looking in to the "Video Editor" API but found nothing useful...
Is it worth using ffmpeg in some form on device or is there a way I'm overlooking ? (and if so are there any good tutorials for a noob ?)
Thanks in advance...
-
Ffmpeg concat do not work with mp4 videos in C#.Net [duplicate]
16 juillet 2021, par Bhupendra S RaoI am trying A.mp4,B.mp4,C.mp4 files to be concated in sequence into D.mp4.


I tried variety of concat commands but its not working well, and audio , video are not synch.
Also D.mp4 is going large in size and time.


Pls provide a sample that can work on c#.Net.


Thanks in Advance
Bhupendra


-
How to extract MP4 seekpoints information from PHP/FFmpeg/MP4Box/Anything ?
22 octobre 2014, par user3052587Is it possible to extract the seekpoints/keyframes from a MP4 file in the following fashion :
Keyframe - Time Range (in seconds) - Offset (in bytes)
Example :
0 - 0s - 772621 - 0.5s - 144183
2 - 1s - 222965
3 - 1.5s - 293303
4 - 2s - 362199
5 - 2.5s - 431178
Thanks in advance.