
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (39)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
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 -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (6425)
-
ffmpeg setting up in wamp (in local) OR server
5 janvier 2013, par Rahul TScan anyone explain the procedure of installing ffmpeg in wamp.
I got an answer to my previous question on ffmpeg and wamp that we have to interface the ffmpeg (here) with wamp.I need to have a step by step process of how to do this, as I am confused with the interfacing little bit
I also want to know what is a way to install this ffmpeg into the server, or the procedure to do before we do the encloding procedures
-
Debugging an MP4 opened by VLC but not by ffplay
15 mai 2017, par MaMazavI’m writing a code which creates MP4 files. To check it I’ve created an MP4 file.
The file is played correctly by VLC and Firefox, but not by ffplay or by Chrome. I guess the file contains error which VLC can cope with but more aggressive MP4 reader cannot.
I’ve thought about repairing the file and check what are the differences to fix my code. However I tried some programs to repair MP4 files, without success until now.
Can someone reccommend another way to debug the problem, or a good tool to fix MP4 files ? The file is a fragmented MP4 contains both the init section (ftyp, moov boxes) and one fragment section (moof and empty sidx).
Here is the video file :
https://www.dropbox.com/s/rojxzvkfxfj31u8/400k00001-3_serialized.mp4?dl=0
EDIT : It doesn’t work also in Firefox, when using Media Source Extensions like in this example :
http://people.mozilla.org/ jyavenard/tests/mse_mp4/paper.html(don’t forget to enable MSE on Firefox, as explained here :
http://www.linuxveda.com/2015/04/02/enable-mse-native-html5-support-firefox-linux/)EDIT2 : In chrome ://media-internals, I see the following error with the above example :
Append : stream parsing failed. Data size=131072 append_window_start=0 append_window_end=inf(Change the URL to be the file and change the codec to be ’avc1.4d401f’ instead of ’avc1.64000d,mp4a.40.2’).
-
Where is the initialization of motion vector in source code ?
3 novembre 2019, par AlexIn IMPROVED RATE CONTROL AND MOTION ESTIMATION FOR H.264 ENCODER this paper introduce initialize with extra motion vector. I would like to try some other initialization methods, but I can not find where the initialization code realized.



In encoder/me.c I can only find the function which uses mvc. But for where mv is initialized, I am get confused with the code.