
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (78)
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6704)
-
Faster Thumbnail/Image Extraction from Video using FFMPEG ?
17 juillet 2019, par Arif NadeemI am using this command to extract a series of images from a video to express them as a visual time-frame of the video.
ffmpeg -i inputfile.mp4 -r 1 -t 12 image-%d.jpeg
Most of my videos are in mp4 format. I am able to extract the images successfully but the time taken for extraction is too long.
Is there any way I could reduce the time for image extraction ?
EDIT : It is taking me 60 secs to get 8 thumbnails from a 15 sec long video encoded in MP4 format, I am doing this operation on my Galaxy Nexus(Android Phone) is there any way to improve the speed of operation, ideally I want it be less than 10secs.
-
ffmpeg read filesize
23 juin 2023, par assafI use ffmpeg to convert a video file uploaded via an ASPX web page.

ffmpeg
conversion works fine.


I want to provide the end-user a progress bar.
So I placed an updatPanel on my web page and tried to read the file size ...



- 

- using fileinfo : ffmpeg freeze
- using [process.start()] cmd.exe /c dir : ffmpeg freeze
- using filestream : error ->> file is used by another process
- using ffmpeg -i X Y 2> log.txt : log is created only when conversion completed











Whats the proper/working way to do this ?


-
ffmpeg read filesize
2 décembre 2011, par assafI use ffmpeg to convert a video file uploaded via an ASPX web page.
ffmpeg
conversion works fine.I want to provide the end-user a progress bar.
So I placed an updatPanel on my web page and tried to read the file size ...- using fileinfo : ffmpeg freeze
- using [process.start()] cmd.exe /c dir : ffmpeg freeze
- using filestream : error ->> file is used by another process
- using ffmpeg -i X Y 2> log.txt : log is created only when conversion completed
Whats the proper/working way to do this ?