
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (80)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (9293)
-
timecode of scene change detection ffmpeg
31 octobre 2020, par Михаил Боровинских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 mars 2015, par Михаил Боровинских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 mars 2016, par 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