
Recherche avancée
Autres articles (81)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (6951)
-
Meaning of ffmpeg output (tbc, tbn, tbr) [closed]
25 mars 2016, par user7289I am using ffmpeg to tell me video info. Specifically :
ffmpeg -i video.ext
I get the output :
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 704x576 [PAR 12:11 DAR 4:3], 9578 kb/s, 25 tbr, 90k tbn, 50 tbc
Does anyone know what tbr, tbn and tbc are exactly ? I have seen speculation on the net but nothing definitive ?
Thanks in advance.
-
Android ffmpeg : create video from sequnce of images using jni
13 novembre 2013, par Sameer Z.I have successfully build ffmpeg for Android and now i need to create video from sequence images so it look like animation video with some default audio.I have found some solution but it all says using command like.
If anyone know how to do same thing using jni on Android then please let me know.
Thanks in Advance.
-
ffmpeg take long time for creating video from images [on hold]
22 janvier 2014, par user3222005I am trying to create video from images.
but it takes too much time if I select more than 10 images.
Can anybody help me to resolve this problem.
I am using the following command :ffmpeg -y -r 1/5 -i frame_%05d.jpg -c:v libx264 -r 30 video.mp4;
Thanks in advance.