
Advanced search
Other articles (81)
-
MediaSPIP v0.2
21 June 2013, byMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...) -
Le profil des utilisateurs
12 April 2011, byChaque 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 (...) -
MediaSPIP version 0.1 Beta
16 April 2011, byMediaSPIP 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 (...)
On other websites (8760)
-
timecode of scene change detection ffmpeg
31 October 2020, by Михаил БоровинскихGood day, there was a bit of a problem when I working with ffmpeg. We need to find timecodes of scene change detection in the video. Use the following command:



ffmpeg -i inputVideo.mp4 -f image2 -vf "select = gt (scene \ ,. 5)" -vsync vfr thumb% 04d.png



It creates an image from scene change detection. I do not know how to add timecode to a text file. Thanks in advance for your help!)



P.S. Sorry for my bad english)


-
timecode of scene change detection ffmpeg
16 March 2015, by Михаил БоровинскихGood day, there was a bit of a problem when I working with ffmpeg. We need to find timecodes of scene change detection in the video. Use the following command:
ffmpeg -i inputVideo.mp4 -f image2 -vf "select = gt (scene \ ,. 5)" -vsync vfr thumb% 04d.png
It creates an image from scene change detection. I do not know how to add timecode to a text file. Thanks in advance for your help!)
P.S. Sorry for my bad english)
-
Include a picture to audio file use CLI [on hold]
20 March 2016, by LXYi want to use something which can include pic file to an exist audio file. i tried using ffmpeg but the result seems like it can’t do that
Then i used Foobar2k and it included the picture as cover successfully but it have no CLI and i want to use Linux app
So how could i do this?
Sorry for my terrible English
Just insert a cover art image into an exist ogg file.
The format of picture should be png or jpg
Thanks for help