
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (57)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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" (...) -
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 (8321)
-
ffmpeg display only video in Android
19 février 2014, par WhoamiI am Writing video player in android. So far i could able to capture the frames, with the help of av_read_frame and avcodec_decode_video2, and updating to SDL2.0. I have followed dranger tutorial02.c http://dranger.com/ffmpeg/ .
Sudo Code is :
while (1)
{
1. Read packet
2. check if video frame; if not Go to Step 3.
2.1 if video frame, then update with SDL_UpdateYUVTexture,
3. Handle SDL Event
4. Clear the Renderer.
5. Present Renderer.
}I wonder, do i need to take care of synchronization of video, dts/pts calculation while i need only to display video ?
This scenario works well in the samsung, but not in other mobiles.
What woud be your advice ?
-
Audio lag in FFmpeg on Android 360p video capture after 30 minutes
17 août 2019, par Jagadish ChannagiriThe Android Samsung S9 and a few other Android devices are used to capture live video. We call FFmpeg after the live video (360p) is captured for encoding. We are encoding for H264 main profile and AAC. The version of different software used : FFmpeg ver 4.0.1, Javac ver. 1.4.2, Android minSdk version 21, and compileSDK version 28.
After 30 minutes or so, between the range of 33 to 36 minutes, the audio begins to lag behind the video. I really do not understand why this happens.
.
Any ideas or suggestions would be highly appreciated.
-
libavformat/mtv : donwgrade probe score for 512
23 janvier 2014, par Reynaldo H. Verdejo Pinochetlibavformat/mtv : donwgrade probe score for < 512
MTV has a 512 bytes header. We should be able to
parse required fiels from the first 57 (rest is
padding) but if we haven’t seen enough data then
go with SCORE_EXTENSION.Signed-off-by : Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>