
Recherche avancée
Autres articles (97)
-
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 (...) -
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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (7891)
-
Speed up video with FFmpeg with low I-frame distance [on hold]
5 mai 2014, par Kevin ChromikI got a video with 60 fps and
h264
encoded (.mp4
), audio layer is removed. Now I want to speed up the video 4x faster withFFmpeg
, but I would like to have a very low I-frame distance to be able to perform very precise and fast seeking. I don’t need a high compression. Does someone has an idea how I could achieve that ?Thanks in advance.
-
FFMPEG - Reduce speed / framerate of resulting video ?
29 avril 2014, par shikataI’m using this commnand in order to convert a set of JPGs into a video. The code works but the resulting video is too fast
exec('ffmpeg -y -f image2 -i img%d.jpg video.mpg 2>&1 >/dev/null', $output, $exit_status);
I’ve tried to add -r 15 before the output file name but it didn’t work.
Here what I’ve tried but didn’t work :
exec('ffmpeg -y -f image2 -i img%d.jpg -r 15 video.mpg 2>&1 >/dev/null', $output, $exit_status);
Any hints would be highly appreciated
-
Revision d928b34efe : Allow full RD TX size search for GF/ALT at speed 2 For speed 3 and above, such
21 avril 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_speed_features.c
Allow full RD TX size search for GF/ALT at speed 2For speed 3 and above, such search is only allowed at speed 3.
The change helped cif and stdhd set by 1.2% and .7% in compression,
but increased the encoding time by around 5%.Change-Id : Ifa4832327f1c1bef3decb032ceb769cbf50e059f