
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (61)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
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 -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (13055)
-
http: Always allow no-op seek
6 mars 2014, par Anssi Hannula -
FFmpeg transcode seek gap ?
12 avril 2016, par jjw2015I noticed that if using default settings, the transcoded video (to mp4) has pretty large "seeking gap" : when I want to seek to 10th second, it either goes to 8th second, or goes to 12th second, etc.
After some searching, I noticed that I can modify the value
keyint
to reduce the above "seeking gap", at the cost of larger file size.Just want to know if this is the only option. Comments welcome !
My command :
-i "input.mts" -y -c:v libx264 -vf "yadif=0:-1:0,scale=1280:trunc(ow/a/2)*2" -minrate 3400K -maxrate 3800K -bufsize 1000K -c:a aac -b:a 128k -ar 48000 -ac 2 "output.mp4"
-
avformat/mpegts : factor duplicate seek back code into mpegts_resync
10 avril 2016, par Michael Niedermayer