
Recherche avancée
Autres articles (69)
-
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
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 (5837)
-
Video cutter like whats app before sending to server [on hold]
11 mars 2016, par Yampalla Bhaskar ReddyI am new to Android development,am working on Video cutter.
I want to pic video from gallery and show start position and end postion like whatsapp and provide cut option for video if the video is bigger than 16mb before sending to server.
I have searched for this lot, i have found ffmpeg and mp4parser library are there for trim video but didnt find correct solution.
if we can do with anyone one of the library(ffmpeg or mp4parser) how ?
Is there a way to do the same thing ??
Thank you in advance for your help ! -
ffmepg add text with fade in effect
1er octobre 2017, par leviI am trying to create a simple music video with a single image background and the lyrics showing up in a fade in and fade out effect during the video...
Like stuff done with After Effects... can this be done with ffmpeg ? (quality fadein and fadeout)
What would be the cmd to call when trying to achieve a simple text fading in the middle of the video at about 10s, fading out at 15s and then the next one ? etc...
if possible please include a solution with background image.
Thanks in advance.
-
How to save ffmpeg output.mp4 to file
31 mars 2020, par InterestedbutnotknowingI have a very basic question. I combined an .wav and .mp4 file to output.mp4 using ffmpeg in python :
!ffmpeg -i /content/input.mp4 -i audio.wav -c:v copy -c:a copy output.mp4
Now how do I save the output.mp4 to an .mp4 file on my computer ?
Thank you very much in advance