
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (81)
-
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 (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (6103)
-
loop a part of video using ffmpeg
10 janvier 2019, par 1234567loop a part of video using ffmpeg
I have a video about 1 min long
I am able to get the part of video using
ffmpeg -i movie.mp4 -ss 00:00:03 -t 00:00:08 -async 1 cut.mp4
now I want to loop this trimmed part of video
how can that be done , is there a a proper loop command, i dont want to use concatenate command
-
create a looped audio of a certain part of audio using ffmpeg
8 janvier 2019, par 1234567How can we create a looped audio with ffmpeg from an audio file
the command used for a looped audio is
ffmpeg -lavfi "amovie=audio.wav:loop=3" out.wav
but this creates a looped file of the whole audio, not a part of it
how ever I want is
If the audio file is of a duration of 4 mins 30 sec, I want to get part from 2 min 25 sec to 3 min 55 sec, of the audio and loop it
how can we do this
-
How to extract part of audio using youtube-dl ?
2 janvier 2019, par Vishesh SharmaI am using windows 10 and I would like to know how to extract part of the audio from youtube videos using the cmd.