
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (38)
-
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 -
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 (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)
Sur d’autres sites (6057)
-
FFMPEG to create .m4s segments from .ts
30 mars 2016, par MahendraSiddappaI want to convert a .ts segement into a .m4s segment. Can i use ffmpeg to convert an incoming .ts segment into .m4s segment ?
I already have a .mpd file with list of segments. At this point I just want to convert .ts into .m4s and serve it to the cliennt.
Can anybody please answer this. Thanks in advance.
-
Uploaded video screen capture using ffmpeg [closed]
27 janvier 2013, par Mudit DugarI need to capture frames of user's uploaded videos. i just came to know that ffmpeg does that.Please provide me detailed installation instruction of ffmpeg on my linux server .i just have info to login into ssh via putty. Also what are the softwares i need to install.does ffmpeg player includes in the installation process.
Thanks in advance -
How to set max bitrate and max frame rate in ffmpeg ?
28 août 2014, par Swapnil DalviI am using ffmpeg to convert my mp4 format video with Specific set values :
"audio_bitrate" : 128,
"audio_sample_rate" : 44100,
"height" : 720,
"width" : 1280,
"max_frame_rate" : 30,
"max_video_bitrate" : 1500
How to set limit to frame rate and bitrate ?
I want to know how to write command with these limitations ?thanks in advance