
Recherche avancée
Autres articles (76)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 ) (...) -
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 (9132)
-
avformat/matroskaenc : Refactor writing EBML lengths
15 avril 2020, par Andreas Rheinhardtavformat/matroskaenc : Refactor writing EBML lengths
This commit factors the ability to write ordinary EBML numbers out of
the functions for writing EBML lengths. This is in preparation for
future commits.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
rtpdec : Always check if we have the next packet queued
14 janvier 2013, par Martin Storsjörtpdec : Always check if we have the next packet queued
It doesn’t matter what the actual reason for not returning
an AVPacket was - if we didn’t return any packet and we have
the next one queued, parse it immediately. (rtp_parse_queued_packet
always consumes a queued packet if one exists, so there’s no risk
for infinite loops.)Signed-off-by : Martin Storsjö <martin@martin.st>
-
How to speed up ffmpeg video conversions [closed]
24 janvier 2013, par PIKPI need to extract the audio as a MP3 file from a given video file. I have selected "ffmpeg" for audio extraction process. with the use of following arguments I have managed to extract the audio as a MP3. this work very well. but it takes about "2 minutes" to extract the audio from "21 minutes" long video file.
ffmpeg -i source_video.avi -vn -ar 44100 -ac 2 -ab 128k -f mp3 sound.mp3
for my purpose "2 minutes" for "21 minutes" is a long time. I need to speed up this as much as possible.
could someone please tell me what are the factors that control the conversion speed ?
currently I'm using a SATA hard disk with 7500rmp, will it speed up the conversion process if I upgrade my hard disk to SSD ?
Thank you !