
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 (48)
-
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (6403)
-
Blu Ray pre-encoding
29 mai 2014, par user1122069I am working on authoring many Blu Ray disc images. I was wondering if there was a way to pre-encode video to MPEG-2 so that this process could run unattended overnight and over many days. I have already found that by importing the movie file on a Blu Ray image causes Toast to skip the encoding step.
Does anyone familiar with FFMPEG and Blu Ray know what command to use ? Or suggest another free application. It should be the same as would be ready to import to a disc with remuxixing or multiplexing, etc. I can fine tune it to match the VBR settings on Toast and post the result here also if it works (saves the time to encode).
I have about 50 1 hour videos to encode.
-
FFMPEG how to split avi to multi parts [on hold]
1er juin 2014, par user3695970am running ffmpeg.exe from windows xp i want to know is there a command i can cut .avi movie file into several parts without a setting start and end time.
1 : is it possible to set a value of MB for example slick every 40mb till it reaches end of movie file
2 : is it possible to cut movie in to several parts by 10minutes or custom value time.
please guys you people have alot of experience in this field i seek help please anybody thanks.
ffmpeg -i largefile.mp4 -t 00:50:00 -c copy smallfile1.mp4 -ss 00:50:00 -c copy smallfile2.mp4
tried this but i need better example a 1 line of command to slice entire movie into parts please
-
Does ffmpeg rewrite the header after finish transcoding ? [closed]
11 janvier 2013, par jAckOdEOur client sends a request to download a movie file from a server. As the server receives the request, it will start a ffmpeg process to transcode the movie. The output of ffmpeg is temporarily saved to harddisk. We dont want to make client to wait to download the file after transcoding finish, so we send output data as its generated.
The problem is that ffmpeg seem to rewrite the output file header after finish transcoding, so the downloaded file (on client side) doesnt have correct file header, and player can not play it.
My question is that there is any way to make ffmpeg not to rewrite the header ? What should be the solution for this ?
EDIT : the command is to transcode to H264/AAC in mp4 container